我的html文件代码
<!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-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>
<link href="css.css" rel="stylesheet" type="text/css" />
<body>
<div id="rongqi">
<div id="tou">
</div>
<div id="zhu">
<div id="zuo"></div>
<div id="zhong">
<div id="zhong1"></div>
<div id="zhong2"></div>
<div id="zhong3"></div>
</div>
<div id="you"></div>
</div>
<div id="di">
</div>
</div>
</body>
</html>
我的css代码
body{margin:0px auto}
#rongqi{margin:0px auto;min-width:360px;width:100%;}
#tou {margin:0px auto;min-width:260px;width:90%; height:100px; background:#FFff00}
#zhu {margin:0px auto;min-width:260px;width:90%; height:300px; background:#FF0000}
#di {margin:0px auto;min-width:260px;width:90%; height:100px; background:#00ffee}
#zuo {margin:0px;width:80px;height:300px; background:#eeeeee;position: absolute;top: 100px; left: 5%;}
#zhong {height: 300px;margin-right: 80px;margin-left: 80px; background:#33CCFF}
#zhong1 {margin:0;height:150px;width:100%; background:#000000;}
#zhong2 {margin:0px;height:130px;width:180px; background: #FF00FF; float:left}
#zhong3 {margin:0;height:130px;min-width:180px; width:76%; background: #2F8E8E; float:left; clear:right}
#you {margin:0px;width:80px;height:300px; background:#eeeeee;position: absolute;top: 100px;right: 5%;}
我这里zhong2的宽度是180px,zhong3我想要自动调整,请问怎样才能让
zhong2+zhong3的宽度正好是zhong的宽度
我的目的就是为了根据浏览器的大小自行调节宽度,楼下的几种方法我都看过了,不知道是不是我技术的问题还是不行。主要是浏览器的大小不固定,绝对定位就不好用了,只能用百分比定位!!!
DIV+CSS如何实现三列宽度自适应
那是因为对他们进行了负的左边距操作,现在只需要在左右边栏的内层div.inner将其拉回来。2、css样式写法如下:left,#right {float: left;margin: 0 0 0 -271px;width: 50%;}#main {width: 540px;float: left;background: green;}.inner {padding: 20px;}#left .inner,#right .inner {marg...
css怎么自动调整div的位置和大小
1、先新建一个html文件,并在head中添加样式表【styletype="text\/css">\/style>】。2、在body中添加一个DIV,并引入一个CSS,命名为【aaa】。3、给这个DIV添加背景色,并定义它的宽和高。【background:#FA2;width:400px;height:600px;】。4、然后添加如下代码。【position:fixed;left:50%;top:...
高手进!--【CSS怎么实现三列浮动中间列宽度自适应】
<meta http-equiv=”Content-Type” content=”text\/html; charset=utf-8〃 \/> <title>div宽度自适应<\/title> <\/head> <body> <style type=”text\/css”> body{margin:0; background:#fff; color:#4b4b4b; font-size:12px; line-height:20px; font-family:Arial, Helvetica, sans-serif...
div css如何实现输入的文本框宽度自动调节
<style type="text\/css">#outer {width: 400px; border: 1px solid #000; padding: 5px;}.inner {overflow: hidden;}.inner div {padding: 5px;}.label {float: left; width: 70px;}.iText {display: block; overflow: hidden;}.iText input {width: 99%;}.iButton {float: right; ...
div+css布局错乱问题解决方法
这个问题需要把left和right再使用一个div包含起来,直接上代码啦,下边就可以实现你要求的布局。foot总在下边,并能随着left,right的高度改变自动调整。<div id="box"> <div id="content"> <div id="left">这里是页面的左部分内容<\/div> <div id="right">这里是页面的右部分内容<\/div> <\/...
DIV CSS 如何让网页中的某DIV自动适应屏幕高度自己变如下图
1、首先创建或者打开我们的web项目,新建一个html文件和css文件即可,如图所示。2、html页面代码如图所示,定义一个div,然后给一个id属性即可。3、这里是使用宽度的百分比之后,设置高度值为零,然后使用padding属性的top或者bottom的值(可以是任意百分比),背景颜色作为测试。4、然后在浏览器运行之后的...
DIV\/CSS 宽度问题
首先 #footer 的宽度设置为100%了,其实不写的话默认也是100%的,可以省略 其次 如果你没具体给div元素设定宽度的话,100%宽度就是你目前窗口的宽度的,你DW的编辑器窗口有多大,footer就有多宽 上边绿条的代码没给,不好判断,可能有两种情况 可能是绿条设定了固定宽度了,不是100%,但你说“紫色...
div+css 3列(左右定宽,中间自适应)布局问题
css有一个属性叫最小宽度,min-width,说的就是当容器能缩小到最小的宽度值,但这个属性IE6不支持,而且效果也不能像你说的那样,因为他是随内容变化的,“右侧的导航栏就自动隐藏”这个用css就更做不出来了,肯定要用到JS要判断什么时候该隐藏,楼主应该去问问JS高手 ...
DIV+CSS两列,左列宽度自适应右列固定
<div id="MainBody">[color=#aaaaaa]<!--主体内容-->[\/color]<\/div> <\/div> <div id="Footer">[color=#aaaaaa]<!--页面底部-->[\/color]<\/div> <\/div> 为了使以后阅读代码更简易,我们应该添加相关注释,接下来打开css.css文件,写入CSS信息,代码如下:\/*基本信息*\/ body {font:12...
div+css布局,当页面大小变化时,为什么布局也会变乱,该怎么解决?_百度...
用div css 布局时,使用的是浮动的样式排版; 排不下就会往下面浮动; 给div 一个固定的宽度;(给一个固定的容器,如果不给就默认把浏览器窗口当容器)容器定下来后,就与浏览器的窗口大小无关了;