Hi,
I am trying to use JPane slider in a menu which has a dynamic number of elements (from a database). The problem is that the first time it is displayed the menu has an extra space after the last element, but, if I choose another slide and then I choose the first one, that extra space disappears.
If I open the CSS with Firefox's Firebug plugin the first time it reads
<div class="jpane-slider content" style="border-top: medium none; border-bottom: medium none; overflow: hidden; padding-top: 0px; padding-bottom: 0px; height: 413px;"> but thereafter
<div class="jpane-slider content" style="border-top: medium none; border-bottom: medium none; overflow: hidden; padding-top: 0px; padding-bottom: 0px; height: 346px;"> 
How can I modify that if the css height atribute is calculated everytime I click on it?
Thanks for your help,
George