讓div固定在某個位置

<html> 
<head> 
<!--http://volnet.cnblogs.com--> 
<title>Only fit FireFox! :(</title> 
<!--Some thing about the fixed style!--> 
<style type="text/css"> 
.fixed_div{ 
position:fixed; 
left:200px; 
bottom:20px; 
width:400px; 
} 
</style> 
</head> 
<body> 
<div class="fixed_div" style="border:1px solid #200888;">content, I'm content</div> 
<div style="height:888px;"></div> 
</body> 
</html>

參考地址:http://www.jb51.net/css/33922.htmlcss

相關文章
相關標籤/搜索