Hey guys I'm having trouble with an imbedded fullwidth sliding background in to my site. See the link below for an example.
http://extremephotography.com.au/adventure-portfolio/
How can I get it to span fullwidth in Internet Explorer 7, 8 and 9.
Thanks in advance Muzza
Content in WordPress page
<!--[if IE]>
<object classid="clsid:25336920-03F9-11CF-8FD0-00AA00686F13" data="http://extremephotography.com.au/wp-content/portfolios/adventure/index.html" style="width:100%;height:100%;>
<p>portfolio images</p>
</object>
<![endif]-->
<!--[if !IE]> <-->
<object type="text/html" data="http://extremephotography.com.au/wp-content/portfolios/adventure/index.html" style="width:100%;height:100%;">
<p>portfolio images</p>
</object>
<!--> <![endif]-->