Shape 5

Joomla Club Extensions => Accordion Menu - Club => : homeart December 09, 2009, 03:03:01 PM



: Style and action problem
: homeart December 09, 2009, 03:03:01 PM
Hi,

I have accordion menu on NewsLink template but there is something wrong with style and on click it load page twice!?

Is it possible to setup accordion menu in NewsLink template to look like your demo (Accordion menu on Elegance template)

my url is: http://69.65.61.117/~inoba1/

Thank you in advance  :)


: Re: Style and action problem
: jonahh December 09, 2009, 03:04:15 PM
Your site is requiring a login?


: Re: Style and action problem
: homeart December 09, 2009, 03:40:50 PM
It is open now, sorry  :-[

Can you look again, please.


: Re: Style and action problem
: jonahh December 10, 2009, 12:24:21 PM
Hello,

To fix this open up the following file:
modules/mod_s5_accordion_menu/css/s5_accordion_menu.css

Edit the below as I have, notice the height is 32px currently your site has it as 19px, change it to the below and you'll be good to go!

#s5_accordion_menu h3.s5_am_toggler {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF url(../images/s5_accordion_menu_back.png) no-repeat scroll left center;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
color:#528CE0;
cursor:pointer;
font-size:12px;
height:31px;
line-height:31px;
margin:0 0 4px;
padding-left:24px;
}