Results 1 to 3 of 3

Thread: Can't see the content in Internet Explorer

  1. #1
    Join Date
    Apr 2007
    Posts
    149
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Can't see the content in Internet Explorer

    Hello, I recently set up a website, and everything look great on Firefox, but when i tried to look at it on Internet Explorer, all i see is the flash header, but i can't see the body/content... any help on this?

    Link Removed by User
    Last edited by remp; 11-22-2008 at 05:49 AM.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    You are not closing your conditional comment (highlighted) which excludes IE from the nested object tag, add (red):

    Code:
        <td valign="top"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
               codebase="../../download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"
               width="691" height="320">
            <param name="movie" value="flash/header.swf">
            <param name="quality" value="high">
            <param name="menu" value="false">
            <!--[if !IE]> <-->
            <object data="flash/header.swf"
                width="691" height="320" type="application/x-shockwave-flash">
              <param name="quality" value="high">
              <param name="menu" value="false">
              <param name="pluginurl" value="../../www.macromedia.com/go/getflashplayer">
              Aparentemente, tu navegador no permite contenido flash, <br>para poder disfrutar de este pagina correctamente, baja la mas reciente version de Flash Player. <br>Puedes descargarla <a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&amp;Lang=Spanish&amp;P5_Language=Spanish&amp;ogn=ES-gntray_dl_getflashplayer_es">aqui</a>
            </object><!--> <![endif]-->
       
        </object></td>
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Apr 2007
    Posts
    149
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Thanks!!!!! that worked perfect! Thanks Again!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •