Hi Christian Montoya,
I tried. No difference to IE6. Still the same problem.
I also tried the TwinHelix IEPngFix with Blueprint CSS, it was still
the same problem.
Let me clarify a bit ... basically jQuery.IFixPNG and TwinHelix
IEPngFix do clear off the box surrounding the PNG files. But I can't
overlay my text/inputs on top of the PNG images. It will just go down
the image as if it is like this.
[Image]
[Text]
Rather I want the text to show on top of the Image. My codes as
below:-
Note:
- ResolveClient is for my
ASP.NET Testing purpose to get the right
path in MasterPage.
- Mid.png is a tiny vertical image which I will repeat at the
background.
- watermark-building.png is the watermark image
- bottom.png will show the footer stuff.
<div class="span-23" id="mainBody" style="background: url('<%=
ResolveClientUrl("~/images/mid.png") %>') repeat-y center top;
height: auto;">
<div id="hright">
<div id="hrighttop">
<img id="imgWatermark" src='<%= ResolveClientUrl
("~/images/watermark-building.png") %>'
alt="" />
</div>
</div>
My text will be here (suppose to be on top of my
watermark)
<div id="footer">
<div class="span-23" id="imgFooter" style="background:
url('<%= ResolveClientUrl("~/images/bottom.png") %>') bottom center no-
repeat;
height: 77px;">
</div>
</div>
</div>
Any help?
Thanks.
Regards,
Wen Ching