How to anchor the first <h3> element of jQuery Accordion? -


i'm using jquery accordion 6 <h3> headers , several <div> sub elements. when open sections , close them again. accordion ends 100px lower down page.

is there way anchor first <h3> accordion ends closed in same place?

here's how fixed it. 'top' , 'left' parameters give position of accordion specific page.

#accordion:first-child { position: absolute; top:51px; left:8px;  } 

Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -