lli2k5
09-15-2006, 07:37 PM
Whenever I try to make one tab bigger, it always creates more space on the bottom of the tab. I would like the space to be created on the top of the tab.
#X li.a1{
float: left;
width 50px;
height: 24px;
background-color: #000000;
font-color:#FFFFFF;
font-size:12px;
}
#X li.a2{
float: left;
width 50px;
height: 24px;
background-color: #000000;
text-align: center;
padding-top:2px;
}
#X li.a1{
float: left;
width 50px;
height: 24px;
background-color: #000000;
font-color:#FFFFFF;
font-size:12px;
}
#X li.a2{
float: left;
width 50px;
height: 24px;
background-color: #000000;
text-align: center;
padding-top:2px;
}