Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-29-2010, 04:13 PM   PM User | #1
promomdis
New to the CF scene

 
Join Date: Jun 2010
Posts: 6
Thanks: 3
Thanked 0 Times in 0 Posts
promomdis is an unknown quantity at this point
Unhappy Html pages does not appear in IE- but the flash does

Just joined on a recommendation - so here goes

www.ukwillsandtrusts.co.uk

Works in Firefox, but the content does not appear in IE 8.06 but the flash header does !

This is so beyound me and illogical captain ! any guru's out there that can find the issue

Cheers
newbie
promomdis is offline   Reply With Quote
Old 06-29-2010, 06:04 PM   PM User | #2
SB65
Senior Coder

 
Join Date: Feb 2009
Location: West Yorkshire
Posts: 2,817
Thanks: 9
Thanked 681 Times in 675 Posts
SB65 will become famous soon enoughSB65 will become famous soon enough
If you use the IE Dev toolbar, then in IE7 it sees no code after the div #flash.

Looking at your code, you then have:

Code:
        <!--[if !IE]><-->
        <object data="http://www.ukwillsandtrusts.co.uk/flash/willsheader_v8.swf" type="application/x-shockwave-flash" height="397" width="970">
        <param name="quality" value="high" />

        <param name="menu" value="false" />
        <param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer" />
        <param name="wmode" value="transparent" />
        FAIL (the browser should render some flash content, not this).
        </object><!----><!--[endif]--></object></div>
        <!-- end of flash -->
Your IE conditional comment should start

<!--[if !IE]>-->

(although I have seen some people use your version) and end

<!--<![endif]-->

I suspect IE isn't seeing the end of the conditional comment for non-IE browsers and hence isn't showing anything else.

Last edited by SB65; 06-29-2010 at 06:08 PM..
SB65 is offline   Reply With Quote
Users who have thanked SB65 for this post:
promomdis (06-29-2010)
Old 06-29-2010, 07:14 PM   PM User | #3
promomdis
New to the CF scene

 
Join Date: Jun 2010
Posts: 6
Thanks: 3
Thanked 0 Times in 0 Posts
promomdis is an unknown quantity at this point
just superb ! thank you so much. Of course if I can contribute in return (grahic designer / Marketeer) will happily do so. Thanks again
promomdis is offline   Reply With Quote
Reply

Bookmarks

Tags
ie compatibility

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 01:55 AM.


Advertisement
Log in to turn off these ads.