If I might jump in...
Milonic menus can be styled with their own css. They also include some of their own default css styling. The problem is that the menus are generated by creating tables, using the <table> tag. If you use css to affect one of the base html tags, like <table>, then it'll affect ...
Search found 1759 matches
- Fri Nov 17, 2006 12:32 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: CSS Stylesheet Issue
- Replies: 9
- Views: 19696
- Thu Nov 16, 2006 5:53 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Menu not working in IE7
- Replies: 13
- Views: 23882
- Wed Nov 15, 2006 5:29 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Milonic Menu appears behind dropdown menus in IE 6.x
- Replies: 1
- Views: 9861
- Wed Nov 15, 2006 5:27 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Server Variables
- Replies: 4
- Views: 16983
- Wed Nov 15, 2006 5:19 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Session Variables not being read
- Replies: 2
- Views: 11125
Hmmm. Looks OK to me at first glance. Are the other values in the aI() string getting set properly from your record set? Have you tried using the Session.Contents() syntax? (Not that it should make a difference... just throwing out random thoughts.)
Try a js test. Stick an alert in your javascript ...
Try a js test. Stick an alert in your javascript ...
- Tue Nov 14, 2006 2:05 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: rel vs abs positioning of submenus in float-centered table
- Replies: 6
- Views: 19372
- Tue Nov 14, 2006 1:47 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: mm_passItemRef() function
- Replies: 4
- Views: 13729
- Tue Nov 14, 2006 1:37 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: rel vs abs positioning of submenus in float-centered table
- Replies: 6
- Views: 19372
Have you tried an offset in the submenu definition?
Assigning the offset value in the left property should offset the submenu left or right; negative values for left, positive for right.
Cheers,
Kevin
Code: Select all
left="offset=-5"
Cheers,
Kevin
- Tue Nov 14, 2006 1:34 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: My subimages have vanished!
- Replies: 2
- Views: 11395
Hi Elvira,
Very strange. When I run your code locally (since you have full urls), the subimages show up fine. But when I load your test page from your server... no subimages. So, I used FireFox's DOM Inspector to look at the menu objects. When run locally, the subimage src for your "Prospectus 07 ...
Very strange. When I run your code locally (since you have full urls), the subimages show up fine. But when I load your test page from your server... no subimages. So, I used FireFox's DOM Inspector to look at the menu objects. When run locally, the subimage src for your "Prospectus 07 ...
- Tue Nov 14, 2006 12:31 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Server Variables
- Replies: 4
- Views: 16983
- Tue Nov 14, 2006 12:27 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Embed PHP Code to the Link
- Replies: 3
- Views: 13018
- Mon Nov 06, 2006 7:17 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: h$ is not defined, hidetip is not defined ....
- Replies: 15
- Views: 32755
- Sat Nov 04, 2006 5:19 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: My Menu goes across the Screen in Firefox, HELP!
- Replies: 3
- Views: 12721
- Sat Nov 04, 2006 1:06 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Conditional positioning of Milonic scrolling menu
- Replies: 10
- Views: 30679
- Fri Nov 03, 2006 11:23 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Inserting Menu inside a table cell
- Replies: 1
- Views: 10321
- Fri Nov 03, 2006 11:15 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: h$ is not defined, hidetip is not defined ....
- Replies: 15
- Views: 32755
- Fri Nov 03, 2006 11:06 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Menus disappearing sporadically
- Replies: 1
- Views: 9712
- Fri Nov 03, 2006 11:00 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Conditional positioning of Milonic scrolling menu
- Replies: 10
- Views: 30679
- Fri Nov 03, 2006 10:54 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Mainmenu-item opens in new windows and not in main-frame
- Replies: 2
- Views: 11287
Re: Mainmenu-item opens in new windows and not in main-frame
Christiaan wrote:
...The problem I get in the Menu in a frame-based environment is when I'm clicking on a mainmenu-item such as Home or About Milonic the menu opens in a new windows ...
-----
Hi Christiaan,
Hmmmm... don't know how the menu would open in a new window. I'll assume you mean that ...
...The problem I get in the Menu in a frame-based environment is when I'm clicking on a mainmenu-item such as Home or About Milonic the menu opens in a new windows ...
-----
Hi Christiaan,
Hmmmm... don't know how the menu would open in a new window. I'll assume you mean that ...
- Thu Nov 02, 2006 7:12 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Conditional positioning of Milonic scrolling menu
- Replies: 10
- Views: 30679
If the condition is detectable with javascript, then you could do the following:
(1) Make a function to test the conditions you're interested in (we'll call it setLeftPos() for an example... rename as you see fit). The function will return the left position that results from the conditional tests ...
(1) Make a function to test the conditions you're interested in (we'll call it setLeftPos() for an example... rename as you see fit). The function will return the left position that results from the conditional tests ...