jQuery没有使用jquery-ui-1.10.3.custom.js和jquery-ui-1.9.2.custom.js在IE浏览器中居中

时间:2013-06-04 10:01:17

标签: javascript jquery html css

你们还有什么其他选择吗?

以下是对话框的结构:

<div id="dialogbox" title="message box">
  <p>sample content</P>
</div>

1 个答案:

答案 0 :(得分:0)

如果没有看到上下文,很难确定,但听起来你正在触发Qurks rendering mode。这有许多不受欢迎的功能,包括高度破坏的CSS支持。

添加触发标准呈现模式的Doctype,例如HTML 5文档:

<!DOCTYPE html>