| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
knocking heads
Join Date: Jul 2003
Location: Liverpool, UK
Posts: 1,963
|
display: none
does google and the rest of the bunch index divs which have the style "display: none"? The reason i ask is because on this page http://www.sprunt-media.net/new/ the content is hidden (using display: none) until the blue flash background has done its thing and at that point it switches to display: block.. |
|
|
|
|
|
#2 (permalink) |
|
I Ain't Losing Any Sleep™
Join Date: Apr 2003
Posts: 5,206
|
yes google will index the text. put the display: none delaration in an external stylesheet to reduce the chances of you being wrongily penalised. and don't use a class like .hidden, .none, etc just incase. screenreaders won't be able to read the text though. if you care. |
|
![]() |