Forums

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

Home Forums CSS [Solved] Tabs navigation "current" selection question

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #189198
    iizag
    Participant

    On this page http://bitfiu.com/groups/ , this is the css I am using to style the current tab selected :

    #object-nav ul li .current {
        background: none repeat scroll 0 0 #002d62;
    }

    I have tried other combinations but it all gives me the same problem. I want the background to take the entire tab and not just highlight the words. Even if I play with the padding it does not work. Any tips?

    #189200
    Paulie_D
    Member

    Your link is not the same size of the li.

    I’d move the padding on the li to the anchor link inside it.

    #189201
    iizag
    Participant

    That worked thank you. (solved)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.