View Single Post
Old 04-28-2008, 07:09 PM   #9 (permalink)
Nuroo
Member
 
Join Date: 02-26-08
Location: Cali
Posts: 44
iTrader: 0 / 0%
Latest Blog:
None

Nuroo is liked by many
Quote:
Originally Posted by roger_d View Post
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.
good idea. The only problem I see that my come with this is that some folks dont enable Java, isn't that correct?
Nuroo is offline   Reply With Quote