[plugin: NextGEN-FlashViewer]
-
Hi all,
I’m am incorporating the NextGEN Flashviewer into my new website. Everything works and loads great, but I don’t understand the html code that’s generated by the plugin:
<div class="autoviewer" id="ngg_autoviewer7"> <div class="autoviewer" id="fo7_1" style="width:710px; height:200px;"> <p>The <a href="http://www.macromedia.com/go/getflashplayer">Flash Player</a> and <a href="http://www.mozilla.com/firefox/">a browser with Javascript support</a> are needed..</p> </div> </div> <script type="text/javascript" defer="defer"> ***shorter for readability, complete swf blabla*** </script>This generates two objects: One empty object (the upper div’s) and another with the flash element inside it.
This empty object causes IE6 (and only ie6) to “push down” my flash element by the same height as the flash component is.
Does anybody know how I can stop this behavior? I don’t think I need the upper div’s, just the javascript. Or do I?
The topic ‘[plugin: NextGEN-FlashViewer]’ is closed to new replies.