iframe 자동조절 스크립트
——-iframe 크기 자동 조절 스크립트——-
iframe 으로 불려질 문서의 크기에 따라 자동으로 크기를 설정 해 주는 스크립트 입니다
많은 분들이 필요하신 소스일것 같네요
<!doctype html public “-//W3C//DTD HTML 4.0 Transitional//EN”>
<html>
<head>
<title> J@sko Sample Script </title>
<meta name=”Generator” content=”EditPlus”>
<!– [1단계] 아래의 코드를 <head> 와 </head>...
DIV 레이아웃 일반자료
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01//EN” “http://www.w3.org/TR/html4/strict.dtd“>
<html>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=euc-kr”>
<title>Div Layout</title>
<style type=”text/css”>
body,p {margin:0; padding:0; color:#fff;}
#top {
margin: 20px 20px 0px 20px;
padding: 10px;
border: 5px solid #ccc;
background: #666;
height: 70px;
}
#left {
position: absolute;
top: 120px;
left: 0px;
margin:...
스타일시트 사전
스타일시트 사전 다운로드
도움말 형태의 스타일시트 사전.
오래된 버젼이라 절대적이진 않지만 참고하기에는 무방할 듯 하다..
Popularity: 1% [?]

