Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Image link inside "li" DW & IE adds pixels - Why?
Old 04-02-2008, 08:48 PM Image link inside "li" DW & IE adds pixels - Why?
Junior Talker

Posts: 1
Name: Net Surger
Trades: 0
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>
netsurger is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-02-2008, 10:11 PM Re: Image link inside "li" DW & IE adds pixels - Why?
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,985
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
netsurger, I do this at the beginning of every CSS document I write:
Code:
 
* {
    margin: 0;
    padding: 0;
}
This sets defaults and is supposed to make things more consistent across the browsers. Maybe this will help you with the problem you are having.
__________________
Join me on
Please login or register to view this content. Registration is FREE
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Reply     « Reply to Image link inside "li" DW & IE adds pixels - Why?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.09687 seconds with 12 queries