hendynz + internetexplorer   47

IE RGBa Workaround
For RGBa? in IE, just use the gradient filter with the same start and end colours. The first hex pair is the alpha value (ie: AARRGGBB).

.tools {
filter: progid:DXImageTransform.Microsoft.grad...
css  colour  internetexplorer  from notes
november 2010 by hendynz
IE6 Floats
IE6 has a wicked bug which doubles the margin on any floated elements. This could be a huge problem, but is easily fixed by adding display: inline to that which is floated. This causes no side-effects...
css  internetexplorer  from notes
november 2010 by hendynz
IE6 Block Links
The key is to trigger hasLayout.

* html ul li a {
height: 1%;
}
html  css  internetexplorer  from notes
november 2010 by hendynz

Copy this bookmark:



description:


tags: