J
Jeff
hi
the markup below doesn't fully work on IE6. the problem is that the 2 images
inside the inner div has a transparent color. and this color isn't
transparent when viewing page in IE6. what is suppose to be transparent but
get a grey color instead.
<div style="width:960px; height:108px;
background-image:url('Images/Background/helloworld.jpg');">
<div style="float:right; background-color:Lime; margin-top:76px;">
<a href="Pages/Default.aspx"><img src="Images/test1.png"
style="border-style:none;" /></a>
<a href="Pages/Default.aspx"><img src="Images/test2.png"
style="border-style:none;" /></a>
</div>
</div>
any suggestions?
the markup below doesn't fully work on IE6. the problem is that the 2 images
inside the inner div has a transparent color. and this color isn't
transparent when viewing page in IE6. what is suppose to be transparent but
get a grey color instead.
<div style="width:960px; height:108px;
background-image:url('Images/Background/helloworld.jpg');">
<div style="float:right; background-color:Lime; margin-top:76px;">
<a href="Pages/Default.aspx"><img src="Images/test1.png"
style="border-style:none;" /></a>
<a href="Pages/Default.aspx"><img src="Images/test2.png"
style="border-style:none;" /></a>
</div>
</div>
any suggestions?