CSS Hacks for Firefox 1
[ View All Firefox CSS Hacks ]
These are my legal CSS Hacks for fixing web browser quirks or outright bugs. Please enjoy, I have been working on them for years. May it help you if you need them. Please read here first: [What are these CSS Hacks Anyway?] Then check my [Live CSS Hacks Test Page] and also [BrowserHacks.com] where I sent new hacks and test submissions for the site.
One of my favorite CSS Firefox hack creations that I sent to BrowserHacks.com, simple and clean -- for all versions 1.0 and up:
/* Firefox 1+ (All) */ _:-moz-tree-row(hover), .selector { property:value; } Author: Jeff Clayton
And for Firefox 1.x (Only):
/* Firefox 1.x */ _:-moz-tree-row(hover), _::-moz-viewport, .selector { property:value; } Author: Jeff Clayton
As mentioned above, to test this live, view it on my test page at: [ http://browserstrangeness.bitbucket.org/css_hacks.html ]













