<!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>
<title>CSS样式定位</title>
<meta http-equiv="content-type" content="text/html; charset=gbk">
<style>
.bb{
position:fixed !important; top/**/:0px;
}
</style>
</head>
<body>
<span>dsfsdfdfsff</span>
<img src="http://www.baidu.com/img/baidu_logo.gif" class="bb" />
<div style="height:2000px;">
<img src="http://www.baidu.com/img/baidu_logo.gif" class="bb" /> </div>
</body>
</html>
浮于头部不动的div
最新推荐文章于 2024-11-04 16:08:47 发布