What the options of CSS parameters in the html mouseover menu?
Return to Recent Questions
Q:
What the options of CSS Submenu, CSS Item, and CSS Text each handle. What are the differences in
the application?
A:
var cssSubmenu is a CSS class name for all submenus. You can set, for
example, background color, background image, borders for all submenus.
var cssItem is CSS class names for all items (normal state, mouseover
state) in the top menu and submenus.
var cssItemText is CSS class names for text of all items (normal
state, mouseover state) in the top menu and submenus.
It's possible to appoint individual CSS styles for separate elements of the menu using individual item styles and individual submenu styles.
I sent you an example with css. Please, see how you can use css in the
menu.
Return to Recent Questions
|