ok
and how do i disable cache?

Klaus Hartl wrote:
> 
> amircx schrieb:
>> hey. for some reason i cant make this page to show loading gif/message
>> while
>> i click on tab... i did what you told me and its still not working
>> can any1 take a look?
>> http://www.oranuse.com/myhome/down.php 
> 
> I can't see why it doesn't work for you. On my test page it just works
> fine:
> http://stilbuero.de/jquery/tabs/test.html
> 
> Everytime you click on the remote tabs at the bottom, you should see a 
> "Loading..." in the middle of the screen.
> 
> Your CSS is just not correct. Change the selector
> 
> ".anchors .tabs-selected .loadingdiv"
> 
> to this:
> 
> #loadingdiv {
>       padding-left: 25px;
>       background-image: url(/myhome/loading.gif);
>       background-position: 4px 50%;
>       background-repeat: no-repeat;
> }
> 
> if you want to see some result.
> 
> 
> 
> -- Klaus
> 
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
> 
> 

-- 
View this message in context: 
http://www.nabble.com/need-help-with-tabs-tf3380657.html#a9441842
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to