Search found 6 matches

by mstill
Thu Jun 13, 2002 10:54 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Does anyone had success with PHP???
Replies: 13
Views: 32215

here's the code i used in my php to call the menu: <html> <HEAD> </HEAD> <BODY BGCOLOR="#000000" topmargin=0 leftmargin=0 marginwidth=0 marginheight=0> <? include("menu_array.php"); include("mmenu.php"); ?> here is the beginning of menu_array.php: <script type=text/java...
by mstill
Thu Jun 13, 2002 10:30 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Does anyone had success with PHP???
Replies: 13
Views: 32215

php includes

you need to make sure the includes are placed in the body tag if you're doing it that way. they can't be included in the <head> or before the <html> tag.

Make the include to be the first line after the <body> tag.
by mstill
Thu Jun 13, 2002 10:19 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: menus hidden behind flash
Replies: 3
Views: 3458

Re: How to make a Flash movie with a transparent background

yes, but this is only for IE, which i haven't had any problems with anyway.

If there is a solution for netscape, then i am very, very interested.

I have not been able to find a workaround except for building the menu as part of the flash movie.
by mstill
Wed Jun 12, 2002 3:17 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Image Menu Rollover/Link Issue
Replies: 7
Views: 5473

Re: onmouseover, javascript, swap images

the effect i am trying to get is this: http://www.sonicairsystems.com/index.php3 except if you look at the source code, it's pretty nasty and is not easily configurable...and is not as compatible as the milonic code! the prototype with milonic code is at: http://www.sonicairsystems.com/sonicdev/gapm...
by mstill
Tue Jun 11, 2002 10:35 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: onmouseover, javascript, swap images
Replies: 1
Views: 2573

onmouseover, javascript, swap images

The problem: I am trying to do the menu with images instead of text. So, each menu item has an on/off image and a link. The question: can anyone tell me what is wrong with this code in mmenu_array.js: ,"<img src=home_off.gif border=0 name=home>","index.html onmouseover=javascript:docu...
by mstill
Tue Jun 11, 2002 8:59 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Does anyone had success with PHP???
Replies: 13
Views: 32215

works in php

yes, it works in php. this site is done in php