问题描述
<%@PageLanguage="C#"AutoEventWireup="true"CodeBehind="test1.aspx.cs"Inherits="Test_jQueryUi.test1"%><!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><htmlxmlns="http://www.w3.org/1999/xhtml"><headrunat="server"><title></title><scriptsrc="Scripts/jquery-1.7.2.min.js"type="text/javascript"></script><linkhref="Scripts/jQuery%20UI/jquery-ui-1.8.22.custom.css"rel="stylesheet"type="text/css"/><scriptsrc="Scripts/jQuery%20UI/jquery-ui-1.8.22.custom.min.js"type="text/javascript"></script><scripttype="text/javascript">$(function(){$("#btnDialog").click(function(){$("#div_dialog").dialog({autoOpen:true,closable:true,buttons:{Submit:function(){},Exist:function(){}}});});});</script></head><body><formid="form1"runat="server"><divid="left"style="width:200px;height:100px;background-color:#009900;float:left;"></div><divid="right"style="width:400px;height:100px;background-color:#FF0000;float:left;"></div><divstyle="float:left"><inputid="btnDialog"type="button"value="Dialog"/></div><divid="div_dialog"title="SystemMessage"><p>Thisisamessage!</p></div></form></body></html>
解决方案
解决方案二:
我也遇到这个问题调了很长时间了
解决方案三:
有没又搞定啊,我的也是不显示,鼠标放上去才显示
解决方案四:
我也遇到此问题了,测试了一下,是浏览器差异化导致的,在360浏览器显示(v6.3),在chrome浏览器不显示(v34)。
解决方案五:
你好你这个问题解决了吗?我也遇到了类似的问题
解决方案六:
我好像没发现过这个问题,明天找项目看下
解决方案七:
Scripts/jQuery%20UI/这个是什么啊?为什么放两个css呢?