Search found 9 matches

by dolface
Wed Dec 06, 2006 10:00 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: widths are different in ie and ff?
Replies: 13
Views: 8716

that does work. many thanks!

i'll poke around at it when i get a second and see if i can figure out why it works. if i do i'll post back here.

thanks again for all your help.
by dolface
Wed Dec 06, 2006 12:35 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: widths are different in ie and ff?
Replies: 13
Views: 8716

the might LOOK the same, but it's taking different code to get them that way (which is the problem i'd like to fix)

if you look at the source, in ff i'm serving menu_data_ff.js, for all other browsers it's menu_data.js

it's a clunky solution, and i'd rather find a cleaner fix if at all possible
by dolface
Tue Dec 05, 2006 10:25 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: widths are different in ie and ff?
Replies: 13
Views: 8716

hmm, i'm not sure what the issue is with the divs, but i'll take a look at it.
in the meantime, can you use one of the interior pages? they're a little simpler.

here's a pretty simple one: http://209.128.111.61:8100/gear/gear/

thanks!
by dolface
Tue Dec 05, 2006 10:10 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: widths are different in ie and ff?
Replies: 13
Views: 8716

probably have port 8100 blocked... i don't think it's a box-model issue, since the real problem i'm having is that ff renders 132px at different widths in the main menu and the submenu (i'm not that concerned with how wide the items actually are, as long as mainMenuWidth == subMenuWidth) i appreciat...
by dolface
Tue Dec 05, 2006 5:06 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: widths are different in ie and ff?
Replies: 13
Views: 8716

here's a demo http://209.128.111.61:8100/
even if it is a model interpretation difference, shouldn't it be consistent in a given browser?

i don't need the menus to be indentical across all browsers, i'm just trying to figure out why the parent and sub have such a discrepancy
by dolface
Tue Dec 05, 2006 12:18 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: widths are different in ie and ff?
Replies: 13
Views: 8716

widths are different in ie and ff?

i'm setting the widths of top-level menu items as follows: aI("itemwidth=132;showmenu=community;text=community;url=/community/forum;"); padding is set to 4, but firefox is rendering it at 139px, and ie at 142px (both including a 1px border). then, in order to get the submenus to line up, i...
by dolface
Sun Dec 03, 2006 11:05 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: spacing issue between main- and submenus [solved]
Replies: 1
Views: 2096

spacing issue between main- and submenus [solved]

i'm getting a double border between the main menu and it's submenu and i'd like to get rid of it. any tips on how to do that? example is here http://209.128.111.61:8100/ menu_data.js is in /js EDIT; solved by adding top="offset=-1px"; to the styles section of each submenu. clunky, but it w...
by dolface
Sat Dec 02, 2006 10:11 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: vanishing text in ie {SOLVED}
Replies: 0
Views: 3328

vanishing text in ie {SOLVED}

getting some weird behavior in ie: when i'm on a given page, the text for the top-level menu item disappears. for example, directory structure like this: A a1 a2 a3 and when i'm on any of the pages in that directory the text disappears. anyone have any clues as to what's going on? EDIT: found a fix ...
by dolface
Sat Dec 02, 2006 12:41 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: defining pagematch styles? {SOLVED}
Replies: 1
Views: 2031

defining pagematch styles? {SOLVED}

is there a way to define pagematch highlighting styles? i've got pagematch turned on, but instead if setting the menu item to the "ON" (different background and font colors) state it's just changing the font color. EDIT: figured it out, pagecolor and pagebgcolor were the properties i needed.