Re: IE8 no menus?

  •  08-10-2009, 8:48 PM

    Re: IE8 no menus?

    Hi analysis,
     
    Please create a simple page to try, like below
    1. <%@ Page Language="C#" Debug="true" %>   
    2.   
    3. <%@ Register Assembly="CuteEditor" Namespace="CuteEditor" TagPrefix="CE" %>   
    4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">   
    5. <html xmlns="http://www.w3.org/1999/xhtml">   
    6. <head runat="server">   
    7.     <title>Untitled Page</title>   
    8. </head>   
    9. <body>   
    10.     <form id="form1" runat="server">   
    11.         <CE:Editor ID="Editor1" runat="server">   
    12.         </CE:Editor>   
    13.     </form>   
    14. </body>   
    15. </html>  

    if it works on IE8, try to create an example can repoduce this issue and send it to me.
     
     
    Regards,
     
    Ken
View Complete Thread