Links to CSS browser filers / css hacks
- browser bugs explained
-
Informit.com - Hack management
Integrated Web Design: Strategies for Long-Term CSS Hack Management. Determine if you need hacks, how to manage them effectively if so, and which hacks you can employ to solve a range of common compatibility problems. Date: Jun 25, 2004 By Molly Holzschlag.
-
Htmlcenter.com - CSS Usability Hacks
A quick reference to the three main basic CSS hacks.
-
CSS-discuss.org - CSS hacks
Read the variety of opinions and the latest on browser hacks / bugs / patches.
-
Quirksmode.org - Doctypes, hacks and filters
Quirk mode renders an HTML document like older browsers used to do it, e.g. Netscape 4, Internet Explorer 4 and 5. Standard mode renders a page according to W3C recommendations. IE 7 in quirks mode will act like IE 6 in quirks mode, for backwards compatibility reasons.
- individual browser hacks
-
Microsoft.com - conditional comments
An overview of conditional comments - used for filtering specific IE browsers
-
Cssplay.co.uk - conditional comments
An summary of conditional comments - used for filtering specific IE browsers and non-IE browsers
-
456bereastreet.com - valid downlevel cc's
Valid downlevel revealed conditional comments.
-
Info.com.ph - IE parsing bug explained
A quick overview of how to use the * parsing bug in CSS to set different properties for IE.
-
Wellstyled.com - The underscore hack
A overview of how only WinIE5+ will recognise attributes preceeded by an underscore.
- collections of filters and hacks
-
Webdevout.net - CSS hacks
A comprehensive overview of browser filters.
-
Positioniseverything.net - IE5+ browser bugs
Internet Explorer, versions 5 and higher browser bugs - demos and explanations.
-
QuirksMode - for all your browser quirks
A site giving useful CSS information and detailing browsers quirks.
-
Dithered.com - CSS filters and hacks
A reference of browser filters or hacks using CSS, HTML or JScript. A comprehensive set of test results to show which browsers they work on. Links to all the sites giving information on hacks using CSS, HTML or JScript.
-
Thenoodleincident.com - CSS workarounds
An explanation of each browser bug problem you may meet and solutions to these problems.
-
Idest.com - CSS Hacks and Filters
Demos and resources for solving browser bugs. Includes an online version of the book CSS Hacks and Filters.
-
Centricle.com - CSS Hacks and Filters
A table of known hacks / filters / patches and the various browsers that do or do not support them.
-
Richinstyle.com - CSS Hacks and Filters
A comprehensive and well presented set of tests to highlight browser differences for CSS rendering.
-
Stylegala.com - CSS Hack resources
A comprehensive list of links to CSS browsers hacks.
- filter / hack tests
-
Brunildo.org - Essential CSS hacks
A set of CSS tests for a visual overview of how different filters work.
- Richinstyle.com - CSS test suite
A range of tests highlighting browser differences, adherence to standards and rendering bugs.
- individual browser bugs
-
Tantek.com - The box model hack
The box model hack. Adjust IE5 layouts in which divs have padding or border dimentions included within. Takes advantage of a CSS parsing bug in IE5/Windows and IE5.5/Windows, to apply a width which is then overriden. Includes a "be nice to Opera 5" rule.
-
Positioniseverything.net - doubled-margin bug
A left float in a container box with a left margin to push it away from the left side of the container. In IE 5 & 6 the left float margin doubles in length.
-
Andybudd.com - margin-collapsing
An overview of collapsing margins - when two vertical margins meet up, instead of adding together, the largest margin takes precedent and the other one "collapses" to nothing.
-
Researchkitchen.de - margin-collapsing
an overview of how different browsers have alternative ways to render vertically adjacent margins.
-
Positioniseverything.net - Absolute boxes inside absolute boxes
Browser differences for an absolutely positioned container with boxes within all absolutely positioned.
-
Positioniseverything.net - Absolute boxes inside relative boxes
Browser differences for a container given position: relative, making it a positioned container for the absolute boxes. No width or height specified. The corner boxes are given position: absolute, and placed in the corners by using the value 0 on top, bottom, left, and right.

