好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

CSS中100%对应父节点的什么属性?_html/css_WEB-ITnose

#DD{	position: relative;	top: 0px;	left: 0px;	width: 500px;	height: 300px;	overflow: hidden;}#A1{ 	position: relative;	width: 100%;	height: 100%;	padding-bottom: 50px;	background-color: #F00;}#A2{ 	position: relative;	width: 100%;	height: 100%;	border-bottom: solid 50px #000000; 	background-color: #F00;}#B{	position: relative;	top: 0px;	left: 0px;	width: 100%;	height: 100%;	overflow-x:hidden;	overflow-y:auto;	background-color: #00F;} 


    

1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1

查看更多关于CSS中100%对应父节点的什么属性?_html/css_WEB-ITnose的详细内容...

  阅读:37次