左侧固定大小,右侧铺满的最不靠谱的做法

2015-12-14 0 866
左侧固定大小,右侧铺满的最不靠谱的做法
<html>
<head>
	<title>简易小说</title>
	<link rel="stylesheet" type="text/css" href="reset.css" rel="external nofollow" >
	<style type="text/css" media="screen">
		#frame1{
			height: 100%;
			width: 200px;
			position: absolute;
			top: 0;
			left: 0px;
			background-color: #0f0;
		}
		#frame2{
			height: 100%;
			width: 200px;
			position: absolute;
			top: 0;
			left: 200px;
			background-color: #f00;
		}
		#frame3{
			height: 100%;
			background-color: #099;
			margin-left: 400px;
		}
	</style>
</head>
<body>
		<div id="frame1"></div>
		<div id="frame2"></div>
		<div id="frame3"></div>
</body>
</html>

遇见资源网 css 左侧固定大小,右侧铺满的最不靠谱的做法 http://www.ox520.com/14634.html

常见问题

相关文章

发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务