I have managed to create an extra horizontal border somehow that I do not need 
and wish to get rid of.  The page displays fine in FireFox.  I have narrowed it 
to having to do with this section of my CSS but can not figure out wherew to 
corect it at.

#navcontainer
{
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
border-top: 1px solid #999;
z-index: 1;
}

#navcontainer ul
{
list-style-type: none;
text-align: center;
margin-top: -8px;
padding: 0;
position: relative;
z-index: 2;
}

#navcontainer li
{
display: inline;
text-align: center;
margin: 0 5px;
}

#navcontainer li a
{
padding: 1px 7px;
color: #666;
background-color: #F2D5AA;
border: 1px solid #ccc;
text-decoration: none;
font-weight: bold;
}

#navcontainer li a:hover
{
color: #000;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
}

#navcontainer li a#current
{
color: #000;
border: 1px solid #666;
border-top: 2px solid #222;
border-bottom: 2px solid #222;
}

Here is the page url:
http://www.hhimusic.com/download/MK/

Here is the CSS url:
http://www.hhimusic.com/download/MK/css/main.css

--
Thanks!

Jeff

http://www.patandjeff.com
*********************************************************************************

*********************************************************************************
Visit http://www.websites4199.com for an alternative to high development prices!

Visit http://www.milliondollarsites.net if you just got to spend the big bucks 
and brag about it.


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to