jquery - CSS HTML - adding an accordion bar across list items that are floated left -


i'm not sure possible or if have totally redo layout of thing:

enter image description here

i'm using flexslider (in carousel mode) inside fancybox. 3 columns see list elements floating left (flexslider that).

is possible implement accordion bar goes across these floated list items while displaying 3 blocks in each slide?

edit:

i've got far now.

enter image description here

however, not initial request since accordion label repeats in columns. code looks inside each list item each column far (i can't reveal code in here):

<div class="column">     <!-- stuff @ top of column don't matter -->     <hr />             <!-- below i'm trying add accordion -->     <ul class="feature-checks">         <li>pool view</li>         <li>395-397 sqft/37 sqm</li>         <li><i class="arrow"></i> beds , bedding</li>         <li>midget-sized bed</li>         <li>12" x 12" blankie</li>         <li>giant fluffy pillow</li>         <li><i class="arrow"></i> rooms features</li>         <li>50 lbs. alarm clock</li>         <li>1970s tv</li>            <li><i class="arrow"></i> bath , bathroom features</li>         <li>super soaker</li>         <li>500 hp toilet</li>                                               </ul> </div> 

edit

okay, here codepen: http://cdpn.io/csgkz


Comments

Popular posts from this blog

Why can rails not find a route created by a helper? -

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -