external CSS for Menu Styles

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
dsel_va
Beginner
Beginner
Posts: 6
Joined: Tue Mar 27, 2007 8:33 am

external CSS for Menu Styles

Post by dsel_va »

HI all,

Is it possible to use external CSS for Menu styles?

Plz reply me any one...

Thanks in advance


Regards,
selva
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Re: external CSS for Menu Styles

Post by Ruth »

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
dsel_va
Beginner
Beginner
Posts: 6
Joined: Tue Mar 27, 2007 8:33 am

Re: external CSS for Menu Styles

Post by dsel_va »

Hi

Thanks for your reply.

Can u please tell me..How to control openstyle="rtl"; in CSS...


Thanks in advance

Regards,
Selva
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Re: external CSS for Menu Styles

Post by Ruth »

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
Post Reply