1

okai 我正在使用 jquery 对话框来显示 div 中的内容

实际上,我必须在对话框中显示的 html 与 css 一起来自数据库列,当我在对话框中显示该 html 时,父页面的 css 开始覆盖中内容的 css对话框,因为我已经编写了整个 html 并且 css 来自数据库列,所以我无法覆盖任何内容,如何使对话框控件停止从父页面继承任何 css 并仅应用与包含的内容相关联的格式

a simplistic example would be
<body I am the parent page  and my css is overriding the dialog div>
<div  id= dialog div>
<head>
hey I am the css from the db
</head>
<body>
hey I am the content from the db I am only suppose to format myself according to the css in my    head tag
</body>
</div>
</body>
4

0 回答 0