Home  >  Article  >  Web Front-end  >  文档声明对css部分怎么兼容?_html/css_WEB-ITnose

文档声明对css部分怎么兼容?_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-21 09:45:111058browse

文档 CSS 微软 Color 类


   //现在有2个dom对象,div中包含一个span.

.div1 {	clear: none;	width: 400px;	overflow: auto;	position: relative;	z-index: 2;	padding-left: 90px;	color: blue;	cursor:move;	/*padding-top: 3px;*/	padding-right: 3px;	margin-top:6px;}.span1 {	font-family:"Microsoft YaHei";	font-size:14px;	color: #2d6188;	height: 14px;	font-weight: bold;	cursor: move;	margin-top:6px;}

在当前页面上上面,如果文档声明加上loose.dtd或者xhtml1-transitional.dtd,会产生span1中margin-top:6px失效,div1中margin-top:6px;也失效。
如果在文档声明中,如果不加dtd声明的话,就不会出现这种情况,请问,这种情况,怎么兼容呢?

回复讨论(解决方案)

你这个文档是动态生成的?不然怎么会出现未确定的情况??
如果动态生成,那么你应该可以在生成代码中进行个性化配置了。

nbsp;html>








13点到14点30分 准备吃的东西,等人到齐
14点30分开始,准备玩游戏,(需要准备游戏,惩罚内容,奖励内容,看时间玩几个游戏,最多2个)
玩到大概16点半左右,开始吃蛋糕,放视频,然后看时间,是否需要再玩个游戏.
18点到18点半的左右,准备去吃饭

游戏内容,
惩罚,
奖励,
在哪里吃饭

13点到14点30分 准备吃的东西,等人到齐
14点30分开始,准备玩游戏,(需要准备游戏,惩罚内容,奖励内容,看时间玩几个游戏,最多2个)
玩到大概16点半左右,开始吃蛋糕,放视频,然后看时间,是否需要再玩个游戏.
18点到18点半的左右,准备去吃饭

游戏内容,
惩罚,
奖励,
在哪里吃饭
什么呀这是?样式不能兼容所有浏览器说明你的样式布局或样式定义有问题。贴全了或测试布局的 html瞧瞧

span  没有    float   或display block 或line-block  或 absolute 这些 后, 还不是块的情况的   是不支持上下margin 的  和padding的  并且 height也不可能有的  如果文档 声明是其中一个,   变成块后,你的 margin top  肯定是一致的

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn