If I have, for instance:
<div style="display:none">
(The content of this div is a huge QuickTime movie.)
</div>
<div>
(The content of this div is just lines of text.)
</div>
Will the browser try to start downloading the QT movie in the first div?
I tried searching this site and Google before asking, so if it’s been answered before and my Google-Fu is just off today, I sincerely apologize. It seems like a question that would have been asked, but I couldn’t find it.
Anything with a
<div>that is set todisplay:noneis still technically and semantically there. Any content contained within the hidden<div>will be loaded as if it were visible.