css12---实战---布局---上中下布局,中间2列

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>浮动布局测试</title>
<link rel="stylesheet" type="text/css" href="layout2.css">
<script src="layout2.js"></script>
</head>

<body>
<div>
<div id="top">这是头部</div>
<div id="middle">
<div id="left">这是身体左边</div>
<div id="right">这是身体右边</div>
<div class="clear"></div>
</div>
<div id="bottom">这是底部</div>
</div>
</body>
</html>



*{

margin:0px;
padding:0px;
}

html{
background-color:pink;
background-image:url(‘layout2.jpg‘);
}

body{
border:20px solid brown;
margin-top:10px;
margin-left:10px;
margin-right:10px;
margin-bottom:10px;
padding-bottom:10px;
background-color:gold;
}

#top{
height:50px;
background-color:gray;
}

#middle{
height:300px;
background-color:black;
}

#left{
float:left;
width:30%;
height:100%;
background-color:red;
}

#right{
float:right;
width:69%;
height:100%;
background-color:green;
}

#bottom{
height:50px;
background-color:yellow;
border:10px solid blue;
}

.clear{
clear:both;

}

时间: 2024-10-08 10:28:49

css12---实战---布局---上中下布局,中间2列的相关文章

HTML——上中下布局

上中下布局是最基本的布局方式,本例假设用户屏幕分辨率为800*600像素. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <met

页面布局-上中下/左右

1.上下固定,中间自适应的布局 1 <!--flex布局--> 2 <section class="top-center-bottom"> 3 <style type="text/css"> 4 .top-center-bottom{ 5 width: 500px; 6 height:500px; 7 display: flex; 8 flex-direction: column; 9 } 10 .top{ 11 width: 1

上中下布局,上下高度指定,中间自适应(左中右同理)

采用相对布局,下面的View设置属性layout_alignParentBottom:true,放在底部, 中间的View需要分别设置 android:layout_above="" android:layout_below="" 这样中间的View就自动填充中间剩下的部分,并且它的高度属性失效. 效果图: 布局文件: 1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/re

Xamarin.Android 上中下布局

xml代码: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_paren

上中下结构DIV CSS布局实例

实例布局之上中下结构DIV CSS布局 上中下结构为常见布局结构,一般普通(企业网站)网页我们可以大致分为上(头部).中(内容区).下(底部版权)组成.而这其实是由最简单上下结构CSS布局演变而成,只不过多了一个DIV层结构而且,本质布局方法技巧不变. 一.主要思维   -   TOP 不管多少个上下结构或单一结构,一般主体内容都是居中的,这个使用就需要使用css margin样式(让布局居中兼容各大浏览器),同时一般网页都会固定宽度,也就是要使用css width设置好每个DIV层宽度. 这里

网页上中下三分布局,上下固定,中间自适应

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <!-- 禁止浏览器从本地缓存中调阅页面.--> <

找人上门官网的CSS布局:上中下三栏自适应高度CSS布局

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Typ

前端设计之CSS布局:上中下三栏自适应高度CSS布局

网页代码: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Co

第31章 项目实战-PC端固定布局8

第31 章项目实战-PC 端固定布局[8]学习要点:1.归类合并2.子导航 本章主要开始使用学习用HTML5 和CSS3 来构建Web 页面,第一个项目采用PC 端固定布局来实现.一.归类合并在前面几节课中,有一部分HTML 代码比较松散,没有统一到一个类别块里.比如:很多的标签超链接没有归类到UL 里,导致一些问题等.//松散的<a>标签<a href="###">曼谷(12)</a><a href="###">东京