css 如何用bottom来定位

html-css015

css 如何用bottom来定位,第1张

语法: bottom : auto | length

取值: auto :  默认值。

无特殊定位,根据HTML定位规则在文档流中分配

length :  由浮点数字和单位标识符组成的长度值 | 百分数。必须定义 position 属性值为 absolute 或者 relative 此取值方可生效。

说明:检索或设置对象与其最近一个具有定位设置的父对象底边相关的位置。此属性仅仅在对象的定位( position )属性被设置时可用。否则,此属性设置会被忽略。此属性对于 currentStyle 对象而言是只读的。对于其他对象而言是可读写的。对应的脚本特性为 bottom 。其值为一字符串,所以不可用于脚本(scripts)中的计算。请使用 style 对象的 posBottom , pixelBottom 等运行时特性。

示例: div { position: absolutebottom: 1in} div { position:relativebottom:6px}

你好!

给body加个父级属性,给bottom加个子级属性。然后设置bottom定位位置底部。

例如body{position:relative}

.bottom:{position:absolutebottom:0}

希望对你有所帮助,望采纳。

— 表示 IE6 可以识别

为了保持兼容性不会出现错位的情况, 再加一个

_width

这样 ie6 会 默认使用最后一个 宽度,而其他浏览器因为不识别 所以使用第一个宽度。

其他浏览器兼容代码 可以看这个网址 http://wenku.baidu.com/link?url=RZVUof9bojlcFYLHYUkjulLHlvJk58TbMW_GPvwWm7FvWYCI6_nYp1jAZHEmmkTc1Q6o2Q9CMb8mIq6ygCWjrWpic5m5WWgLwzJhCA3Bti7

希望可以帮到你,宜兴企拓网络为您解答!