All Tags »
Issue Resolved
Sorry, but there are no more tags available to filter with.
-
Issue Resolved.
I resolved this issue by adding the 2 style's on my page.
<style>
.CuteEditorDropDown
{
float: left;
border: #dddddd 1px solid;
}
.CuteEditorDropDown Span
{
font: normal 11px Tahoma;
}
</style>
Issue resolved.
Thanks and Regards
Yuvika
-
Hi
I faced the same problem and got it solved by updating the dialog_imagemap.js file.
Search the code ''if(!Browser_IsWinIE()){''
And replace it with this.
//if(!Browser_IsWinIE())
//{
editor.InsertElement(oImg) ;
//} ;
This will solve the problem.
This issue is resolved on my side in both 6.3 and 6.4 ...