Padding to the left and right of a floated image, in IE only
Generally I seem to be able to fix IE problems nowadays.. but this 开发者_如何学JAVAone 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
alt text http://homedynamics.com/sawgrass/images/models/i_hate_ie.jpg
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!!
Try to set margin padding float to divs containing images.
精彩评论