[jQuery] How to be able to preload jquery contents into hidden tabs for ie browser

2010-01-11 Thread samara
The problems im facing is when I use something like jcarousellite inside tabs. It works fine in browsers other than ie. In ie, the carousel loads fine in the active tab, but in the inactive ones it doesnt preload. Basically when you click on a previously inactive tab, it displays nothing until

Re: [jQuery] How to be able to preload jquery contents into hidden tabs for ie browser

2010-01-11 Thread samara
I have found the solution to this and this may come in handy for anyone who wants to use tabs (with display: none property) where the content requires initialization at page load. Simply change your hidden tab style in the css as follows: .tabhide { position: absolute; top: -5000px; } I