bwolv14
24 Sep 2007, 08:20 AM
My site is looking exactly the way I want it to look in mozilla - http://www.wildeimagination.com/default.aspx?skinid=3
However when I switch to IE6 the bg overlay image that I have on there seems to be getting pushed down by something at the top of the screen which is throwing the whole page off. Could someone please help me out with this. Thanks!
Here is the css code I am using for the tree overlay image:
#WrapperOverlay {
width: 1000px;
height: 838px;
margin: 0;
top: 0;
padding: 0 0 0 0;
background: url("/images/bg_overlay.png");
background-repeat: repeat-none;
background-position:center top;
background-attachment:scroll;
position:relative;
z-index: 5;
}
*html #WrapperOverlay {
display: block;
cursor:pointer;
background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg_overlay.png', sizingMethod='image');
}
However when I switch to IE6 the bg overlay image that I have on there seems to be getting pushed down by something at the top of the screen which is throwing the whole page off. Could someone please help me out with this. Thanks!
Here is the css code I am using for the tree overlay image:
#WrapperOverlay {
width: 1000px;
height: 838px;
margin: 0;
top: 0;
padding: 0 0 0 0;
background: url("/images/bg_overlay.png");
background-repeat: repeat-none;
background-position:center top;
background-attachment:scroll;
position:relative;
z-index: 5;
}
*html #WrapperOverlay {
display: block;
cursor:pointer;
background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg_overlay.png', sizingMethod='image');
}