Search found 3 matches

by jchastain
Mon Mar 15, 2004 2:14 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Center Menu - Netscape & Mozilla
Replies: 5
Views: 3315

Thanks. I figured I could do it that way, I was just looking for a 'compliant' way. I have not dug into the code yet, but how is the menu structure built? Is the outside container a <div? I assume (hope) there are no tables involved.

Thanks
-- Jeff
by jchastain
Mon Mar 15, 2004 1:32 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Center Menu - Netscape & Mozilla
Replies: 5
Views: 3315

Unfortunately, the site is behind a firewall and not visible to the general public. I have posted bits of code below that hopefully will help.

Thanks
-- Jeff


Code:

<body>
.......
<div id="pageNavigation">
<div id="pageNavigation2">
<script type="text/javascript">

_menuCloseDelay=500 ...
by jchastain
Mon Mar 15, 2004 12:47 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Center Menu - Netscape & Mozilla
Replies: 5
Views: 3315

Center Menu - Netscape & Mozilla

I have a menu that is placed inside of a <div tag. The <div tag has a style of text-align: center;. The menu itself uses the screenposition="center"; attribute.

In IE, the menu is centered on the screen. In Netscape 7 or Mozilla, the menu does not center - i.e. left justified.

Any solutions on ...