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
When I change to width of my anchor's, the bottom margin is removed.
Old 01-03-2008, 12:23 PM When I change to width of my anchor's, the bottom margin is removed.
Junior Talker

Posts: 1
Trades: 0
Hi guys,

First post on this forum!
Quote:
#menu
{
width: 800px;
margin: 0;
padding: 0;
background-color:Red;

}

#menu ul
{
list-style: none;
margin: 0;
text-align: center;
}
#menu li
{
display: inline;
}

#menu a
{
width: 152px;

height: 25px;
padding-top: 5px;
float: left;
text-decoration: none;
background-image: url(../Images/tab.gif);
background-repeat: repeat-y;
margin: 2px;
border: solid2pxblack;
color: #000000;
font-weight: bold;

}

When I change the width of #menu a from 152px to any other value, the margin below the menu is removed...
Any ideas why?

Thanks in advance!
Joe
JoeBrown01 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-03-2008, 04:03 PM Re: When I change to width of my anchor's, the bottom margin is removed.
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
That makes no sense, and I can't reproduce it from that code snippet.
Which browser is showing the problem ?
Lets see the rest of the html and css.


In addition, you're triggering the doubled-float margin bug in IE 6 with the float:left and a left margin value.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to When I change to width of my anchor's, the bottom margin is removed.
 

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.13092 seconds with 12 queries