I was wondering, it seems like some SEs will pick up text in layers from what I have been reading, but, will links that are in layers be followed or indexed? The links I have are images and I am also using the alt tag with them.
tedster
12:37 am on May 3, 2002 (gmt 0)
As long as the anchor tag is "straight" HTML (that is it begins <a href="some_url.htm") spiders will pick it up, whether it's inside <div></div> tags or not.
However, if it's inside <script></script> tags they don't.