IE 6 and 5.5 are driving me crazy… i have a div with the following properties:
#menu{
background-image:url(logo.png);
position:fixed;
left:0px;
top:50%;
width:200px;
height:100px;
margin-top:-250px;
}
Now, first of all… in IE7 and FireFox everything is OK, but in older versions of IE, the logo.png does not have transparency at all, it just fills the transparent areas of the image with light bluish color.
And the second problem, that a lot people keep having is the alignment, when i view the page in IE 6 or IE5.5 the div is aligned to the top left corner, why is it ignoring the top:50%; and the margin-top:-250px; instructions ???
All help is appreciated, i know if i google’d it long enough i would find the answer but i’m kinda in a hurry :bounce: