Search found 7 matches

by flobadob
Tue Feb 20, 2007 12:41 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: <div>
Replies: 0
Views: 3174

<div>

I have one frame with a <div id="leftmenu"></div> and another frame which will create a menu and stick it into the div. The menu works fine if I hard code it directly into the <div> but when I dynamically alter the div to contain the exact same milonic stuff, the menu is not displayed. I u...
by flobadob
Mon Feb 12, 2007 3:09 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: menu highlighting in table cells
Replies: 6
Views: 4772

Sorry my last reply about the image style thing was complete rubbish. The actual solution lies somewhere in the milonic menu setup. I have copy and pasted different example styles and now it works. I am guessing I had my horizontal and vertical mixed up. Dunno. Anyway it works now. thanks.
by flobadob
Mon Feb 12, 2007 12:16 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: menu highlighting in table cells
Replies: 6
Views: 4772

erm, sorry you lost me on line 1. However, I have discovered that putting an <img> inside a table cell was causing the problem and changing this to an inline style such as... <td style="background-image: url(/share/branding/Aerospace3DLogo.gif); background-repeat: no-repeat" width = 200 he...
by flobadob
Fri Feb 09, 2007 10:51 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: menu highlighting in table cells
Replies: 6
Views: 4772

I wrote the stuff in perl/mason but here is the resulting html output... <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>Offshore Test Site</title> </head> <body> <script language=JavaScript src="/lib/milonic_le...
by flobadob
Thu Feb 08, 2007 12:28 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: menu highlighting in table cells
Replies: 6
Views: 4772

menu highlighting in table cells

Hello, I have a page divided into 4 table cells. 2 of the cells have milonic menus. The style of the menus were shamelessly copied from the frames example. When I click on a table cell containing a menu - but not on the actual menu itself, the menu and manu text change colour (presumably because the...
by flobadob
Fri Feb 02, 2007 1:42 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: DHTML?
Replies: 2
Views: 2409

OK, after some digging I guess I need to write a mason component which writes out the menu_data.js file? I want to create my menu structure via an xml description, so I suppose my code to fire up the menu would be something like this... <SCRIPT language=JavaScript src="milonic_src.js" type...
by flobadob
Fri Feb 02, 2007 2:36 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: DHTML?
Replies: 2
Views: 2409

DHTML?

I am struggling with the 'DHTML' features of the menu. I have a website with a menu which will have different items in it for each customer. The website is built dynamically using mod_perl and mason. How can I tell the milonic menu what menuitems to create? Clearly I cannot edit the menu_data.js file.