Css Scrollbar color
CSS Tricks
#onecss{
/* this for mozilla */
margin-top:12px; !important
/* this for IE7 */
#margin-top:16px;
/* this for IE6 */
_margin-top:14px;
}
/* this for mozilla */
margin-top:12px; !important
/* this for IE7 */
#margin-top:16px;
/* this for IE6 */
_margin-top:14px;
}
How to fix IE 6 transparent png background
css
{
display:block;
background-image:url(images/product_sel.png);!important
float:left;
background-repeat:no-repeat;
_background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='fixed', src='http://www.your.com/your/your/images/product_sel.png');
}
{
display:block;
background-image:url(images/product_sel.png);!important
float:left;
background-repeat:no-repeat;
_background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='fixed', src='http://www.your.com/your/your/images/product_sel.png');
}
How to fix IE 6 transparent png problem
In Internet Explorer 6 and below, transparetn pngs do not show correctly. The transparent part of the png is not transparent but a solid color. Anyways to fix that problem add this code to your head tag.
HTML Code:
http://www.dynamicdrive.com/forums/showthread.php?t=22176
HTML Code:
http://www.dynamicdrive.com/forums/showthread.php?t=22176
Subscribe to:
Posts (Atom)