|
Hi, I have been able to work around this issue, but would like some help understanding what is going wrong. I have a grid of thumbs with an image in each, which is a link inside an "li". The li is 50px by 50px with a 1px border. when I add the 50 by 50 image inside the li, Dreamweaver and IE adds space to the inside-bottom and inside-left of the li and throws off the spacing of the rest of the thumbs.
This works fine in all browsers but not IE and DW.
Here is an example of the code I am using. Any Help is greatly appreciated!
<ul class="thumb">
<li><a href="#"><img src="" alt=""/></a></li>
</ul>
|