Quote:
Originally Posted by powerful_rogue
Bump, Any help would be great. Shows fine in FF, just damn IE!
|
try this :
Code:
#vibetab
{
margin:5px 0 0 0px;
height:29px;
font-weight:bold;
}
#vibetab a
{
color:white;
background:url(../images/vibetab.gif) 0% 0% no-repeat;
text-decoration: none;
padding-left: 6px;
margin:0;
height:29px;
outline:0;
}
#vibetab a span
{
background: url(../images/vibetab.gif) 100% 0% no-repeat;
padding: 9px 12px 0 4px;
height:20px;
cursor: pointer;
}
#vibetab a, #vibetab a span
{
display: block;
float: left;
}
#vibetab a#active_menutopnav
{
color: black;
background:url(../images/vibetab.gif) 0% 45% no-repeat;
}
#vibetab a#active_menutopnav span
{
background: url(../images/vibetab.gif) 100% 45% no-repeat;
}
#vibetab a:hover
{
color: white;
background:url(../images/vibetab.gif) 0% 89% no-repeat;
}
#vibetab a:hover span
{
background: url(../images/vibetab.gif) 100% 89% no-repeat;
}
#vibetab ul
{
list-style: none;
padding: 0;
margin: 0;
}
#vibetab li
{
float: left;
margin: 0;
}