Did either of you guys ever get your border problems sorted? As I have the same problem for IE 5.5 on Win2K - see: http://www.theruss.com and http://www.itomic.biz
Cheers.
Search found 8 matches
- Fri Aug 09, 2002 4:34 am
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Menu border not shown in Opera 6
- Replies: 5
- Views: 5427
- Mon Aug 05, 2002 3:45 am
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Strange border behaviour in IE5.5
- Replies: 0
- Views: 2235
Strange border behaviour in IE5.5
I have developed a site (http://www.itomic.biz) with both static and database generated menu items.
However; - I have observed odd behaviour using IE5.5 onWin2K where the borders don't appear on either menu type. (See the 'help' menu top right of screen and 'downloads' menu on left navigation menu ...
However; - I have observed odd behaviour using IE5.5 onWin2K where the borders don't appear on either menu type. (See the 'help' menu top right of screen and 'downloads' menu on left navigation menu ...
- Wed Jul 31, 2002 3:58 am
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: ASP Pages
- Replies: 7
- Views: 6359
- Tue Jul 30, 2002 7:48 am
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: ASP Pages
- Replies: 7
- Views: 6359
I don't pretend to be au-fait with ASP - but check out http://www.milonic.co.uk/menu/forum/vie ... =3511#3511
I manged to incoporate the menu into a PHP page, it shouldn;t be too different for ASP - a variable echoed to the page..
cheers
phptek
I manged to incoporate the menu into a PHP page, it shouldn;t be too different for ASP - a variable echoed to the page..
cheers
phptek
- Tue Jul 30, 2002 7:44 am
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: PHP echo within menu item
- Replies: 8
- Views: 7184
- Mon Jul 22, 2002 2:15 am
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: PHP echo within menu item
- Replies: 8
- Views: 7184
Some sample Code
Nero:
I tried to mail you but it failed! :-(
So I'll incoporate my code (file: menu_array.inc)
1). Convert menu_array.js to menu_array.inc and include it *before* the call to the mmenu.js file:
//Include PHP'ised javascript file: "menu_array.inc" Delivers DHTML Menus on the fly:
include "menu ...
I tried to mail you but it failed! :-(
So I'll incoporate my code (file: menu_array.inc)
1). Convert menu_array.js to menu_array.inc and include it *before* the call to the mmenu.js file:
//Include PHP'ised javascript file: "menu_array.inc" Delivers DHTML Menus on the fly:
include "menu ...
- Sat Jul 20, 2002 4:23 am
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: PHP echo within menu item
- Replies: 8
- Views: 7184
SweetAz!
Hey thanks a million Andy!
You know it's a rare occasion when something not only works, but first time? - Well I'll be darned if it didn't work first time for me!
Cheers.
Russ
You know it's a rare occasion when something not only works, but first time? - Well I'll be darned if it didn't work first time for me!
Cheers.
Russ
- Fri Jul 19, 2002 5:16 am
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: PHP echo within menu item
- Replies: 8
- Views: 7184
PHP echo within menu item
I'd like to be able to echo a php variable extracted from a DB into my milonic DHTML menu items.
I'm using in-page javascript with double quotes escaped etc.
I am calling the menus thus:
<a onMouseOver=\"popup('events')\" onMouseOut=\"popdn()\" href='events.php'><img src='path/to/img.gif'></a>
The ...
I'm using in-page javascript with double quotes escaped etc.
I am calling the menus thus:
<a onMouseOver=\"popup('events')\" onMouseOut=\"popdn()\" href='events.php'><img src='path/to/img.gif'></a>
The ...