Hello good pple of the forum,
I've searched the forum and found some solution that should work for this problem. Basically, i have some couples of transparent background pngs on my site which needs to be displayed correctly in IE 6.
css code:
filter hack:PHP Code:#wrapper div#leftcontent div#verticalnavbar {
width:215px;
font-size:14px;
float:left;
margin-bottom:1px;
margin-top:1px;
height: 204px;
background-image: url(images/menubg1.png);
padding: 0px;
margin-top:4px;
font-family: "Trebuchet MS", Tahoma, sans-serif;
line-height: 1.5em;
text-align: center;
background-repeat: no-repeat;
margin-left:2px;
}
Please what am i doing wrong? Help mePHP Code:* html #wrapper div#leftcontent div#verticalnavbar{
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/menubg1.png", sizingMethod='scale');
}










Bookmarks