↓のソースをコピーして
<head>~<head>内に貼ってください。

画像を左に並べる

<style type="text/css">
<!--
body {background-image:url(画像のURLを記入); background-repeat:repeat-y; background-attachment:fixed}
-->
</style>

このページの場合は・・・
<style type="text/css">
<!--
body {background-image:url(cut/kkuma001.gif); background-repeat:repeat-y; background-attachment:fixed}
-->
</style>

 

画像を上に並べる

<style type="text/css">
<!--
body {background-image:url(画像のURLを記入); background-repeat:repeat-x; background-attachment:fixed}
-->
</style>

画像を右下にひとつだけ
<style type="text/css">
<!--
body{ background: url(画像のURLを記入) no-repeat fixed right bottom }
-->
</style>
arrow
arrow
    全站熱搜

    張紫彤 發表在 痞客邦 留言(0) 人氣()