Search found 90 matches

by wpatters1229
Tue Jun 11, 2002 7:48 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: menus hidden behind flash
Replies: 3
Views: 3457

menus hidden behind flash

At http://www.meredithpatterson.com/html/home.htm I have a flash playing in the middle of the window. When the menu scrolls down so it is next to the flash and you mouse over the selections that cause another menu to appear, the new menu is hidden behind the flash . I surrounded the <tr> table with ...
by wpatters1229
Mon Jun 03, 2002 8:02 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: SubMenus don`t open
Replies: 4
Views: 4039

no problem with ie or ns

Look fine to me with ie6.01 and ns4.75
by wpatters1229
Fri May 31, 2002 9:58 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Opaque Background
Replies: 2
Views: 2667

change the transparency setting in effects

At the top of the code you will find some "effects" code. Change the percentage for the transparency to 99 and it will be opaque.
by wpatters1229
Fri May 31, 2002 9:56 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: sound effects on page not working
Replies: 1
Views: 2784

never mind Ifound the embed fuction on the page

Added the embed function on the body of the page and now I understand how all the functions work. Cool and I learned a bit more about js and dhtml stuff!!! My brain is getting full...ouch! :)
by wpatters1229
Fri May 31, 2002 9:54 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: background images and transparent BG color ???
Replies: 0
Views: 2041

background images and transparent BG color ???

In your new code you have an entry that says you can place an image if the BGcolor is set to transparency. As I understand it, and it works, you set the background colors to "" in other words remove any code to define color. Then I place an image in the line that you have designated in the...
by wpatters1229
Thu May 30, 2002 9:05 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: pop up window in the menu
Replies: 1
Views: 2190

Here is an example of a menu line that calls a javascript function that you place in the header of your page: Here is the menu line in the array file; ,"For the Doctor","javascript:openMeFortheDoctor()",,"Information for Doctors",1 Here is the javascript you need in the...
by wpatters1229
Thu May 30, 2002 8:43 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: sound effects on page not working
Replies: 1
Views: 2784

sound effects on page not working

I loaded //effect2 = "Alpha( style=0,opacity=65)" //effect="" function playsound() { _d.embeds[0].stop(); _d.embeds[0].play() } function off_Func() { } function on_Func() { playsound() } Just above my addmenus and then added effect to the parameters to all effects would work. I t...
by wpatters1229
Thu May 30, 2002 7:50 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: horizontal widths in main menu are different in netscape.
Replies: 0
Views: 1929

horizontal widths in main menu are different in netscape.

At http://www.medepass.com the menus now look ok because I have no setting in the // Alignment - sets the menu elements text alignment, values valid here are: left, right or center If I specify "center" for this line they look good and overall length of the menu stays true in IE 6. In NS 4...
by wpatters1229
Thu May 30, 2002 7:41 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Urgent cross browser issues
Replies: 4
Views: 3652

Looks good but not in Netscape....not even usable

http://www.turnkey-coach.com/pilotone/ This site looks great in IE but not even useable in NS 4.75 and above. Looks OK in Opera but the cute corner is missing that shows up in IE.
Just thought you should know. :o