How can I hide styles from Opera7?
The so called *7 hack seems to apply also to Firefox:
<style type="text/css">html*#test { color: green; }</style>
| SitePoint Sponsor |

How can I hide styles from Opera7?
The so called *7 hack seems to apply also to Firefox:
<style type="text/css">html*#test { color: green; }</style>





The *7 hack: http://diveintomark.org/safari/csshacks/star7.html
Can't help much more than that. I don't know any off hand.
Douglas
Hello World





Why are you trying to hide CSS from Opera?


Hi,
This won't hide from opera but will alow you to set styles for opera only which should accomplish the same thing.
However use it with care as support for this may change.Code:@media all and (min-width: 0px){ #test { color:red; } }
As megaman siad if you let us know what the problem is then there may be non-hack alternatives.
Paul

Thanks. That really helped
I need that hack for a project, which will be redesigned soon, so using the hack is not critical.
Bookmarks