- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 147
Troubleshooting
adamwulf edited this page Jul 30, 2012
·
1 revision
Make sure that your content "has display". If the content you're columnizing has display:none, then the browser has difficulty estimating the size of some nodes, which makes columnizing impossible. instead of display:none, use visibility:hidden and keep display:block. then in the doneFunc() of columnizer, change the visibility and display to whatever your page or application needs.