Click to See Complete Forum and Search --> : lol... what the
oo7ml
02-29-2008, 07:18 AM
Why is this happening???
If you go to the following link (http://tiny.cc/niJ43) you will see a php icon in the footer. If you open the site in IE the icon is totally distorted... what the [Oi -Stephen Philbin]. can anyone help me out here, thanks in advance
Centauri
02-29-2008, 07:34 AM
This is weird, but setting the font size of the .footer_l_b div to 1px fixes it - looks like the image is being stretched vertically to the current font size inline box.
oo7ml
02-29-2008, 07:53 AM
Yeah, it is really wierd... I change the image to a jpeg and it was fine too BUT i would really love to know why it won't display the .png image properly... anyone else got any other views on this?
Centauri
02-29-2008, 07:57 AM
Ahh - it is due to the pngfix javascript. IE won't allow a div to be smaller height than current text size, and the pngfix code will stretch the image to the div size (which is too big) - that's why the above fix works.
oo7ml
02-29-2008, 08:18 AM
Ok cool, thanks for your help, i think i will just change it to a jpeg, thanks again