Results 1 to 9 of 9

Thread: Tabs and jquery just not working for this forum !!

  1. #1
    Join Date
    Aug 2006
    Posts
    89
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Tabs and jquery just not working for this forum !!

    1) Script Title: Drop Down Tabs (5 styles)

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

    3) Describe problem:

    http://coloroflaw.byethost9.com/forum

    i am not getting any tabs to work with mybb forums can anyone help?

    tabs are not generated at all for this one it listed after the forums.

    help please, jquery framework

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

    Default

    There may be other errors, but looking at the markup of your menu, it's missing the markup for the two drop down menus themselves that are specified:

    Code:
    <div id="indexdropdowntabs" class="slidingdoors">
    <ul>
    <li><a href="http://www.dynamicdrive.com">Home</a></li>
    <li><a href="http://www.dynamicdrive.com/style/" rel="dropmenu1">CSS</a></li>
    <li><a href="http://www.dynamicdrive.com/resources/" rel="dropmenu2">Partners</a></li>
    <li><a href="http://tools.dynamicdrive.com">Tools</a></li>
    </ul>
    </div>
    The missing markup should look something like this:

    Code:
    <!--1st drop down menu -->
    <div id="dropmenu1" class="dropmenudiv_c">
    <a href="http://www.dynamicdrive.com/style/csslibrary/category/C1/">Horizontal CSS Menus</a>
    <a href="http://www.dynamicdrive.com/style/csslibrary/category/C2/">Vertical CSS Menus</a>
    <a href="http://www.dynamicdrive.com/style/csslibrary/category/C4/">Image CSS</a>
    <a href="http://www.dynamicdrive.com/style/csslibrary/category/C6/">Form CSS</a>
    <a href="http://www.dynamicdrive.com/style/csslibrary/category/C5/">DIVs and containers</a>
    <a href="http://www.dynamicdrive.com/style/csslibrary/category/C7/">Links and Buttons</a>
    <a href="http://www.dynamicdrive.com/style/csslibrary/category/C8/">Other</a>
    </div>
    
    
    <!--2nd drop down menu -->
    <div id="dropmenu2" class="dropmenudiv_c" style="width: 150px;">
    <a href="http://www.cssdrive.com">CSS Drive</a>
    <a href="http://www.javascriptkit.com">JavaScript Kit</a>
    <a href="http://www.codingforums.com">Coding Forums</a>
    <a href="http://www.javascriptkit.com/jsref/">JavaScript Reference</a>
    </div>
    DD Admin

  3. #3
    Join Date
    Aug 2006
    Posts
    89
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    well the parent tabs are not even rendered, help please. i have removed the dropdowns and till it wont render the html
    Last edited by chas; 02-04-2015 at 01:09 AM.

  4. #4
    Join Date
    Aug 2006
    Posts
    89
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    is bootstrap a contributing factor?

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

    Default

    Quote Originally Posted by chas View Post
    is bootstrap a contributing factor?
    Not in this case. The styling of the parent tabs is controlled by the CSS class assigned to it:

    Code:
    <div id="indexdropdowntabs" class="slidingdoors">
    <ul>
    <li><a href="http://www.dynamicdrive.com">Home</a></li>
    <li><a href="http://www.dynamicdrive.com/style/">CSS</a></li>
    <li><a href="http://www.dynamicdrive.com/resources/">Partners</a></li>
    <li><a href="http://tools.dynamicdrive.com">Tools</a></li>
    </ul>
    </div>
    The class name in red should be changed to "sidetabsmenu", or that defined inside http://coloroflaw.byethost9.com/foru...idingdoors.css
    DD Admin

  6. #6
    Join Date
    Aug 2006
    Posts
    89
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by ddadmin View Post
    Not in this case. The styling of the parent tabs is controlled by the CSS class assigned to it:

    Code:
    <div id="indexdropdowntabs" class="slidingdoors">
    <ul>
    <li><a href="http://www.dynamicdrive.com">Home</a></li>
    <li><a href="http://www.dynamicdrive.com/style/">CSS</a></li>
    <li><a href="http://www.dynamicdrive.com/resources/">Partners</a></li>
    <li><a href="http://tools.dynamicdrive.com">Tools</a></li>
    </ul>
    </div>
    The class name in red should be changed to "sidetabsmenu", or that defined inside http://coloroflaw.byethost9.com/foru...idingdoors.css
    hi thanks for your help....

    I try your change just now and I dont see much improvement?

    thanks again

  7. #7
    Join Date
    Aug 2006
    Posts
    89
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    but this is only for menu? i thought it was for content as well?

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

    Default

    I see the tabs menu and style appearing now on your page...
    DD Admin

  9. #9
    Join Date
    Aug 2006
    Posts
    89
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    yeah i was looking for a tabbed "content" that calls the menu and content together instead of 2x ordered or unordered lists...

    does anyone have one?

Similar Threads

  1. Resolved jQuery UI TABS - Update URL Hash
    By crobinson42 in forum JavaScript
    Replies: 2
    Last Post: 06-23-2013, 04:06 PM
  2. jQuery Drop Line Tabs
    By apssiva in forum JavaScript
    Replies: 2
    Last Post: 04-05-2011, 06:55 AM
  3. jQuery Multi Level CSS Menu #2 not working in IE6 using jQuery 1.4.x
    By Rikko in forum Dynamic Drive scripts help
    Replies: 0
    Last Post: 12-28-2010, 10:57 PM
  4. jQuery alternative to DD Ajax Tabs
    By zorag in forum Looking for such a script or service
    Replies: 3
    Last Post: 04-13-2009, 07:18 PM

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
  •