Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Block Older Browsers Re: Block Older Browsers

#96871
Zeriz
Member

Conditional Stylesheets? As an example; make a stylesheet for lte IE6 (Lower Than or Equal) and put this code into the stylesheet only:

* { display: hidden background-color: blackĀ }
body:after { content: "

Only eligable for browsers with HTML5-support

"; }

Just a theory, but I guess it would work just fine :)