Div help!

Out of context: Reply #4

  • Started
  • Last post
  • 11 Responses
  • bigtrickagain0

    your code is kind of fucked up. this block in particular:

    <!--[if !IE]>-->
    <object type="application/x-shockwave-flash" data="nav.swf" width="900" height="153">

    <!--<![endif]-->
    <param name="quality" value="high" />
    <param name="wmode" value="transparent" />
    <param name="swfversion" value="6.0.65.0" />
    <param name="expressinstall" value="Scripts/expressInstall.swf" />
    <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
    <div>
    <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>

    <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
    </div>
    <!--[if !IE]>-->

    the <!--[if] --> stuff ONLY works in IE, so non-IE browsers will see that code. in firefox i get two flash objects, one nested inside the other, because of these things.

    • I'm going to embed the SWF differently. I just need to know how to layer the divs...Claymantis

View thread