Results 1 to 7 of 7

Thread: Could not customise the script

  1. #1
    Join Date
    Feb 2011
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Could not customise the script

    1) Script Title: ajax tab content script

    2) Script URL (on DD): http://dynamicdrive.com/dynamicindex...tent/index.htm

    3) Describe problem:

    I wanted to use above script in my site. When used customising this script, it appear default background bullets alongwith tabs. How to fix it. I want to use bullets in content area of the pages but along with tabs.

  2. #2
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    I think

    Code:
    #countrytabs {
    	list-style-type:none;
    }
    in your css should do it.
    Corrections to my coding/thoughts welcome.

  3. #3
    Join Date
    Feb 2011
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Shall I remove it or add ?

    add in

    ajaxtabs.css

    or
    custom.css of template ?

  4. #4
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    I assume you can put it in any of those cause they should all overwrite the browser default.
    Corrections to my coding/thoughts welcome.

  5. #5
    Join Date
    Feb 2011
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    In which area of .css file should put it ? in the end or begining.

  6. #6
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    It's already in the ajaxtabs.css file for the various types (classes) of tabs you can use. The default is .shadetabs. So either you took it out, or the page is not using that file for some reason, or you're not using any of the optional classes to style the tabs, or there's something in the other styles that's overriding it.

    Or something else.

    In many cases the suggestion made by bluewalrus would work because it relies upon the id rather than the class. However, if you've used a different id, which is allowed in the instructions, it won't work. Even if you're using the #countrytabs id, some of the above possibilities as to why it might not be working could still apply.

    It's really a guessing game unless we can see the page.

    If you want more help:

    Please post a link to a page on your site that contains the problematic code so we can check it out.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  7. #7
    Join Date
    Feb 2011
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi John,

    Thank you very much for your post.

    My site is egtoursdotcom
    Last edited by newarnikanchhi; 05-27-2011 at 06:35 AM.

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
  •