>Do any other browsers do this? If not, this seems like a potential
compatibility issue.
Yes. Some of the browsers like ANT & Netfront supports plugin loading.with
display:none.
>If you want to hide plugins visually bug still have them run I'd suggest
using visibility:hidden instead of >display:n
>Do any other browsers do this? If not, this seems like a potential
compatibility issue.
Yes. Some of the browsers like ANT & Netfront supports plugin loading.with
display:none.
>If you want to hide plugins visually bug still have them run I'd suggest
using visibility:hidden instead of >display:n
If your intentions are having it not interfere with layout, can you not
just get away with an html/css workaround?
1. set width/height to 0 (or even 1x1) and visibility:hidden
2. set position absolute with negative z-index and visibility
3. embed in a iframe
or any combination of the above...