PNG Image hack and sidebar woes
-
Hey all. I have been having trouble with my website in IE6 and IE5.5. The infamous sidebar issue (for which I have searched the forums and been unable to find an adequate solution) and also a PNG fix I tried so that PNG images wold show up with their transparency intact.
1) The PNG fix is here:
https://www.twinhelix.com/css/iepngfix/demo/
I pasted this code into my css stylesheet:
/*PNG Fix*/ img, div, a, li, span, input, textarea { behavior: url(iepngfix.htc) }
And the following two files into the same folder to which the theme’s stylesheet is in: iepngfix.htc and blank.gif.
But it doesn’t seem to have worked. Can anybody perhaps tell me where I have gone wrong? The navigation images are supposed to show transparency in IE6 and IE5.5
2) The sidebar fall down below the content. I have fiddled with the code, but to no avail. I also have the
<?php get_sidebar(); ?>
in the footer file. When I remove padding from one side, the sidebar comes up. It seems to be either a) that there is some mysterious padding coming form somewhere that I have missed or b) that the images have been assigned strange white borders. The images I use (the gradient headerts for posts and the sidebar headings) are cut to the pixel. They are supposed to have no white borders.
Any help on this? I’m lost for solutions. Thank you in advance!
- The topic ‘PNG Image hack and sidebar woes’ is closed to new replies.