I highly doubt that presentational styles will effect SEO.
When you use display:none you are not removing the
content from the source, you are just hiding it from
users viewing the web page.
If you was to remove the element from the source using
DOM that would be different.
not if you are talking about client-side scripts ...
for the robots not to see it it would have to be removed from the html they
fetch from your web server.
Most of them would just ignore css... ....except maybe google to check if
you are hiding something :-)
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************