JQuery UI Accordion Icon not in te middle
Posted
by Marc Losier
on Stack Overflow
See other posts from Stack Overflow
or by Marc Losier
Published on 2010-04-07T13:29:48Z
Indexed on
2010/04/07
13:33 UTC
Read the original article
Hit count: 341
jquery-ui
|jquery-ui-accordion
Hi Everyone, I am using Jquery ui 1.8 and I am inserting an image in the header section of the accordion, images shows up correctly but the icon (arrow) is not shown in the middle of the header. How can I put it in the middle?
<div id="accordion" style="margin:15px;">
<div class="header"><img src="images/logos/RBI_Trax_full_tiny.png" alt="RBI Trax" style="padding-left:15px;padding-bottom: 10px;"/></div>
<div>
<div class="accordion_content">
<p>Trax Info.</p>
</div>
</div>
© Stack Overflow or respective owner