Hi i am having one more problem, caused by the padding in .TabList li The background-color takes the full cell, but hover only replaces color from start of text, leaving the 10px of the original color is there a css hack to have the hover fill the cell including the 10px of padding what i have in css .TabList li {
float:left;
margin:0;
display: inline;
padding:0 0 0 10px;
} #navParent-54 { background-color:#39c}
#navParent-54 :hover{ background-color:#FFF} Thanks |