Hello,
right now I'm trying to convert our homepage to Joomla 1.7. We never used Joomla and we did everything by hand. So it is a little tough at the moment.
I created 3 menus (the drop down menus) with the ARI Ext Menu modul. But there are several problems:
1. I adjusted the width of the menus on the left side to 160px by using (added to CSS Styles):
Code: |
.ux-menu LI
{
width: 160px !important;
}
|
What I don't understand is why this width is now used for all 3 menus. Even if it's only added to one of them. There must be a setting-"link" between all 3 menus (they all have different IDs).
I would prefer to have a width of 160px on the left side. The menu on top should work with auto width.
2. There should be a space between the menus on the left side. I tried it with s.th. like:
Code: |
margin-bottom: 20px;
|
Didn't work...
Maybe you can help me a bit.
Thanking you in anticipation!