Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
lautar #1
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
-
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... -
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... -
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... -
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... -
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... -
Murray *ACE* #2
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
-
lautar #3
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
-
Murray *ACE* #4
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



Reply With Quote

