브라우져 캐쉬 안하게 & js파일
컨텐츠 정보
- 21,466 조회
- 4 추천
- 목록
본문
출처 : http://iendev.com
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate, no-store">
<meta http-equiv="Pragma" content="no-cache">
<title>내 삶의 라이브러리</title>
<link href="skin/default/style.css" rel="stylesheet" type="text/css">
<script language="javascript" src="lib/blog.js"></script>
<script language="javascript" src="lib/common.js"></script>
</head>
<body bgcolor="white" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" >
<script LANGUAGE="JavaScript">
window.status = "내 삶의 라이브러리 - 안녕하세요. 엔블로거닷컴의 운영자겸 개발자입니다.";
</script>
<div id="page_top_div" style="width:0px; height:0px; position:absolute; left:0px; top:0px; z-index:-1;">
<input size=1 type=text name="refer" onfocus="javascript:this.blur();" style="border-width:1; border-color:white; border-style:solid;cursor:none">
</div>
-------- CSS --------------------
img {border:0}
A:link { color:#454545; text-decoration:none;}
A:visited { color:#454545; text-decoration:none;}
A:hover { color:#454545; text-decoration:underline;}
p,td,div,a{font-size:9pt;font-family:돋움,tahoma;color:#454545;margin-top:0px;margin-bottom:0px;line-height:1.7}
TEXTAREA,select,option,input {font-size:9pt;font-family:돋움,tahoma;}
body
{
scrollbar-3dlight-color:595959;
scrollbar-arrow-color:ffffff;
scrollbar-base-color:cfcfcf;
scrollbar-darkshadow-color:ffffff;
scrollbar-face-color:cfcfcf;
scrollbar-highlight-color:fffff;
scrollbar-shadow-color:595959;
}
.common_font {font-size:9pt;font-family:돋움,tahoma;color:#454545; }
.small_font {font-size:8pt;font-family:돋움,tahoma;color:#454545; }
.blog_subject{font-size:9pt;font-family:돋움,tahoma;color:#454545; }
.blog_text{font-size:9pt;font-family:돋움,tahoma;color:#454545;}
input
{
font-size:8pt; color:#454545; background-color:white; padding:1; border-width:1; border-color:rgb(204,204,204); border-style:solid;
cursor:hand;
}
textarea
{
border-width:1;
border-color:rgb(204,204,204);
border-style:solid;
cursor:hand;
font-size:9pt;
}
.title_eng {font-weight:bold;font-size:7pt;font-family:tahoma;color:#626262;}
.title_han {font-weight:bold;font-size:8pt;font-family:굴림,tahoma;}
.left_border
{
border-width:1;
border-color:#999999;
border-style:solid;
}
.border1
{
border-width:1;
border-color:rgb(204,204,204);
border-style:solid;
}
.border2
{
border-width:1;
border-color:#454545;
border-style:solid;
}
.post_top
{
border-top-width:1pt; border-left-width:1pt; border-color:rgb(204,204,204); border-top-style:solid; border-left-style:solid;
}
.post_bottom
{
border-top-width:0pt; border-right-width:1pt; border-bottom-width:1pt; border-left-width:1pt; border-color:rgb(204,204,204); border-top-style:none; border-right-style:solid; border-bottom-style:solid; border-left-style:solid;
}
.left_border
{
border-width:1;
border-color:#9E9E9E;
border-style:solid;
}
.under_border
{
border-top-width:0;
border-right-width:0;
border-bottom-width:1;
border-left-width:0;
border-color:#9F9F9F;
border-top-style:solid;
border-right-style:none;
border-bottom-style:solid;
border-left-style:none;
}
.border0
{
border-width:0;
}
.button
{
font-weight:normal;
font-size:9pt;
color:white;
text-align:center;
background-color:rgb(153,153,153);
padding-top:3; padding-right:20; padding-bottom:3; padding-left:20;
border-width:1; border-color:rgb(102,102,102); border-style:none;
cursor:hand
}
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate, no-store">
<meta http-equiv="Pragma" content="no-cache">
<title>내 삶의 라이브러리</title>
<link href="skin/default/style.css" rel="stylesheet" type="text/css">
<script language="javascript" src="lib/blog.js"></script>
<script language="javascript" src="lib/common.js"></script>
</head>
<body bgcolor="white" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" >
<script LANGUAGE="JavaScript">
window.status = "내 삶의 라이브러리 - 안녕하세요. 엔블로거닷컴의 운영자겸 개발자입니다.";
</script>
<div id="page_top_div" style="width:0px; height:0px; position:absolute; left:0px; top:0px; z-index:-1;">
<input size=1 type=text name="refer" onfocus="javascript:this.blur();" style="border-width:1; border-color:white; border-style:solid;cursor:none">
</div>
-------- CSS --------------------
img {border:0}
A:link { color:#454545; text-decoration:none;}
A:visited { color:#454545; text-decoration:none;}
A:hover { color:#454545; text-decoration:underline;}
p,td,div,a{font-size:9pt;font-family:돋움,tahoma;color:#454545;margin-top:0px;margin-bottom:0px;line-height:1.7}
TEXTAREA,select,option,input {font-size:9pt;font-family:돋움,tahoma;}
body
{
scrollbar-3dlight-color:595959;
scrollbar-arrow-color:ffffff;
scrollbar-base-color:cfcfcf;
scrollbar-darkshadow-color:ffffff;
scrollbar-face-color:cfcfcf;
scrollbar-highlight-color:fffff;
scrollbar-shadow-color:595959;
}
.common_font {font-size:9pt;font-family:돋움,tahoma;color:#454545; }
.small_font {font-size:8pt;font-family:돋움,tahoma;color:#454545; }
.blog_subject{font-size:9pt;font-family:돋움,tahoma;color:#454545; }
.blog_text{font-size:9pt;font-family:돋움,tahoma;color:#454545;}
input
{
font-size:8pt; color:#454545; background-color:white; padding:1; border-width:1; border-color:rgb(204,204,204); border-style:solid;
cursor:hand;
}
textarea
{
border-width:1;
border-color:rgb(204,204,204);
border-style:solid;
cursor:hand;
font-size:9pt;
}
.title_eng {font-weight:bold;font-size:7pt;font-family:tahoma;color:#626262;}
.title_han {font-weight:bold;font-size:8pt;font-family:굴림,tahoma;}
.left_border
{
border-width:1;
border-color:#999999;
border-style:solid;
}
.border1
{
border-width:1;
border-color:rgb(204,204,204);
border-style:solid;
}
.border2
{
border-width:1;
border-color:#454545;
border-style:solid;
}
.post_top
{
border-top-width:1pt; border-left-width:1pt; border-color:rgb(204,204,204); border-top-style:solid; border-left-style:solid;
}
.post_bottom
{
border-top-width:0pt; border-right-width:1pt; border-bottom-width:1pt; border-left-width:1pt; border-color:rgb(204,204,204); border-top-style:none; border-right-style:solid; border-bottom-style:solid; border-left-style:solid;
}
.left_border
{
border-width:1;
border-color:#9E9E9E;
border-style:solid;
}
.under_border
{
border-top-width:0;
border-right-width:0;
border-bottom-width:1;
border-left-width:0;
border-color:#9F9F9F;
border-top-style:solid;
border-right-style:none;
border-bottom-style:solid;
border-left-style:none;
}
.border0
{
border-width:0;
}
.button
{
font-weight:normal;
font-size:9pt;
color:white;
text-align:center;
background-color:rgb(153,153,153);
padding-top:3; padding-right:20; padding-bottom:3; padding-left:20;
border-width:1; border-color:rgb(102,102,102); border-style:none;
cursor:hand
}
관련자료
-
첨부등록일 2004.06.14 10:18등록일 2004.06.14 10:18
댓글 0
등록된 댓글이 없습니다.