.hide {
display: none
}<div class="hide">Message to non-stylesheet browsers</div>
russ weakley wrote:
These guys use the following CSS rule:
.hide { height: 0; width: 0; overflow: hidden; position: absolute; }
HTML:
<div class="hide">
<p>
If you are reading this on a mobile device browser or a text browser, you
can safely <a href="#maincontent">
skip to the content</a>.
...
Russ
How do I provide a message to users of selected browsers which I hid my stylesheets from like for e.g. http://www.rad-e8.com/ does it?
With Regards
Jaime Wong
*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
*****************************************************
-- Jeremy Flint www.jeremyflint.com
*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
*****************************************************
