Forums >
IEPNGFix >
class causing img to be set to blankimg?
Author
Message
1) kitsguruGroup: Members Posts: 2Joined: 2 May 2008Location: canadaIP: 70.66.--.--
Posted:
I have two images inside a H1 tag with each having a class that floats the images to the left and right of the h1 tag.
Most of the PNG are done correctly, but these two images are switched to blank. HTML: <h1><img src="images/roundendl.png" class="fleft" alt=""> <img src="images/roundendr.png" class="fright" alt=""> my title </h1>
2) Angus TurnbullGroup: Moderators Posts: 4042Joined: 7 Dec 2003Location: New ZealandIP: 203.173.--.--
Posted:
The script blanks all PNG images. It's probably a case of the filter not applying correctly for some reason. Try adding a position:relative or similar and/or width/height to those images?
- Angus.
3) kitsguruGroup: Members Posts: 2Joined: 2 May 2008Location: canadaIP: 70.66.--.--
Posted:
Well that helped but the right image is not in the correct position (it is too far too the left). Changing the margin which I use to move the image outside the tag a bit is good on the left but not the right;