Shape 5

Joomla Club Extensions => Accordion Menu - Club => : dagofee November 30, 2009, 08:12:08 AM



: CSS for Shape5-Accordin-Menu
: dagofee November 30, 2009, 08:12:08 AM
Hello everybody,

I installed the module on http://santateresagallura.de/ but after a couple of hours trying to cut&paste pieces of css code from "Elegance template" to mine i give up! Cannot obtain the same menu  :'(

I added a css suffix -h3 like you in Elegance template... would be wonderful if somebody of you could paste here the exact piece of css code to let s5-accordin-menu work like in Elegance template.
I would love to have this menu working on my website!!

thanks for any advices,
Andrea


: Re: CSS for Shape5-Accordin-Menu
: jonahh November 30, 2009, 01:54:06 PM
I believe you have the height set to 19px try setting it to 31px.


: Re: CSS for Shape5-Accordin-Menu
: dagofee November 30, 2009, 04:35:54 PM
height of what? the whole css code is missing, I can't understand which piece of code is related to the module in template.css of Elegance


: Re: CSS for Shape5-Accordin-Menu
: jonahh December 01, 2009, 05:22:05 PM
The height here, I forgot it wasn't located in the module admin area:

s5_accordion_menu.css (line 9)

#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:19px;
line-height:31px;
margin:0 0 4px;
padding-left:24px;
}


: Re: CSS for Shape5-Accordin-Menu
: dagofee December 02, 2009, 10:23:31 AM
we are talking about 2 different things probably, I added this piece of code but nothing happends as expected...
can you please provide the whole css code to obtain a shape5-accordin-menu similar to the Elegance template?

would be useful for all the users buying this component to get the effect of your beautiful demo : )


: Re: CSS for Shape5-Accordin-Menu
: dagofee December 03, 2009, 10:24:58 AM
up


: Re: CSS for Shape5-Accordin-Menu
: jonahh December 03, 2009, 02:00:43 PM
The piece of code was a reference, you need to change the height of 19px there to 31px as I mentioned above.