Ok, here's the situation:
I have <img>'s nested inside a <p>, which are being floated left for wrap-around purposes.
The images aren't showing up in IE, however the text is wrapping around the space left for the image.
This is the page in question ...
And here's the <img>'s css, so that you don't have to go through all 400 lines
I have <img>'s nested inside a <p>, which are being floated left for wrap-around purposes.
The images aren't showing up in IE, however the text is wrapping around the space left for the image.
This is the page in question ...
And here's the <img>'s css, so that you don't have to go through all 400 lines

Code:
.contIMG{float:left;margin-right:1em;border:3px ridge #575757;}
Comment