goTOP
December 3, 2014
固定在上方的寫法

<html>
<head>

<style type='text/css'>
#bTop{ position:fixed; top:0px;}
</style>

</head>
<body>

<div id="bTop">
這裡是 bTop !!!
</div>

</body>
</html>

備註:上方會有少了與#bHeader 相同空間。

December 3, 2014
分頁: 1/1 第一頁 1 最後頁 [ 顯示模式: 摘要 | 清單 ]