Several of the CSS Books I'm studying hard advocate using "page
navigation" to help with accessibility:
CSS:
#pagenav {
display:none;
}
On the Page:
<div id="pagenav">
<ul>
<li>links here</li>
<li>links here</li>
</ul>
</div>
This is certainly a good thing and I've started using it myself on a few
sites I'm developing now, but would not this very same thing possibly be
seen as "cloaking" or using "hidden text" by various search engines and
get you penalized in the rankings?
Or, do the search robots pretty much ignore (for now) the CSS completely
and view the list of "display:none;" links (and whatever else may be in
there) as normal content on the page?
Just looking for opinions.....
--
Les Mizzell
-------------------------------
There's no place like 127.0.0.1
There's no place like 127.0.0.1
--------------------------------
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

