Forum Moderators: open
insert that into a page and it creates a frame and holds test.htm within it and displays it but it also is used to cloak the hyperlink and lines of text behind it! anyone seen this used before?
Jordan
If using this yourself I would suggest a limited amount of text though and not to keyword stuff.
Jordan
To make a hidden layer just use display: none; or visibility: hidden; on a <div> or <span>. I've heard tell that many SEs don't like that kind of thing, though, and that you may even get a spam report filed against you if the text never become visible (e.g., on mouseover or :hover or similar).
I don't know if that is accurate or not, but I would use the technique with discretion, like for menus or flyouts, &c. I definitely wouldn't wouldn't put keywords in layers that never get displayed.
Jordan