Padding to the left and right of a floated image, in IE only.
Posted
by Roeland
on Stack Overflow
See other posts from Stack Overflow
or by Roeland
Published on 2010-04-20T20:11:41Z
Indexed on
2010/04/20
20:13 UTC
Read the original article
Hit count: 229
internet-explorer
|web-development
Generally I seem to be able to fix IE problems nowadays.. but this one realy has me stuck!
Take a look at the screenshot below to see the problem or visit the url to see the problem.
http://homedynamics.com/sawgrass/floorplan.php
I have made sure the ul li and img's are all cleared (padding:0; margin:0; border:0;) and still there is padding added to the left and right of the images. I also did "display: block" on images with no luck.
Can anyone point me in the right direction? Thanks!!
© Stack Overflow or respective owner