[jQuery] Re: Is it possible to show elements that is not CSS display:none;?

2007-07-05 Thread Sam Collett
You could always preload images before hand (no need to use CSS tricks). http://www.texotela.co.uk/code/jquery/preload/ On Jul 5, 3:02 am, Jon [EMAIL PROTECTED] wrote: What's better than asking, is testing.. div style=position:absolute;left:-2000px; img src=path to image/ /div Much

[jQuery] Re: Is it possible to show elements that is not CSS display:none;?

2007-07-05 Thread Dan G. Switzer, II
You could always preload images before hand (no need to use CSS tricks). http://www.texotela.co.uk/code/jquery/preload/ I would recommend using new Image() to preload images--it's going to use a little less overhead (which can be important if you're preloading lots of images.)

[jQuery] Re: Is it possible to show elements that is not CSS display:none;?

2007-07-04 Thread Jon
Hi Benjamin. I would like to put visibility: hidden in my css for the elements (it's thirty something divs with an image set as background) and then use jQuery to display them. But so far I haven't had any success with that approach - it only works if I set the css to display:none. By doing so

[jQuery] Re: Is it possible to show elements that is not CSS display:none;?

2007-07-04 Thread Jon
What's better than asking, is testing.. div style=position:absolute;left:-2000px; img src=path to image/ /div Much better.. Sorry if you felt I've wasted your time. On 5 Jul., 03:25, Jon [EMAIL PROTECTED] wrote: Hi Benjamin. I would like to put visibility: hidden in my css for the elements

[jQuery] Re: Is it possible to show elements that is not CSS display:none;?

2007-07-04 Thread Benjamin Sterling
No, no time wasted. Glad that worked. On 7/4/07, Jon [EMAIL PROTECTED] wrote: What's better than asking, is testing.. div style=position:absolute;left:-2000px; img src=path to image/ /div Much better.. Sorry if you felt I've wasted your time. On 5 Jul., 03:25, Jon [EMAIL PROTECTED] wrote: