Darn Background Image (How the??)

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
aspwiz
Beginner
Beginner
Posts: 2
Joined: Sat Jul 06, 2002 10:57 am
Location: England
Contact:

Darn Background Image (How the??)

Post by aspwiz »

Hi!!!

I'm trying to apply a background image to submenu's ... I have style1 applied to the top (horizontal) menu and style2 applied to all others which expand vertically from the top menu. I have version 3.4 and see no provision to add a background image to the menus... Am I missing something, or is this something that is undocumented? 8O

I know it's possible, reading other posts on here, but cant glean enough info from them on how to do this. I cant see an option in the menu_array.js file to do this. If it helps, I downloaded the zip from this site today (06th July 2002) and so I know I have the latest version.

Any help in achieving what I need would be gratefully received. :D

Thanks in Advance,
Rob Collyer
ASP Web Developer
United Kingdom
aspwiz@hotmail.com
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Hi,

If you are using the latest version (v3.4.12) you can try this.

Code: Select all

,"Sample","link.htm backimage=img1.gif;overbackimage=img2.gif",,,1
Your style will need to have transparent colors for this to work, you can do this by setting the color to "" in the style array.

You can also add images to the menu item itself like this

Code: Select all

,"<img border=0 src=img1.gif>&nbsp;Text Here","# swapimage=img2.gif;",,,0
Hope this helps
Andy
aspwiz
Beginner
Beginner
Posts: 2
Joined: Sat Jul 06, 2002 10:57 am
Location: England
Contact:

Thanx!!

Post by aspwiz »

Works a treat.. thanx Andy.
Rob Collyer
ASP Web Developer
United Kingdom
aspwiz@hotmail.com
Post Reply