Forum Moderators: open

Message Too Old, No Replies

Problem in IE vs Ffx with image display

         

popeyebarnone

6:01 pm on Dec 4, 2006 (gmt 0)

10+ Year Member



I have the following code as a menu item and it displayed correctly in Firefox, but IE is doing something very odd with the images. I'm not sure exactly what it's doing, but it seems to make them misshapen. Tall instead of square. And it seems to be ignoring the hspace spec.

Any ideas?

Here's the HTML and CSS:

<p class="menu"><img src="images/bulletmed.png" width=11 height=11 border=0 hspace=3><a href="index.php"><b>Home&nbsp;</b></a></p>

.menu { text-align: left;
text-indent: -16px;
margin-left: 16px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
}

popeyebarnone

6:16 pm on Dec 4, 2006 (gmt 0)

10+ Year Member



nevermind

it has something to do with the iepngfix.js code in:

<!--[if gte IE 5.5000]>
<script type="text/javascript" src="iepngfix.js"></script>
<![endif]-->