/ Published in: CSS
URL: http://pornel.net/firefoxhack
If you need to make pre-Acid2 Firefox behave, you can safely use this:
Expand |
Embed | Plain Text
#hackme, x:-moz-any-link {styles for Firefox 2.0 here} #hackme, x:-moz-any-link, x:default {restore styles for Firefox 3.0 and newer} /*This hack will apply rules to #hackme element. You can change the first selector (#hackme) in each rule to anything else, but don't touch the ones with x.*/
You need to login to post a comment.
