JavaScript.CoolDev.Com Support Forums

Any questions related to JavaScript menu and JavaScript tree menu by Javascript.CoolDev.Com

 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Image in Menus

 
Post new topic   Reply to topic    JavaScript.CoolDev.Com Forum Index -> COOLjsMenu
Author Message
Guest






PostPosted: Thu Aug 21, 2003 9:13 pm    Post subject: Image in Menus Reply with quote

Can I put an image on the right side of a menu?

Thanks.
Back to top
AlexKunin
Developer


Joined: 03 Jan 2003
Posts: 1191

PostPosted: Mon Aug 25, 2003 1:51 am    Post subject: Reply with quote

Try to insert image right into the code:
Code:
{code:'My item<img src="image.gif">', ...

Also this way may work for modern browsers:
Code:
{code:'<div style="float: right"><img src="image.gif"></div>My item', ...

And of course putting whole little table into the menu item will also work.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    JavaScript.CoolDev.Com Forum Index -> COOLjsMenu All times are GMT
Page 1 of 1