OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
All CSS Hacks...
This page's ID:
23108
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
There are a number of CSS hacks which allow you to fix problems in current browsers while still maintaining forward compatability. For instance, NN4 has a parsing bug that makes it think that /*/*/ is only an opening comment, when it's actually both an opening and closing comment. You can use this to hide CSS code only from NN4: /*/*/ p {color:red;} /* */ Since the syntax is perfectly legal, you can rest assured that future browsers will properly interpret the CSS and make paragraphs red, while NN 4 will not. That's the idea behind most CSS "hacks": make a certain browser do a certain thing (usually working around a bug in that version of that browser), while *still keeping your code correct* so that the theoretical "perfect" browser will do the right thing also. This maintains forward compatability. [url=http://www.slimeland.com/] [img]http://www.slimeland.com/misc/ozonemetalslimesig.gif[/img] [/url]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »