태그 참고(백그라운드 이미지)
<style>
body
{
font-size:9pt;
font-family:Tahoma, 굴림;
background-image:url("images/bg.gif");
background-repeat:repeat-x;
}
</style>
| repeat | 배경 이미지를 바둑판식 배열로 정렬을 합니다. |
| repeat-x | 배경 이미지를 가로 방향으로 반복해서 정렬을 합니다. |
| repeat-y | 배경 이미지를 세로 방향으로 반복해서 정렬을 합니다. |
| no-repeat | 배경 이미지를 반복되지 않고 한 번만 표시합니다. |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE> ▒▒ 짱구의 맛나는 인터넷..^,.^ ▒▒ </TITLE>
<META NAME="Generator" CONTENT="EditPlus">
<META NAME="Author" CONTENT="짱구">
<link rel="shortcut icon" href="http://jjangu.pe.kr/favicon.ico">
</HEAD>
<frameset rows="55,*" frameborder="0" framespacing = "0">
<frame src="top.htm" name="top" noresize marginwidth="0" marginheight="0">
<frame src="main.asp" name="main" noresize marginwidth="0" marginheight="0">
</frameset>
</HTML>
############## 배경고정 ################
<style>
body
{background-image:url(http://club.nate.com/cindex/570/r080000718/16299233/album/1/3d017.jpg);
background-attachment: fixed;
background-repeat:repeat;
background-position: bottom right;}
table{background-color:transparent; }
td{ background-color: transparent; }
</style>
<style type="text/css">
<!--
body {background:url(그림주소) no-repeat fixed bottom right}
-->
</style>
Trackback Address :: http://jjangu.pe.kr/blog/trackback/209



