Thread: Diagonal Banner
View Single Post
  #5 (permalink)  
Old Jan 2nd, 2007, 13:47
snow snow is offline
Reputable Member
Join Date: Jul 2006
Location: Scotland
Age: 22
Posts: 357
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Diagonal Banner

yeah, it wouldn't in IE6 if you saved it as a png... there are fixes I think - but GIFs should work fine in IE6 anyway, that is, if you aren't too worried about the quality?

Perhaps this code would work better, by the by:
in the body have:
(underneath most of the HTML)
<div id="cornerImage"></div>

then, in the css:
#cornerImage {position:absolute;
right:0;
top:0;
background:transparent url("whatever");}

(this one isn't tested either sorry!)
Reply With Quote