Results 1 to 3 of 3

Thread: Problems with Firefox displaying menu

  1. #1
    Join Date
    Jan 2008
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Problems with Firefox displaying menu

    1) Script Title: AnyLink Vertical Menu

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

    3) Describe problem:

    I have developed my vertical menu to this point, but the display in Firefox is "strange" sorry for the poor description but I don't know how to describe it. Display is fine in IE but please take a look at this (using firefox)

    http://www.benal-life.com/templates/...g/nav_test.htm

    any thoughts please?

    Sorry code is too long to post but can be seen via the above link (view code)
    Last edited by waterdene; 01-14-2008 at 03:53 PM.

  2. #2
    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

    Code:
    ul.navlist {
    /*list-style-type: square;*/
    position:absolute;
    left:12px;
    top:12px;
    width: 165px;
    list-style:none;
    background-image:url(/images/2007_design/Buttons/side-2a.jpg);
    margin:0;
    padding:0;
    font:normal 12px Arial;
    line-height:21px;
    }
    This will move the menu over to the left and top in all browsers though, but to basically the same spot in all, and fix the background. The position could then be adjusted by changing the top and left values.
    - John
    ________________________

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

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

    Default

    Thank You, I think that you have got me to the stage where I can finally start integrating this menu into my site, so helpful!

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
  •