IE won't render Plugins inside of a table if it uses percentages for
height/width. No idea why, but...

Set the <cfform> height and width attributes to non-percentage values. 

---nimer


-----Original Message-----
From: Kevin Rosenthal [mailto:[EMAIL PROTECTED] 
Sent: Saturday, July 02, 2005 12:11 PM
To: CF-Talk
Subject: RE: flash form in production

HI,

I have found that when I put the CFFORM tag inside of a table it will
not
show in IE at all. Is this a bug or is it supposed to be like this? I
wanted
to use the table to help keep my layout organized. 

Thanks,
Kevin
Rose Valley Soaps
http://www.rosevalleysoaps.com
30% off Moving Sale!!! Enter Coupon Code ae6f05 into the cart at
checkout!

-----Original Message-----
On 7/2/05, Johnny Le <[EMAIL PROTECTED]> wrote:
> I just moved a site to production.  Everything shows up fine except
the
flash form.  It doesn't show up at all.  When I view the source code,
everything is there.  


I had a similar problem. My flash form was showing up fine when I
viewed it in Firefox but did not show up at all in IE. The flash form
was part of an application using the Mach-II framework, so, it was
common to have a general layout template in which to include the body
of the page. My layout template was like this (simplified):

<table>
  <tr><td>My header here</td></tr>
  <tr><td>#content#</td></tr>
</table>

The variable "content" contained my flash form. The above did not work
in IE. So, I moved the "content" from outside the <table> tag and put
it in a <div> tag like this:

<table>
  <tr><td>My header here</td></tr>
</table>
<div>#content#</div>

And, magically, the flash form appeared in both browsers. 

This was my experience with troubleshooting flash forms. I hope that
will help you troubleshoot yours.

-- 
Eddie.




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211069
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to