How to create Horizontal menu Bar Joomla! 1.7
Find the file template.css
somewhere in the templates/????/css folder
Add the following lines at the bottom of the pages
ul.menuflat li
{
display: inline;
padding: 10px;
}
Go to modeule manager, choose "Top"
Menu Class Suffix: flat
Position: footer-a
Clear Cache.