CuteEditor in firefox

  •  07-06-2009, 1:35 AM

    CuteEditor in firefox

    hi
     
    what should i do to set so that all the style will be apply to the layer (<layer)...
     
    example:
     
    in firefox :
    <div style="position: absolute; width: 300px; height: 80px; top: 74px; left: 27px;"><span style="color: red;">Type text here</span></div>
     
    in Internet Explorer :
     <div style="position: absolute; width: 300px; height: 80px; color: red; top: 75px; left: 39px">Type text here</div>
     
    i would like to do the same thing in IE to FireFox.....
     
    i use javascript to control it, it work fine in Internet Explorer but did not work for firefox
     
    i force the user to select the layer before apply any styles to it, but user cannot select the layer, once it click on the layer, it automatic select the text inside the layer
     
    how can i solve this problem ?
     
    thanks
View Complete Thread