Hi, I was wondering how I would change the menu to sit on the right hand side and slide out to the left.
And is it possible to have images in place of the wording eg.Dynamic Drives which link through to a url?
thanks
Ebenezer
Hi, I was wondering how I would change the menu to sit on the right hand side and slide out to the left.
And is it possible to have images in place of the wording eg.Dynamic Drives which link through to a url?
thanks
Ebenezer
I don't know how to answer your first question, but the second one is very possible.
Where you enter the link stuff, instead of putting the text that will be the link, put:
\<img src=\"src here\">\</img\>
With all the slashes.![]()
hi guys,
it should be possible to put an image at the menubar,
in the ssmItem.js this is called "bartext".
i tried several ways, like
barText=<IMG SRC="arrow_right.gif"></IMG>;
but nothing works.
thanks!
I have the same problem. Whenever i put it in bar text, it writes the html code down as if it were the name of the menu. It says it is img tag enabled....
Where it has this:
You need to do like this:Code:barText="SIDE MENU"; // <IMG> tag supported. Put exact html for an image to show.
Quoting must be done as shown and IMG must be capitalized.Code:barText='<IMG src="some.gif">'; // <IMG> tag supported. Put exact html for an image to show.
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
many thanks!
![]()
Bookmarks