2012年3月14日 星期三

圖片固定

適用於背景圖故定
<style type="text/css">
.pictuer_position{
 position:fixed;
 top: 0;
 left: 0;
 width: 100%;
 min-width: 1024px;
 height: auto;
}
</style>

<img src="_images/banner.jpg" class="pictuer_position" />

沒有留言:

張貼留言