Search found 5 matches

by dcane
Thu Oct 26, 2006 8:12 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: PNG Images not displaying (at all!) on IE, work 100% on FF
Replies: 5
Views: 4784

Typo above...

Typo above.. The setting the imagewidth and imageheight fixes the problem, forcing the itemwidth=24 would cause all items to be fixed to 24 which would negagte the 100%...

However, with the correct code, the menu still fails to stretch to 100% of the page... I've tried adding the extra seperator ...
by dcane
Thu Oct 26, 2006 7:58 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: PNG Images not displaying (at all!) on IE, work 100% on FF
Replies: 5
Views: 4784

Update - HALF solved! menuwidth still not working on build..

Team,

Ok, I resolved the PNG IE problem -- turns out you NEED to specifiy a width and height for and IMG tag for IE to like it, so byt putting:
imageheight="24";
itemwidth="24";
in the style the PNGs work! Hurray!

Now, completly unrelated -- the updated build broke the width=100% for my menu... I ...
by dcane
Thu Oct 26, 2006 3:48 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: PNG Images not displaying (at all!) on IE, work 100% on FF
Replies: 5
Views: 4784

Updated Build,still no dice(or images for that matter)on IE

Updated to latest build, and still no PNG images in IE6.

The new build also seemed to break my menuwidth=99% which altough unrelated is noteworthy...

Next steps?

Dan
by dcane
Wed Oct 25, 2006 8:06 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: PNG Images not displaying (at all!) on IE, work 100% on FF
Replies: 5
Views: 4784

PNG Images not displaying (at all!) on IE, work 100% on FF

Team,

Ok, here is a doozy -- my menus look fabu in Firefox, but on IE The PNG images dont display (at all!) I use PNG images on the rest of the page without problem (even alpha trans works witht he IE CSS style), but I cant for the life of me get the icons in the menu to display. Again, they work ...
by dcane
Thu May 18, 2006 5:11 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: onborder not working with relative positioning
Replies: 0
Views: 3719

onborder not working with relative positioning

Greets all,

Great app - I'm using it in a ton of places. I'm having an issue with something so simple, that I wonder what's up (I'm sure its PEBKAC). Anyways, the menu I'm having problems with is a horizontal menu with nothing fancy:

with(actionBarStyle=new mm_style()){
bordercolor="#999999 ...