-----Original Message-----
From: Elli Vizcaino [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 09, 2007 7:55 AM
To: CSS Discuss
Subject: [css-d] IE6 Issue: PNG File Being Stretched on Home Page

Hello,

I'm having a strange issue in IE6 with a PNG file. I
implemented the iepngfix.htc script from twinhelix.com
that makes transparency work in that browser.
Originally, the main graphic on the index page was
positioned relatively, which is what I thought was the
causing the image to distort, since the other 3 PNG
files I'm using are positioned absolute and the script
seems to be able to target those with no problem but,
on the home page it keeps stretching/distorting the
image. 

=============================

Elli,

I have that problem happening to me several times as well. The fix that
worked in my situation was to add height and width to that image in your
html.
For example,

<img src="images/pinspostit.png" alt="Thanksgiving Pins &amp; Post It"
width="###" height="###" />

Let me know how that works for you...

Anna Vester
http://www.veanndesign.com

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to