Search found 2 matches

by p.vladi
Fri Sep 12, 2003 3:35 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Proper use of CSS styles
Replies: 3
Views: 3058

Thank you very much for your prompt reply; I have one more question, if you do not mind -
Is it possible to specify this globally, instead of for each item individually?



Each menu item has an onClass and an offClass attribute. You can tell the items to utilize whatever class you want, both on ...
by p.vladi
Fri Sep 12, 2003 2:24 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Proper use of CSS styles
Replies: 3
Views: 3058

Proper use of CSS styles

Dear Sirs,

Is it possible to use a proper style sheet with the menu elements instead of the limited functionality offered by default?

For example, if I were to specify a style for a menu element in the <STYLE> tag being

.menu-element
{
PADDING-LEFT : 4;
BORDER-LEFT : SOMECOLOR;
Text alighn ...