View Single Post

  #6 (permalink)  
Old 21-03-2008, 03:34 PM
Goodshape's Avatar
Goodshape Goodshape is offline
Coder
 
Join Date: Feb 2007
Location: Dublin
Posts: 59
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Goodshape will become famous soon enough
Send a message via MSN to Goodshape Send a message via Skype™ to Goodshape
Default

Quote:
Originally Posted by Frodo View Post
What if I don't have JS on or I am say a search engine or using a screen reader.

And you have your email and phone as an image but bots will never get to it because it's hidden behind your JS based nav.
Fair points... but all the content is actually contained within the one file - hidden through CSS until called by the javascript by the looks of things. Turn of styles (which I imagine.. not sure.. is how screen readers and bots look at a page?) and you see all the content (a few times over, for some reason).

Seems like it should be possible to load an additional style sheet that resets the visibility on the hidden elements if the viewer does not have javascript enabled.
Reply With Quote