Accordion Block

Hello,

I would like to have this accordion block in my home page like this link https://www.buru-buru.com/

U can see it in the middle of the page where is written " Perchè scegliere Buru Buru? "



Can someone help on it?



Thank you

[quote name='Aletro' timestamp='1430480321' post='213140']

Hello,

I would like to have this accordion block in my home page like this link [url=“https://www.buru-buru.com/”]https://www.buru-buru.com/[/url]

U can see it in the middle of the page where is written " Perchè scegliere Buru Buru? "



Can someone help on it?



Thank you

[/quote]



If you have enough knowledge you can use this article as example: .slideToggle() | jQuery API Documentation



You will find clear examples on this page. If you need it us custom development, we will be glad to help you also.



Thank you.

Can u quote it to my email: trotta.ale@gmail.com

We will also send you our offer soon. Thanks

Hello, Aletro



You may use effect dropdown-box



Example:

See blocks: “My account” or “Cart is empty” in header of site [url=“http://demo.cs-cart.com/”]Instant Demo - CS-Cart Multi-Vendor Demo Try Free for 15 days



But you must use style property: position: relative; for dropdown-content block .



HTML code:

```php






YOU_CONTENT


```

STYLE:

```php .ty-dropdown-box__title {
position: relative;
width: 1200px;
/*** ... YOU_STYLE ... ***/
}
.ty-dropdown-box__content {
background: none repeat scroll 0 0 #fff;
margin-top: -1px;
position: relative;
/*** ... YOU_STYLE ... ***/
} ```

Please note that the value [color=#ff0000]YOU_NUMBER[/color] must be the same for the title of the block and drop down the block