Log in

View Full Version : how can I get this to work?



BigKevster
01-05-2006, 12:13 AM
Hi Guys
I downloaded a slide out menu
http://www.dynamicdrive.com/dynamicindex1/davidmenu.htm

and it says that the bartext (Site Menu) in this case can be replaced with an image.

Only problem is how? I have tried all <img> tags and it just shows up has text in replacing the words Site Menu

thanks for any help, cause I gave in.

http://spgc.org/forum/images/pics/bar_question.jpg

jscheuer1
01-05-2006, 06:03 AM
This is what it says in ssmItems.js:


barText="SIDE MENU"; // <IMG> tag supported. Put exact html for an image to show.

I know it is a bit cryptic but, it means that you need to use an image tag with IMG in caps, ex:


barText="<IMG src='some.gif'>"; // <IMG> tag supported. Put exact html for an image to show.

BigKevster
01-05-2006, 09:49 AM
Hi
Thanks very much, you are right a bit cryptic< I would have never got it.

it works fine.:D