Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Tabbed layout Re: Tabbed layout

#71991
soap
Participant

I don’t know if your tabs are images or text but:

body#id ul#tabnav li a.home {
text-decoration:none;
}

or assuming you’re using sprites for your tabs

body#id ul#tabnav li a.home{
background-position:0 -50px;
}

I’m really tired, sorry for any code errors in there.