View Single Post
05-19-2006, 02:35 PM
#1
mason is offline mason
mason's Avatar
Status: Member
Join date: Apr 2006
Location:
Expertise:
Software:
 
Posts: 186
iTrader: 0 / 0%
 

mason is on a distinguished road

  Old  border-bottom pushes my content

border bottom pushem my content to the left everytime it is activated. It only happens in IE.

Code:
#nav{
background-color:#3300FF;
float:right;
margin:0px;
padding:0 0 5px 0;
width:50%;
}

#nav{
margin:0px;
padding:25px 0 0 0;
}

#nav li{
display:inline;
}

#nav a{
color:#ffffff;
float:left;
margin:0 30px 0 0;
text-decoration:none;

}

#nav a:hover{
border-bottom:2px solid #fb1455;
margin:0 30px 0 0;
color:#000000;

}
HTML Code:
		<div id="nav">
			<ul>
				<li><a href="#"><b>Home</b></a></li><li><a href="#"><b>About</b></a></li><li><a href="#"><b>Register</b></a></li>
			</ul>
		</div>