twQ
02-24-2010, 10:03 PM
Internet Explorer 6 and 7 (can't test 8, I don't have it) omit my bottom border on this sites links.
EDIT: Link removed. Problem solved. See Traq's 2nd post.
Home, Signup, etc have a 2px border on the bottom. Gray normally on hover its black. Firefox and Opera display it correctly but not either IE. What's the cause?
Also if you view the site in 8 if you see any problems send me a screenshot please. Thanks!
Relevant CSS:
#content {
width: 75%;
height: 500px;
margin: auto;
background: #FFFFFF;
border: #999999 1px solid;
border-top-width: 0px;
}
#content #nav {
width: 100%;
font-size: 10pt;
text-align: right;
}
#content #nav a {
padding-left: 10px;
padding-right: 10px;
padding-bottom: 2px;
margin-right: 5px;
color: #000000;
text-decoration: none;
border: #999999 1px solid;
border-bottom-width: 2px;
border-top-width: 0px;
}
#content #nav a:hover {
border-bottom-color: #000000;
}
Relevant HTML:
<div id="nav">
<a href="home">Home</a>
<a href="home">Signup</a>
<a href="home">FAQ/Help</a>
</div>
#content is just a container. Nothing special to it.
EDIT: Link removed. Problem solved. See Traq's 2nd post.
Home, Signup, etc have a 2px border on the bottom. Gray normally on hover its black. Firefox and Opera display it correctly but not either IE. What's the cause?
Also if you view the site in 8 if you see any problems send me a screenshot please. Thanks!
Relevant CSS:
#content {
width: 75%;
height: 500px;
margin: auto;
background: #FFFFFF;
border: #999999 1px solid;
border-top-width: 0px;
}
#content #nav {
width: 100%;
font-size: 10pt;
text-align: right;
}
#content #nav a {
padding-left: 10px;
padding-right: 10px;
padding-bottom: 2px;
margin-right: 5px;
color: #000000;
text-decoration: none;
border: #999999 1px solid;
border-bottom-width: 2px;
border-top-width: 0px;
}
#content #nav a:hover {
border-bottom-color: #000000;
}
Relevant HTML:
<div id="nav">
<a href="home">Home</a>
<a href="home">Signup</a>
<a href="home">FAQ/Help</a>
</div>
#content is just a container. Nothing special to it.