HTML and CSS Reference
In-Depth Information
Because of this, opt for a solid color background
fallback whenever dealing with gradients for IE7-8.
The IE hack to make the gradient work would be:
#header {
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333',
endColorstr='#000000', GradientType=0);
}
#page {
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ca8ba',
endColorstr='#ffffff', GradientType=0);
}
#page p.category a {
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
endColorstr='#f4f4f4', GradientType=0);
}
Bug 3:
The icons opacity isn't working.
IE doesn't have full alpha channel transparency; if
you include the IE hack to have the opacity, a side
effect would be the black corners:
Search WWH ::




Custom Search