Results 1 to 2 of 2

Thread: An ajax tab CSS / design query

  1. #1
    Join Date
    Jul 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default An ajax tab CSS / design query

    1) Script Title: Ajax Tabs Content Script (v 2.2)

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...axtabscontent/

    3) Describe problem: I have a CSS question regarding the styling of the tabs, this is a design / css question. I have the script working fine, but now want to make one of the tabs use a different CSS style to the default or selected styles that ship with it. This is so I can make a nice big fat 'book now' button. All the usual tactics seem not to work, I think it is because of the very specific way 'selected' is already written into the script. If I make my own new style 'booknow', or whatever it might be, it is simply ignored.

    Please can someone make my day and help me out with this?

    Thank you!!!

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Welll, the selected style of the tabs is specified with the following block within the .css file:

    Code:
    .shadetabs li a.selected{ /*selected main tab style */
    background-image: url(shadeactive.gif);
    border-bottom-color: white;
    }
    Just customize it as desired.
    DD Admin

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •