PDA

View Full Version : making one tab bigger than the other tabs(CODE is HERE)


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;

}

Arbitrator
09-16-2006, 01:15 AM
You need to provide the complete HTML and CSS code or a live version of the relevant document.