Posts: 3,985
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
Personally, although I do use the Jquery library, I never use the tab libraries, as I prefer to build them myself. I have a few techniques and have gotten very fast at it. The first thing I do is put a class called "inviz" on every div that is an invisible tab. All "inviz" does is make the position absolute, and the left -9999px; By removing the class on one item at a time, the div will instantly snap back, and there will be no flicker, if there are images in it, as it has been positioned off screen, which allows it to preload.
I also build my own modal popups (lightbox style). I know, I am weird.
Last edited by wayfarer07; 06-03-2008 at 05:53 PM..
|