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
Post a Comment