Search found 6 matches

by tomistrugar
Wed Oct 15, 2003 10:56 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problem with Image Width and Height in v5 and Alt Text
Replies: 16
Views: 11760

I believe I have found the bugs that caused the original problem reported here. See my post

viewtopic.php?p=11084

Regards
Tomi
by tomistrugar
Wed Oct 15, 2003 10:54 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Image Width and Height bugs found
Replies: 5
Views: 4508

Image Width and Height bugs found

Dear Milonic

I believe I have finally found the bugs that caused the problem I reported in my post http://forum.milonic.com/viewtopic.php?t=2573

On the Menu Items Quick Reference Guide it states that:

imageheight has code ref = 37
imagewidth has code ref = 38

This is correctly coded in milonic ...
by tomistrugar
Sat Sep 20, 2003 11:03 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problem with Image Width and Height in v5 and Alt Text
Replies: 16
Views: 11760

Dear All

You can see the problems I'm having at:

http://www.population.org.au/index5.html

Thanks Andy, imagealt works fine.

There are currently 4 menus on this page:

1. menu_logo.js - This has the problem with image width and height. (see source in centre of page)
2. menu_top.js - Displays Home ...
by tomistrugar
Thu Sep 18, 2003 10:29 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problem with Image Width and Height in v5 and Alt Text
Replies: 16
Views: 11760

Problem with Image Width and Height in v5 and Alt Text

When I add an image to a menu item and I specify an imagewidth and imageheight it seems only the imageheight is read, the imagewidth is ignored, and the image is scaled accordingy. Am I using the correct syntax?

eg.

aI("url=/index.html;status=Home Page;image=/menu5/logo.gif;imageheight=101 ...
by tomistrugar
Mon Apr 28, 2003 12:57 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: How to set the Width and Height of Horizontal Menu
Replies: 3
Views: 3673

Thanks Mark & Kevin your answers/suggestions and the other topic link fully addressed my issue.

Regards
Tomi
by tomistrugar
Wed Apr 23, 2003 7:34 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: How to set the Width and Height of Horizontal Menu
Replies: 3
Views: 3673

How to set the Width and Height of Horizontal Menu

I want to set the Width and Height of my Horizontal Menus to

a. Width=100% and Height=100px
b. Width=600px and Height=100px

What is the format of the following setting to accomplish these?

// Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount

I ...