Home  >  Article  >  Web Front-end  >  css position实现自适应_html/css_WEB-ITnose

css position实现自适应_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:50:32829browse

<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>三列布局</title><style type="text/css">body{ margin:0; padding:0; font-size:30px; font-weight:bold}div{ line-height:50px}.left{ width:100px; height:600px; background:#ccc;position:absolute; left:0; top:0}.main{ height:600px;margin:0 210px 0 110px; background:#9CF}.right{ height:600px; width:200px; position:absolute; top:0;right:0; background:#FCC;}</style>        <div class="left">left</div>    <div class="main">设计首页的第一步是设计版面布局。就象传统的报刊杂志编辑一样,我们将网页看作一张报纸,一本杂志来进行排版布局。 虽然动态网页技术的发展使得我们开始趋向于学习场景编剧,但是固定的网页版面设计基础依然是必须学习和掌握的。它们的基本原理是共通的,你可以领会要点,举一反三。</div>    <div class="right">right</div>

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