Carrying this discussion over from the jquery list: I am using jQuery
UI Tabs 3 from
http://stilbuero.de/jquery/tabs_3/.The problem I have is the delay before the JS loads. You can see all
the tabs for a couple of seconds, then they line up. Is there some
way to set display:none or some equivalent to hide these even before
the scripts load?
I tried to set several different elements to display:none or and
setting all the tab divs except the first one to the ui-tabs-hidden
class. If there is nothing else, I guess I could assume that the
server bandwidth is relatively slower than other sites that I have
seen using tabs because I never notice this happening.