Forum Moderators: not2easy

Message Too Old, No Replies

Insert an image in a flyout tab

         

blindcat

9:28 am on May 14, 2009 (gmt 0)

10+ Year Member



Hi, after trying to code a menu for days I got the So think DHTML menu builder to make my life easier...

Is there anyway I could use an image in one of the 3rd level flyouts?

So there's make > model > image (within the menu)

Thanks for your help

Nick

enigma1

8:56 am on May 28, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I don't know about the specific builder but you could use a separate class for the third level and then assign an image to it.

Something like:
#menu li.third_level {
background: url(images/third_level.gif) no-repeat;
}