Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:27
external CSS for Menu Styles
Poster: dsel_va
Dated: Tuesday October 23 2007 - 9:44:49 BST
HI all,
Is it possible to use external CSS for Menu styles?
Plz reply me any one...
Thanks in advance
Regards,
selva
Re: external CSS for Menu Styles
Poster: Ruth
Dated: Tuesday October 23 2007 - 14:28:42 BST
Hi,
Yes, you can do that. There are two properties in the menu, they can be style properties, which mean they apply to all menus using the style, or they can be used as item properties which means whatever css is created is only used on a particular item. These are offclass and onclass. Offclass=mouseOff state, onclass=mouseOn state. You can of course use the same class for off and on if you don't want any changes on mouseover.
You might want to take a look at this, toward the bottom is a link to some very simple examples. If you need more information, just post back.
http://support.milonic.com/beginners/css_styling/
Ruth
Re: external CSS for Menu Styles
Poster: dsel_va
Dated: Wednesday October 24 2007 - 11:43:31 BST
Hi
Thanks for your reply.
Can u please tell me..How to control openstyle="rtl"; in CSS...
Thanks in advance
Regards,
Selva
Re: external CSS for Menu Styles
Poster: Ruth
Dated: Friday November 9 2007 - 19:28:04 GMT
Hi,
Sorry for the late reply but I've had an email problem for weeks now.
You can control the direction using the openstyle=rtl in the menu itself. Or are you asking about using it in the css?
Ruth