Open GoogleCodeExporter opened 9 years ago
Jquery UI css: jquery-ui-1.8.2.custom.min.js
Replace this :
.ui-tabs .ui-tabs-hide { display: none !important; }
with following properties:
.ui-tabs .ui-tabs-hide { position: absolute!important; left: -9999px;}
Original comment by gens.cla...@gmail.com
on 20 Aug 2010 at 10:31
[deleted comment]
[deleted comment]
We have come with better solution, especially if you are using custom tab
scripts with display none property. Just reorder your script to call
.visualize() before tab processing. Visualize will get correct width and height
values and after that tabs are hidden.
Parallaq Team
Original comment by paral...@gmail.com
on 29 Jun 2011 at 9:37
Original issue reported on code.google.com by
gens.cla...@gmail.com
on 19 Aug 2010 at 2:58