Forums

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

Home Forums JavaScript Has anyone hgot a working, finished example of these tabs I can use?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #30022
    Danny9
    Member

    Hi, I’ve downloaded these popular tabs but all I can get is the tabs with a line running to the right, I can not complete the border that would finish the tab off.If you look on his page there’s no left, right or bottom line http://www.stilbuero.de/jquery/tabs_3/ anyone have any experience of finishing off these tabs? I’d love, love, love some source code to customise if you’ve got any. Thanks in advance.

    #81556
    rch
    Participant

    If you want all borders at every container, hen pick the ui.tabs.css file, find the 96 line of code and change

    .ui-tabs-panel {
    border-top:1px solid #97A5B0;
    }

    with

    .ui-tabs-panel {
    border:1px solid #97A5B0;
    }

    More costumization = play with CSS.

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