Accordion jQuery, when in line it pushes the 2nd item down with it -


i have added jquery accordion, issue when click on picture drop down see list, pulls picture down next it. pictures stay inline, i'm not sure how this?

http://www.vestedutility.com.au/test2.php#accordion-1

add float:left .location class has been assigned li

li.location{     float:left } 

the above disturb structure , change padding below in usual position when without float:left

li.location {     max-width: 100%;     width: 450px;     display: inline-block;     padding: 50px 100px; //change padding     float: left; //keep float left } 

ps - habit add code question instead of link site link might broken someday. assist question piece of code


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -