Jump to content

Image Have Gaps In Between


Narwhal

Recommended Posts

I need some help. I can't get my link buttons to sit next to each other. Here's the link. Below is the stylesheet. What am I doing wrong and why? If I could ask one more thing; I would like an explanation to the solution please :) I need to learn!

#mantle { position:relative; border: 0; margin-left:auto; margin-right:auto; height:600px;}.linkbar { position:relative; display:inline; top:0; right:0; width:auto; height:35px; padding: 0px; border: 0px; margin: 0px;}

Link to comment
Share on other sites

The real problem is that there are line breaks between each <span> element and the next. Each line break is rendered as a space. You should put all the HTML on the same line if you don't want spaces between the images.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...