Backround image disappears when URL is provided...

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
brettzamora
Advanced
Advanced
Posts: 26
Joined: Thu Oct 10, 2002 5:32 pm

Backround image disappears when URL is provided...

Post by brettzamora »

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: Select all

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
])
User avatar
trytrix
Super Advanced
Super Advanced
Posts: 92
Joined: Thu Sep 26, 2002 9:46 pm
Location: Flanders / Belgium
Contact:

Post by trytrix »

Hi,

Just change it to :

,"Home"","# backimage=./images/tab0.jpg;","http://localhost/Concise/Sample1/index.htm target=_top",,0

Cheers,

Trytrix

(From The Flanders Fields 8O )
Post Reply