Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Wednesday July 18 2012 - 06:07:36
Complete mainmenu background image
Poster: SoTTo
Dated: Tuesday June 4 2002 - 14:42:30 BST
I want my mainmenu show one big picture on its background
(i want it to be gradient, from left to right, horizontal menu)
I can achieve this by setting this in my menu-array file
in the style array -->
...
"transparent", // Mouse Off Background Color
"0000ff", // Mouse On Font Color
,"transparent" // Mouse On Background Color
...
and this in the menu-items-array -->
....
"bg.jpg", // Background image for menu when BGColor set to
transparent.
....
This all works well...and is beautiful....in IE...but in NS all the menu-items are placed on each other in the top left corner of the screen...
When i put
...
"", // Mouse Off Background Color
"0000ff", // Mouse On Font Color
,"" // Mouse On Background Color
...
In the array...the menu looks reasonable in NS (no bg picture...but that's because of ns) but....then i get errors in IE
Who can help me set this bg picture?