PDA

View Full Version : Backgroung Images


Kormac
21.05.2001, 19:11
Very good menu maker! One question does it support background images, say for the body of the main menu level?

Thanx

bratta
22.05.2001, 12:35
Do you mean just a regular backgroundimage on the menubar or on each seperate menu item?

-Thomas Brattli-
http://www.bratta.com/
http://www.dhtmlcentral.com/

Kormac
22.05.2001, 17:47
I was thinking just an image on the regular menu bar, but each item sounds good too.

Thanx...

corin.naylor
23.05.2001, 05:40
check out this code:
oCMenu.makeMenu ('top0','','','','',0,0,'gifs/comics1_off.gif','gifs/comics1_on.gif')

it's the first line of main menu item 1. I'm sure you recognise it, more or less.

'gifs/comics1_off.gif','gifs/comics1_on.gif'

being the folder and name of gif i'm using on my site, one gif for normal state and one for rollover. Just change the details for the gifs your using. Hope this is useful.

Corin.

Kormac
23.05.2001, 21:20
Hey, thanx Corin, between this and just playing with the code i got it.