hendynz + internetexplorer 47
IE RGBa Workaround
november 2010 by hendynz
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
.tools {
filter: progid:DXImageTransform.Microsoft.grad...
november 2010 by hendynz
IE6 Floats
november 2010 by hendynz
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
november 2010 by hendynz
The key is to trigger hasLayout.
* html ul li a {
height: 1%;
}
html
css
internetexplorer
from notes
* html ul li a {
height: 1%;
}
november 2010 by hendynz
Copy this bookmark: