I am trying to insert a PNG image with transparency on my contact page and I cannot get it to work right. The image shows up with white background in both Firefox & IE.
Any help on how to fix this woudl be greatly appreciated.
Rich
I am trying to insert a PNG image with transparency on my contact page and I cannot get it to work right. The image shows up with white background in both Firefox & IE.
Any help on how to fix this woudl be greatly appreciated.
Rich
never mind, I found a solution. For those with the same issue make sure to copy and paste: style="background:none;border:none;" code in the html code for the image.
Glad that everything works now.
The Dude
I didnt know exactly where you meant but i figured it out too....here is the exact spot that fixed it for me in header.php right after <div id="head">:
<h2 class="logo ie6fix style="background:none;border:none; <?php echo $logoclass; ?>"><a>/"><?php echo $logo; ?></a></h2>
I created a tutorial thread about image borders here: http://www.kriesi.at/support/topic/how-to-remove-the-image-borders
You must log in to post.