Results 1 to 2 of 2

Thread: DD Menu Tabs problem in firefox

  1. #1
    Join Date
    Apr 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default DD Menu Tabs problem in firefox

    1) Script Title: DD Menu Tabs

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/ddtabmenu.htm

    3) Describe problem: I am having problems with this script in firefox. The content appears fine in IE but in firefox the content under the tabs is overlapped by other content on the site. You can see an example towards the bottom of the screen at http://chibabeat.com

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

    Default

    Your CSS seems to be missing the default style for .tabcontainer, which should be defined:

    Code:
    .tabcontainer{
    clear: left;
    width:95%; /*width of 2nd level sub menus*/
    height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
    }
    Throw that into any of your .css files, and change the line in height to the desired height (so it can accomodate your longest sub content).

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
  •