Hi,
I just installed Ari Ext Menu and feel that this the module i looking for and thanks for developed a cool module...but i wondering how i can change the design of the menu? i just added on my css as below:
Code: |
#mainmenu2 {
float:left;
width:560px;
height:39px;
clear:left;
position: absolute;
padding-top: 35px;
padding-right: 0;
padding-bottom: 0;
padding-left: 200px;
}
#mainmenu2 a span { display:none; }
#mainmenu2 ul ul a span { display:inline; }
#mainmenu2 .item28 a { background: url(../images/mainmenu.png) 0px 0px no-repeat; display: block; width:64px; height:30px; }
#mainmenu2 .item28 a:hover { background-position: 0px -30px; }
#mainmenu2 .item28 a.current { background-position: 0px -60px; }
|
...............so on.....
but nothing happen....it's still the default design....but the drop down using css below show the result
Code: |
#mainmenu2 ul ul li a.ux-menu-link-last { border: none; }
#mainmenu2 ul li ul {background: url(../images/bk_dropmenu.png) repeat-x #686868; }
#mainmenu2 ul li ul li a {background:none !important; display:block; width: 165px !important; color: #f4f4f4 !important; margin:0;
padding:5px 10px 5px 10px !important; height: auto !important; border-bottom: 1px solid #858585; font-size:12px; text-decoration:none;
font-weight: normal !important; }
#mainmenu2 ul li ul li a:hover { background-color: #f6d537 !important; color:#333333 !important;}
|
did i miss something on my css? hope you can help me to find the solution....
thanks...