Forums / General Questions / Small problem with define_main_page.php

Small problem with define_main_page.php

Locked
Results 1 to 2 of 2
This thread is locked. New replies are disabled.
17 Aug 2007, 00:42
#1
canemasters avatar

canemasters

Zen Follower

Join Date:
Mar 2007
Posts:
444
Plugin Contributions:
0

Small problem with define_main_page.php

Everything is working fine in firefox. But of course, ie is a different story.
Here's the source of my front page that can be seen at www.camelot-demo.com
-------------------------

<div align="center"><img width="560" height="58" src="/images/Image/welcome2cm.jpg" alt="" /><br />
<br />
<font size="3"><span style="font-weight: bold;">Besides a walking aid, the cane can also be used as a legal to carry & quite effective self-defense tool. Cane Masters offers top of the line, hand crafted canes made from hickory, oak and more. We also offer several training videos on DVD.</span></font><br />
<br />
<object width="546" height="226" data="includes/templates/canemasters/images/flash/canes.swf" type="application/x-shockwave-flash"> <br />
<img width="546" height="226" border="0" usemap="#canemap" ismap="" src="includes/templates/canemasters/images/canes.jpg" alt="" /></object> </div>
<param value="#ffffff" name="BGCOLOR" />
<param value="false" name="menu" /> <br />
<br />
<br />
<img width="606" height="106" src="/images/Image/canecrutch.jpg" alt="" />

----------------------

What I'm doing here is using a flash image on the main page, but loading a .jpg image if the user does not have flash installed. works fine in firefox... but not ie. Nothing appears in ie, no flash, jpg image, nada.

Thanks for any help! Site is going live tomorrow. I may just remove the flash if I cant get this going.
17 Aug 2007, 01:39
#2
canemasters avatar

canemasters

Zen Follower

Join Date:
Mar 2007
Posts:
444
Plugin Contributions:
0

Re: Small problem with define_main_page.php

Nevermind, I fixed it. Rebuilt the page from scratch and all is well.