Thank you for your reply Jake. Maybe I am not doing something right but that doesn't seem to do anything. I am pretty new to jQuery so I apologize for my lake of knowledge.
Here is the CSS i have for the directory table:
/* directory images
-------------------------------------------------------------- */
.directorytable
{
position:absolute;
left:10px;
top:250px;
padding-top:10px;
}
.directorytable li
{
display:inline-block;
padding-right:10px;
}
#filters{
position:absolute;
left:40px;
margin-top:220px;
top:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
}
#filters a{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
}
.mo{
float:left;
}
.tx{
float:left;
}
.ar{
float:left;
}
.bpc{
float:left;
}
.wa{
float:left;
}
.ks{
float:left;
}
.all{
float:left;
}
.in{
float:left;
}
Thank you for your help.