Results 1 to 4 of 4

Thread: Drop Down Tabs (5 styles) not working on MAC safari

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

    Default Drop Down Tabs (5 styles) not working on MAC safari

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

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

    3) Describe problem:
    I have created a menu using this drop down script, and it works great on a PC but it is not working on Safari on Mac. Any ideas how to get it to work?

    My Page Examples:
    On this page, only the header image is moved over
    http://crabapple.tracikay.com/

    On most of the other pages the entire content of the site below the navigation bar is moved over to the right, outside of the table
    http://crabapple.tracikay.com/servic...ns-bridges.asp

    On this page I tried moving the drop down DIV's to the very bottom of the page just above the </body> tag (like was suggested for positioning problems in other threads) but it still does not seem to help.
    http://crabapple.tracikay.com/services.asp

    Thank you in advance

  2. #2
    Join Date
    Jul 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default still working

    No one has responded, so I am currently still working on it. If you happen to look at the page in the meantime and not see the drop downs, its because I am trying to troubleshoot.

    thanks

  3. #3
    Join Date
    Jul 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Problem Solved!

    I figured it out. It all had to do with the css.

    The source had this
    .glowingtabs{
    float:left;
    width:100%;
    font-size: 12px;
    line-height:normal;
    border-bottom: 1px solid #dcc208; /*Add border strip to bottom of menu*/
    }
    I changed the width to 960px. At that point the float:left; was causing the problem in Safari. I removed the float:left and it works fine in all browsers now.

    Thanks anyway
    Traci

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

    Default

    Glad you worked it out yourself. BTW I don't personally have access to a Mac, so usually can't help debug in that OS.

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
  •