Hello. I have come across an interesting problem I haven't been able to resolve yet.
I am using the HTC transparent PNG fix for IE6 on my website. I'm sure many of you are familiar with this way of doing things. I have noticed that if the png image itself does not have width and height attributes assigned to it, then the HTC does not take over the image and fix what its supposed to fix.
So my problem is this. The way I have my header logo displayed on my Wordpress site is by using the H1 tag, and defining the image inside the H1 tag itself. Obviously I can't define the image width and height inside the H1 tag, just the size of the box that it's in.
And I do have a the htc fix assigned to the img tag as well, but its not finding the logo, which as I have said is because the image does not have a width and height. I also tried adding the HTC behavior code to the H1 tag, but that did not work either.
Does anyone have a bright ideas on how to take care of this problem - WITHOUT just inserting my logo manually into the code?
You can see my website here:
www.infectthesystem.com
The CSS file can be found here (shortened URL):
www.infectthesystem.com/styles.css
|