Firefox & Netscape menu dropdown not center

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Firefox & Netscape menu dropdown not center

    The top navigation popup menu dropdowns created with javascript and layout
    controlled with CSS do not attach to the main menu and sit center with rest of
    page. They align left in Firefox and Netscape.
    Works perfect in Opera & IE. Someone please give me a solution.
    Link Here:
    [url]http://www.chinaclimb.com/site/cclimb_maintemplatetestcomplete_sliding4.html[/url]

    lautar Guest

  2. Similar Questions and Discussions

    1. List/Menu Form hides dropdown Menu
      http://2006.maximizer.com/about/customers/index.html when you scroll over 'company' in the main navbar at the top of the page, you'll see what...
    2. Coloured borders not appearing in Netscape/ Firefox
      http://217.146.112.210/test/index.html above is the site under construction - i am having issues getting the sub menu borders on the left...
    3. flash animation - wrong placed in Firefox & Netscape
      Hi friends, i have XP PRO SP2 with these browsers : IE 6 , Netscape 8, Firefox 1.0.4 and with some websites i cant see the animations well...
    4. Dropdown or (Popup) menu not working in Firefox
      :| Using Firefox, please take a look at www.photoshopjazz.com notice the dropdown (or popup) menu is not working at all. I've contacted them but...
    5. popup-menu labels align=center
      Hello People, What should the attribute setting be to position labels and set other common HTML attributes in a popup-menu (Perl CGI.pm)? I...
  3. #2

    Default Re: Firefox & Netscape menu dropdown not center

    Gotta love those FW pop-up menus. So much CSS for such a tiny job. Can you
    imagine troubleshooting that CSS? I can't.

    Try changing this -

    </head>

    to this -

    <style type="text/css">
    <!--
    body { text-align:center; }
    #wrapper { text-align:left; width:760px; margin:0 auto;position:relative; }
    -->
    </style>
    </head>

    change this -

    <body ...>

    to this -

    <body ...>
    <div id="wrapper">

    and this -

    </body>

    to this -

    </div><!-- /wrapper -->
    </body>

    and see if that helps.

    By the way - that page is a template page and should have a *.dwt extension.
    You know that, right?


    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "lautar" <webforumsuser@macromedia.com> wrote in message
    news:ecs7g6$av5$1@forums.macromedia.com...
    > The top navigation popup menu dropdowns created with javascript and layout
    > controlled with CSS do not attach to the main menu and sit center with
    > rest of
    > page. They align left in Firefox and Netscape.
    > Works perfect in Opera & IE. Someone please give me a solution.
    > Link Here:
    > [url]http://www.chinaclimb.com/site/cclimb_maintemplatetestcomplete_sliding4.html[/url]
    >

    Murray *ACE* Guest

  4. #3

    Default Re: Firefox & Netscape menu dropdown not center

    ACE Murray, your a legend! Works perfect.

    Lets just say this page and the css are my playground at this point. I will be
    using a briefer CSS sheet and the dwt extension when complete.(so don't worry).

    Cheers Lautar

    :beer;

    lautar Guest

  5. #4

    Default Re: Firefox & Netscape menu dropdown not center

    Good going!

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "lautar" <webforumsuser@macromedia.com> wrote in message
    news:ectdsn$k3o$1@forums.macromedia.com...
    > ACE Murray, your a legend! Works perfect.
    >
    > Lets just say this page and the css are my playground at this point. I
    > will be
    > using a briefer CSS sheet and the dwt extension when complete.(so don't
    > worry).
    >
    > Cheers Lautar
    >
    > :beer;
    >

    Murray *ACE* Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139