Hi,
 
I have a wysiwyg editor (that I made) with div and an iframe and javascript
and dhtml functions and I'm trying to make it work in FF.
 
Here is a sample of code that do not react in FF, not even the mouseover..
 
<div class="cbtn" onClick="cmdExec('cut')" onmouseover="button_over(this);"
onmouseout="button_out(this);" onmousedown="button_down(this);"
onmouseup="button_up(this);">
       <img hspace="1" vspace=1 align=absmiddle
src="<cfoutput>#path#</cfoutput>wwwimg/wysiwyg/cut.gif"
alt="<cfoutput>#application.aTxt[session.wfsite_lang].couper#</cfoutput>">
       </div>
 
Anyone has an idea? or where could i read on div and iframe for firefox?
 
Thanks
 
Pat


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186255
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