Re: [css-d] Does a hidden element load?

2006-06-09 Thread Tobias Baldauf
I wrote one - based on an article I read before - some time ago after my tests: /* Pure CSS Image Preloader */ #img-preload{ position:absolute; height:0px; width:0px; overflow:hidden; } #img-preload img{ height:0px; width:0px; } /* End of Pure CSS Image Preloader */ I haven't found a downside

Re: [css-d] Does a hidden element load?

2006-06-09 Thread francky
Tobias Baldauf wrote: >I'm quite sure that FF does not load elements that are set to display:none; > >I played around with a css-image-preloader some time ago & made that >experience. And I believe it to be a smart thing to do of FF, because it >safes bandwidth. > I think a css-image-preloader wit

Re: [css-d] Does a hidden element load?

2006-06-08 Thread Tobias Baldauf
I'm quite sure that FF does not load elements that are set to display:none; I played around with a css-image-preloader some time ago & made that experience. And I believe it to be a smart thing to do of FF, because it safes bandwidth. Craig Cook schrieb: Does an element hidden with css load?

Re: [css-d] Does a hidden element load?

2006-06-08 Thread Craig Cook
> > > Does an element hidden with css load? > > Yes. > That may be a "perhaps." If "hiding" means "visibility: hidden" I believe > you are correct. But if Christy means "display: none" then I do know some > browsers do not download the image. I don't recall which browsers, > though. Sorry. If "

Re: [css-d] Does a hidden element load?

2006-06-07 Thread David Hucklesby
On Tue, 6 Jun 2006 13:23:38 -0400, Christy Collins wrote: > Does an element hidden with css load? > On Tue, 6 Jun 2006 12:29:06 -0500, Jay Blanchard replied: > > Yes. > That may be a "perhaps." If "hiding" means "visibility: hidden" I believe you are correct. But if Christy means "display: none"

Re: [css-d] Does a hidden element load?

2006-06-06 Thread Jay Blanchard
[snip] Does an element hidden with css load? [/snip] Yes. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css

[css-d] Does a hidden element load?

2006-06-06 Thread Christy Collins
Does an element hidden with css load? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/