Thanks, John. All useful information.
I'll continue digging to see if there is an alternate positioning technique other than the top/left parameters. I would like to base the left edge of the menu not on screen position, but on hotspot position.
I know that ('menuname',1) allows the menu to drop ...
Search found 4 matches
- Tue Aug 03, 2004 7:08 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Absolute positioning menus on image map
- Replies: 3
- Views: 2545
- Mon Aug 02, 2004 10:33 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Absolute positioning menus on image map
- Replies: 3
- Views: 2545
partial fix
OK, I solved part of the problem by just designating the "top" of each menu at 100. This matches with the bottom of each image map hotspot I'm using to launch the menu.
Here's a snip of code for that top positioning:
with(milonic=new menuname("Resources")){
style=MapSample;
borderwidth=1;
top=100 ...
Here's a snip of code for that top positioning:
with(milonic=new menuname("Resources")){
style=MapSample;
borderwidth=1;
top=100 ...
- Mon Aug 02, 2004 6:24 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Absolute positioning menus on image map
- Replies: 3
- Views: 2545
Absolute positioning menus on image map
Hello! Need a bit of advice about positioning the menus on an image map. I have the menus working beautifully, but in order to use absolute positioning, I'm using the "top" and "left attributes in the menu_data file. I just realized that these attributes are for the screen, not for the image map ...
- Sat Jul 31, 2004 4:21 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Newbie Alert! Which Milonic menu should I use?
- Replies: 0
- Views: 2141
Newbie Alert! Which Milonic menu should I use?
Hello all! I've just recently learned style sheets and am now moving on to learning about dhtml menus. I have an image map header with five navigation areas that I would like to use dhtml menus for. Problem is, I don't know which dhtml menu will work best for my needs -- the fixed position, the ...