Posts: 256
Location: Auckland, New Zealand
|
Umm... I develop for text based browsers too, yet it's quite absurd to hear what you'd do in visual browsers.
What you want to do for visual browsers is:
HTML Code:
<div>
<h1 style="display: none;">Your title</h1>
<img src="your_image.png" alt="Your image" />
</div>
Search engines will still be able to read the site title, and visual browsers will not display it. Text browsers will display the site title, the img will not be displayed but the alternative text will be.
Is that what you're wanting, rather than trying to position an element off-screen?
Cheers,
MC
__________________
#------------------------------ signature---------------------------------------------------------------------------------#
Quote:
|
I am well recognised for what I don't do than what I do. Chores are just one of those things.
|
|