採用獨自開發 RWD Bo-Blog插件 對應電腦版與手機版網頁。一次上架多版本對應、顯示迅速方便。
December 3, 2014
固定在上方的寫法
備註:上方會有少了與#bHeader 相同空間。
<html>
<head>
<style type='text/css'>
#bTop{ position:fixed; top:0px;}
</style>
</head>
<body>
<div id="bTop">
這裡是 bTop !!!
</div>
</body>
</html>
<head>
<style type='text/css'>
#bTop{ position:fixed; top:0px;}
</style>
</head>
<body>
<div id="bTop">
這裡是 bTop !!!
</div>
</body>
</html>
備註:上方會有少了與#bHeader 相同空間。