In article <op.u1z4vwbvw1eelo (AT) msrvcn04 (DOT) localdomain>,
"Chris Seidel" <cseidel (AT) arcor (DOT) de> wrote:
Quote:
The problem is, that IE 7 loads the applet although it is set to
dislay:none. Is this a bug? FF 3.0 does not load it. |
Setting display:none directly on the applet element has no effect in
*some* good modern browsers (Safari, iCab). But in FF and Camino it will
not display.
But setting this on an enclosing element like a DIV will cause most
browsers to be consistent.
It is not obvious what the various browsers are taking their cues from
to behave one way rather the other when the style is applied to applet
but perhaps a small clue is that the applet element is deprecated (not
just its attributes) in HTML 4
13.4 Including an applet: the APPLET element
APPLET is deprecated (with all its attributes) in favor of OBJECT.
See the Transitional DTD for the formal definition.
As for if you are *really* talking downloading as something independent
of displaying, what is your test for it dong this when the applet is not
displayed? Is it a big one and something is taking a lot of time?
--
dorayme