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:21
Backround image disappears when URL is provided...
Poster: brettzamora
Dated: Friday October 11 2002 - 18:47:56 BST
Hi,
I have some tab cards that I'm using as background images in one of my menus. I used the sample on this site as a reference. When I added a URL for the Home menu item, the background image disappears.
Can this be fixed?
I'm including my menu below:
Code:
addmenu(menu=[
"Header1",
52,
,
100,
0,
"right",
Style0,
1,
"center",
"fade(duration=0.4;Shadow(color=aaaaaa,Direction=115,Strength=4)",
,
1,
,
,
,
,
,
,
,
,
,
,"Home","http://localhost/Concise/Sample1/index.htm target=_top","# backimage=./images/tab0.jpg;",,0
,"About Us","# backimage=./images/tab0.jpg;",,,0
,"Orders","show-menu=Orders target=main;sourceframe=main","# backimage=./images/tab0.jpg;",,0
,"Favorites","show-menu=Favorites target=main;sourceframe=main","# backimage=./images/tab0.jpg;",,0
,"Consulting","# backimage=./images/tab0.jpg;",,,0
,"Big Savings","# backimage=./images/tab0.jpg;",,,0
])
"Header1",
52,
,
100,
0,
"right",
Style0,
1,
"center",
"fade(duration=0.4;Shadow(color=aaaaaa,Direction=115,Strength=4)",
,
1,
,
,
,
,
,
,
,
,
,
,"Home","http://localhost/Concise/Sample1/index.htm target=_top","# backimage=./images/tab0.jpg;",,0
,"About Us","# backimage=./images/tab0.jpg;",,,0
,"Orders","show-menu=Orders target=main;sourceframe=main","# backimage=./images/tab0.jpg;",,0
,"Favorites","show-menu=Favorites target=main;sourceframe=main","# backimage=./images/tab0.jpg;",,0
,"Consulting","# backimage=./images/tab0.jpg;",,,0
,"Big Savings","# backimage=./images/tab0.jpg;",,,0
])