Search found 5 matches

by tpg@umich.edu
Mon Apr 12, 2004 1:27 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Horizontal menu width differes Mozilla and IE
Replies: 9
Views: 5834

Wow! Thanks for all the checking! I can live with a bug in IE. Someday it'll fix itself, I suppose. I'll think on maybe generating different code based on the browser... maybe. I hate that sort of thing. Anyway, I appreciate the investigation. If you get an inspiration, drop me an Email or post here ...
by tpg@umich.edu
Fri Apr 09, 2004 7:22 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Horizontal menu width differes Mozilla and IE
Replies: 9
Views: 5834

Mmmm - I've already had problems with scroll. Unfortunately, removing it does not solve the problem. I am going to purge scroll all my menus. It can only get me into trouble. Thanks for the idea.
by tpg@umich.edu
Fri Apr 09, 2004 6:34 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Horizontal menu width differes Mozilla and IE
Replies: 9
Views: 5834

Mmmm - nice thought about the quotes, but no cigar. The font sizes stay the same, nothing tricky going on. Just to be completely clear, here's the entire JS for the menu in question:

with(gcStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#C5E1E7";
offcolor="#0000FF ...
by tpg@umich.edu
Fri Apr 09, 2004 5:37 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Horizontal menu width differes Mozilla and IE
Replies: 9
Views: 5834

Re: Horizontal menu width differes Mozilla and IE

If I view this URL with IE 6.0 (XP) the blue navigation menus full the text window (with a little margin). If the menus don't have very many items, then the first and last are several times wider than the others (which are just big enough for the text being shown).

Viewing the same with NS 7.1 ...
by tpg@umich.edu
Fri Apr 09, 2004 2:58 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Horizontal menu width differes Mozilla and IE
Replies: 9
Views: 5834

Horizontal menu width differes Mozilla and IE

See http://csg.sph.umich.edu/pn/index.php?f ... index.html

The blue horizontal menu shows a nicely bounded box on every browser I've tried except IE, where it is pushed to 100% wide for the containing table. I've tried setting various properties for mm_style, but have not guessed correctly. Can you ...