I'm been working on converting a custom website into a working theme for drupal, and I've run across a problem with the tabs. It seems as though the first tab, regardless of whether or not I'm on that tab's page, doesn't produce a link anymore. I'm sure it's something I've done with my CSS file that's ruined it, but I can't figure out what. Maybe someone more familiar with Drupal could see my problem, so I'm posting the CSS file to see if anyone's got some insight. (The website is still in development, so it's only active on my computer.)
@import "reset.css";
body{
font-family:Georgia, Times New Roman, Palatino, serif;
background:#330000 url(images/bgtexture.png) no-repeat top left;
font-size:0.8em;
color:#ffffff;
font-weight:normal;
margin:0;
padding:0;
}
/*title*/
#pageHeader {
position:absolute;
left:26px;
top:55px;
height:940px;
background:url(images/bgtexture2.png) no-repeat bottom right;
z-index:10;
}
#quickSummary{
font-size:0.8em;
overflow:hidden;
position:absolute;
left:590px;
top:140px;
height:140px;
text-align:center;
width:230px;
z-index:3;
}
#quickSummary a{ text-transform:uppercase; }
#sidebars{
position:absolute;
top:125px;
left:800px;
width:150px;
text-align:left;
font-size:0.85em;
}
/*links column*/
#linkList{
position:absolute;
top:123px;