Posted by admin on Oct 10, 2006 in Basics | Comments Off
The menu system in Joomla! fairly easy to use and does not have a standard assembly features flexible settings. But this is easily fixable using additional components that allow, for example, to create a menu with multi-layered system of menu items (submenu) represented as a tree, dynamic menus (all kinds of smooth and not very “fall-out”, “floating”,...
Read More
Posted by admin on Nov 7, 2005 in Appearance | Comments Off
Quite often, novice users Joomla! ask how you can change the design of menu items. To change the design of menu items need to edit the CSS Styles menu in the template.
Here is a description of CSS classes responsible for the design of menu items:
/ * This class is responsible for the design of the menu items * /
a.mainlevel: link, a.mainlevel: visited {
font-family: Arial; / * Sets the font...
Read More