View Single Post
Old 04-28-2008, 04:20 PM   #8 (permalink)
roger_d
Contributing Member
 
Join Date: 06-29-07
Posts: 93
iTrader: 0 / 0%
Latest Blog:
None

roger_d is liked by many
I personally wouldn't worry too much about alt text for your logo since it is a background not an image file included on the page. Why not make the entire div clickable?

<div class="head" onclick="home();">
</div>

Then an external javascript file with this function
function home(){
window.location='http://www.homepage.com/';
}

The last thing you want to do is "rank" a transparent image with alt text or have text readers showing spacer images. This allows the entire div to be clickable.
roger_d is offline   Reply With Quote