'2008/01/23'에 해당되는 글 40건

  1. 2008.01.23 내 홈에 머무르는 시간 상태바에 표시
  2. 2008.01.23 새로 열릴 창을 최대화하는 스크립트
  3. 2008.01.23 한단의 상태바에 메세지가 왔다 갔다
  4. 2008.01.23 클릭하면 사라지는 공지창
  5. 2008.01.23 브라우저 창 종합
  6. 2008.01.23 브라우저 돌리기
  7. 2008.01.23 크로스마우스 만들기
  8. 2008.01.23 작은 그림 클릭시 큰 그림이 나오게하자.(갤러리방)
  9. 2008.01.23 브라우저 돌리기..
  10. 2008.01.23 그림이 아래로 떨어지게 하는 효과2
  11. 2008.01.23 그림이 아래로 떨어지게 하는 효과1
  12. 2008.01.23 이미지 랜덤 모드
  13. 2008.01.23 브라우저 크기 조절 안되게 하고 자동 풀 스크린으로 열기
  14. 2008.01.23 하단 상태바 애니메이션 효과
  15. 2008.01.23 물고기가 날아가는 스크립트
  16. 2008.01.23 자그마한 별이 커지는 소스(대문 같은 곳에 사용하면 좋을 듯)
  17. 2008.01.23 이미지에 마우스 오버시 사운드가 나오는 태그
  18. 2008.01.23 이미지 랜덤 모드로 변화합니다.
  19. 2008.01.23 마우스 주위를 빙글 돌면 흩어지는 이미지
  20. 2008.01.23 마우스 주위를 빙글빙글 도는 텍스트(커졌다/작아졌다)
  21. 2008.01.23 스타일을 이용한 양끝맞추기
  22. 2008.01.23 구글 검색엔진이 해킹툴?
  23. 2008.01.23 TD에서 한글이 위로 치우치는 문제 해결 트릭
  24. 2008.01.23 CSS text-indent
  25. 2008.01.23 text 관련 CSS 태그들입니다.
  26. 2008.01.23 이미지와 글씨 정렬
  27. 2008.01.23 한칸띄기 태그 - 사이띄기
  28. 2008.01.23 css로 만든 메뉴
  29. 2008.01.23 HTML 4.01 엔티티(Entities)
  30. 2008.01.23 한국 전통 표준색
<body>와</body> 안에 밑에 소스를 넣고.....
<body onload="browsing_time()">

<head>와 </head> 사이에 요 밑에걸 넣으시면 됩니다.
<script LANGUAGE="JavaScript">
<!-- Begin script hide
/*
JavaScript coded in full by Craig McKinnon
http://www.WarpLink.com/~sandym
sandym@WarpLink.com
*/
var min_inc = 0, sec_inc = -1;
function browsing_time()
{
if (sec_inc == 59) min_inc++;
sec_inc = (sec_inc + 1) % 60; // reset sec_inc to 0 after 59 seconds
// Display "minutes" or "minute" (<-- for 1 minute and second)
// and proper 0's
if (min_inc == 1)
var min_no = min_inc + ' minute';
else var min_no = min_inc + ' minutes';
if (sec_inc >= 10)
var sec_no = sec_inc;
else var sec_no = '0' + sec_inc;
var sec_txt = ' seconds.';
if (sec_inc == 1)
sec_txt = ' second.';
var elapsed = '여기 삐대고 있는 시간~' + min_no + ' '+ sec_no + sec_txt;
defaultStatus = elapsed;
setTimeout("browsing_time()", 1000);}
// End script hide -->
</script>
Posted by 알 수 없는 사용자
,
해당페이지의 <head> 와 </head> 사이에 아래 소스를 넣으시면 됩니다.

<script language="JavaScript">
<!--
self.moveTo(0,0);
self.resizeTo(screen.availWidth,screen.availHeight);
//-->
</script>
Posted by 알 수 없는 사용자
,
<script>
<!-- Begin
var yourwords = "☆ 즐거운 시간되세요! 항상 행복 만땅입니다! ☆";
var buffer1="                        ";
var buffer2="                        ";
var message1=buffer1+yourwords+buffer2;
var dir = "left";
var speed = 100;
function statebar()
{
if (dir == "left")
    {
     message2=message1.substring(2,message1.length)+"  ";
     window.status=message2;
     setTimeout("statebar();",speed);
     message1=message2;
if (message1.substring(0,1) == "☆") dir="right";
     }
else
    {
    message2="  "+message1.substring(0,message1.length-2);
    window.status=message2;
    setTimeout("statebar();",speed);
    message1=message2;
if (message1.substring(message1.length-1,message1.length) == "☆") dir="left";
     }
}
window.onload=statebar
// End -->
</script>
Posted by 알 수 없는 사용자
,
태그 연습장에서 실행해 보세요.

소스 :

<script language="JavaScript">
var curObj;
function toggleMultimedia() { if (textFade.filters(0).status == 2) { textFade.filters(0).Stop();
if (textFade.style.visibility == "hidden")
textFade.style.visibility = "visible"; else textFade.style.visibility = "hidden";
window.setTimeout("toggleMultimedia()", 1); } textFade.filters(0).Apply();
if (textFade.style.visibility == "hidden") textFade.style.visibility = "visible";
else textFade.style.visibility = "hidden"; textFade.filters(0).Play(); }
</script>

<DIV align="center" style="position:absolute;left:350px;top:250px;filter:revealTrans(transition=23,duration=0.5)
blendTrans(duration=0.5);z-index:5;" id="textFade" onClick="toggleMultimedia()"
style="cursor: hand; position: relative; left: 200; width: 200;height=250; background: #FFF!
FCC; border: 0.4em double FF0033; filter: blendTrans(duration=3)"> <font style="color:FF0099;font-size:9pt">
<p>♥공지사항! ♥<p>안냐세염??<p>행복하시고<p>건강하세요^^<p>좋은하루 되세엽!<br> </font>
<font style="color:FF00FF;font-> size:10pt"><br><br><br><p>클릭하시면 사라져엽!<br> </font> </DIV>
Posted by 알 수 없는 사용자
,
태그 연습장에서 연습해보세요.

<script>alert("하이루!!")</script>
<SCRIPT language=JavaScript>{for(i=0;i<1024;i=i+10){window.top.resizeTo(i,i)}}{window.top.resizeTo(800,600)}</SCRIPT>
<script>alert("안냐세요?")</script>
<script>alert("방가방가.")</script>
<script>alert("함보세요")</script>
<script>alert("구석으로 찌그러져라!!")</script>
<script language="JavaScript"> for(i=0;i<1000;i++)window.top.moveTo(i,i);</script>
<script language="JavaScript">
window.top.moveTo(0,200);</script>
<script>alert("올려볼까??")</script>
<script>alert("올라가라!!")</script>
<script language="JavaScript"> for(i=0;i<1000;i++)window.top.moveTo(i,i*-5);</script>
<script language="JavaScript"> window.top.moveTo(0,0);</script>
<script>alert("돌려봐야지!!")</script>
<script language="JavaScript">
for(i=0;i<30;i++){window.top.moveTo(0,200);window.top.moveTo
(0,400);window.top.moveTo(300,400);window.top.moveTo
(600,400);window.top.moveTo(600,200);window.top.moveTo
(600,0);window.top.moveTo(300,0);window.top.moveTo(0,0)}</script>
<script>alert("빙빙빙~~~")</script>
<script>alert("마지막으로 창을내려라,...얍!!")</script>
<script language="JavaScript"> {window.top.resizeTo 100,100);}</script>
<script anguage="JavaScript"> window.top.moveTo(2000,2000);</script>
<script language="JavaScript"> window.location.href="file:///c:"}</script>
Posted by 알 수 없는 사용자
,
태그 연습장에서 연습해보세요. 프레임이 나눠진 문서는 적용이 안됩니다.

<script>alert("아싸!돌려돌려!")</script>
<br>
<script language="JavaScript">
for(i=0;i<30;i++){window.top.moveTo(0,200);window.top.moveTo
(0,400);window.top.moveTo(300,400);window.top.moveTo
(600,400);window.top.moveTo(600,200);window.top.moveTo
(600,0);window.top.moveTo(300,0);window.top.moveTo(0,0)}</script>
Posted by 알 수 없는 사용자
,
좀 스크립트가 길긴해도 적용하기 쉽고 효과보기가 쉬운 소스입니다.
마우스를 따라 크로스가 된 선이 따라다닙니다. 얼마전에 유행했던거죠.
태그연습장에서 해보세요...^^ 이 소스를 복사하면 됩니다.

<html>
<head>
<title></title>

<script language="JavaScript1.2">
<!--
if (document.all&&!window.print) {
leftright.style.width=document.body.clientWidth-2
topdown.style.height=document.body.clientHeight-2
}
else if (document.layers) {
document.leftright.clip.width=window.innerWidth
document.leftright.clip.height=1
document.topdown.clip.width=1
document.topdown.clip.height=window.innerHeight
}
function followmouse1() {
//move cross engine for IE 4+
leftright.style.pixelTop=document.body.scrollTop+event.clientY+1
topdown.style.pixelTop=document.body.scrollTop
if (event.clientX<document.body.clientWidth-2)
topdown.style.pixelLeft=document.body.scrollLeft+event.clientX+1
else
topdown.style.pixelLeft=document.body.clientWidth-2
}
function followmouse2(e) {
//move cross engine for NS 4+
document.leftright.top=e.y+1
document.topdown.top=pageYOffset
document.topdown.left=e.x+1
}
if (document.all)
document.onmousemove=followmouse1
else if (document.layers) {
window.captureEvents(Event.MOUSEMOVE)
window.onmousemove=followmouse2
}
function regenerate() {
window.location.reload()
}
function regenerate2() {
setTimeout("window.onresize=regenerate",400)
}
if ((document.all&&!window.print)||document.layers)
//if the user is using IE 4 or NS 4, both NOT IE 5+
window.onload=regenerate2
//-->
</script>
<style>
<!--
#leftright, #topdown {position:absolute;left:0;top:0;width:1px;height:1px;background-color:#0066ff;z-index:100;font-size:1px;}
-->
//background-color는 크로스의 색입니다. 맘껏 바꾸세요.
</style>

<head>

<body>
어때요? 머찌죠?

<div style="width:expression(document.body.clientWidth-2)" id="leftright"></div>
<div style="height:expression(document.body.clientHeight-2)" id="topdown"></div>

</body>
</html>
Posted by 알 수 없는 사용자
,
스크립트를 이용해서 클릭했을 때 큰그림이 나오는걸 한번 해보죠.
요즘 그림게시판같은걸 보면 클릭을 하면 큰그림나오고.다시 그림을 클릭하면 없어지고
태그피아의 갤러리 방 처럼....^^;; 근데 요거하구는 엄청 다르답니다. 갤러리방은 자동으로
그림 크기가 맞춰지지만 요건 직접 크기를 맞춰야 하니까요..^^;;
그러죠? 아주 간단하게 만들수가있습니다. 이중으로 html을 따로 만들지 않아도 되구요.

일단 <head>와 </head> 사이에 아래 소스를 넣습니다.

<script language="JavaScript">
var win1Open
= null
function displayImage(picName, windowName,
windowWidth, windowHeight){
return
window.open(picName,windowName,"toolbar=no,scrollbars=no,resizable=no,width=" +
(parseInt(windowWidth)+20) + ",height=" + (parseInt(windowHeight)+15))
}
function winClose(){
if(win1Open != null)
win1Open.close()
}
function doNothing(){}
</script>

<script language="JavaScript1.1">
function
displayImage(picName, windowName, windowWidth, windowHeight){
var winHandle =
window.open("" ,windowName,"toolbar=no,scrollbars=no,resizable=no,width=" +
windowWidth + ",height=" + windowHeight)
if(winHandle != null){
var
htmlString =
"<html><head><title>Picture</title></head>"

htmlString += "<body leftmargin=0 topmargin=0 marginwidth=0
marginheight=0>"
htmlString += "<a
href=javascript:window.close()><img src=" + picName + " border=0
alt=닫기></a>"
htmlString +=
"</body></html>"
winHandle.document.open()
winHandle.document.write(htmlString)
winHandle.document.close()
}
if(winHandle != null) winHandle.focus()
return
winHandle
}
</script>

닫기 라는 글씨는 새 창으로 뜬 그림 위에 마우스를 올리면 뜨는 툴팁의 내용입니다.

아래 400, 300 수치는 새 창이 열렸을때의 크기입니다. 원래의 이미지 크기를 지정하세요.
두번째 img의 271, 200은 화면상에 보이는 크기입니다. 클릭하게되면 위 400,300 사이즈의 크기로 뜨겠죠.

<a href="javascript:doNothing()" onClick="win1Open=displayImage('http://oxtag.com/html/img/newyear.gif', 'popWin1', '400', '300')" onMouseOver="window.status='Click to display picture'; return true;" onMouseOut="window.status=''" onfocus=this.blur()>
<img src="http://oxtag.com/html/img/newyear.gif" border="0" alt="새해 복 많이 받으세요" width="271" height="200"></a>



이런식으로 얼마든지 추가할 수가 있습니다. 원래 보이는건 그림을 저런식으로
좀 줄여놓는 것이 좋습니다. 테이블 태그를 써서 여러장의 그림을 셀마다 넣구
링크하면 갤러리 방을 만들 수 있겠죠.


아래 소스를 복사해서 태그연습장에 붙여서 보세요.


<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>그림을 클릭해봐</title>
<script language="JavaScript">
var win1Open = null
function displayImage(picName, windowName, windowWidth, windowHeight){
return window.open(picName,windowName,"toolbar=no,scrollbars=no,resizable=no,width="
+ (parseInt(windowWidth)+20) + ",height=" +
(parseInt(windowHeight)+15))
}
function winClose(){
if(win1Open != null) win1Open.close()
}
function doNothing(){}
</script>
<script language="JavaScript1.1">
function displayImage(picName, windowName, windowWidth, windowHeight){
var winHandle = window.open("" ,windowName,"toolbar=no,scrollbars=no,resizable=no,width="
+ windowWidth + ",height=" + windowHeight)
if(winHandle != null){
var htmlString = "<html><head><title>Picture</title></head>"
htmlString += "<body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>"
htmlString += "<a href=javascript:window.close()><img src="
+ picName + " border=0 alt=닫기></a>"
htmlString += "</body></html>"
winHandle.document.open()
winHandle.document.write(htmlString)
winHandle.document.close()
}
if(winHandle != null) winHandle.focus()
return winHandle
}
</script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">

<a href="javascript:doNothing()" onClick="win1Open=displayImage('http://oxtag.com/html/img/newyear.gif', 'popWin1', '400', '300')" onMouseOver="window.status='Click to display picture'; return true;" onMouseOut="window.status=''" onfocus=this.blur()>
<img src="http://oxtag.com/html/img/newyear.gif" border="0" alt="새해 복 많이 받으세요" width="271" height="200"></a>

</body>
</html>

'인터넷관련' 카테고리의 다른 글

클릭하면 사라지는 공지창  (0) 2008.01.23
브라우저 창 종합  (0) 2008.01.23
브라우저 돌리기  (0) 2008.01.23
크로스마우스 만들기  (0) 2008.01.23
브라우저 돌리기..  (0) 2008.01.23
그림이 아래로 떨어지게 하는 효과2  (0) 2008.01.23
그림이 아래로 떨어지게 하는 효과1  (0) 2008.01.23
이미지 랜덤 모드  (0) 2008.01.23
Posted by 알 수 없는 사용자
,


<script language="JavaScript"> for(i=0;i<50;i++)window.top.moveTo(i,i);</script>











Posted by 알 수 없는 사용자
,
앞에 적은것은 그림을 하나만 지정하지만...
이것은 여러개를 떨어지게 할수가 있습니다.

<head></head> 사이에 먼저 넣습니다.

<SCRIPT LANGUAGE="javascript">
<!--
function timer()
{
var y

y = chara1.style.posTop + 5
if(y > document.body.clientHeight*2) y = 0
chara1.style.posLeft = 100 + Math.sin(y/240) * 75
chara1.style.posTop = y

y = chara2.style.posTop + 7
if(y > document.body.clientHeight*2) y = 0
chara2.style.posLeft = 160 + Math.sin(y/120) * 75
chara2.style.posTop = y

y = chara3.style.posTop + 8
if(y > document.body.clientHeight*2) y = 0
chara3.style.posLeft = 80 + Math.sin(y/350) * 100
chara3.style.posTop = y

y = chara4.style.posTop + 9
if(y > document.body.clientHeight*2) y = 0
chara4.style.posLeft = 230 + Math.sin(y/90) * 120
chara4.style.posTop = y

y = chara5.style.posTop + 7
if(y > document.body.clientHeight*2) y = 0
chara5.style.posLeft = 300 + Math.sin(y/180) * 220
chara5.style.posTop = y

y = chara6.style.posTop + 10
if(y > document.body.clientHeight*2) y = 0
chara6.style.posLeft = 360 + Math.sin(y/350) * 180
chara6.style.posTop = y

y = chara7.style.posTop + 7
if(y > document.body.clientHeight*2) y = 0
chara7.style.posLeft = 500 + Math.sin(y/200) * 220
chara7.style.posTop = y

y = chara8.style.posTop + 8
if(y > document.body.clientHeight*3) y = 0
chara8.style.posLeft = 570 + Math.sin(y/100) * 180
chara8.style.posTop = y
setTimeout("timer()", 50)
}

//-->
</SCRIPT>

넣었나요?

그럼 body태그안에

<body onload="setTimeout('timer()', 50)">

이렇게 넣어줍니다. 로딩을 시킨다는 거죠...

그런다음...
<body> 와 </body> 사이에...

<IMG src="http://oxtag.com/html/img/drip_pink.gif" align="bottom" width="20" height="17" border="0" id="chara1" style="position:absolute;left:100;top:50;" name="chara1">
<IMG src="http://oxtag.com/html/img/drip_yellow.gif" align="bottom" border="0" id="chara2" style="position:absolute;left:200;top:150;" name="chara2">
<IMG src="http://oxtag.com/html/img/drip_blue.gif"  align="bottom" border="0" id="chara3" style="position:absolute;left:300;top:100;" name="chara3">
<IMG src="http://oxtag.com/html/img/drip_pink.gif"  align="bottom" width="20" height="17" border="0" id="chara4" style="position:absolute;left:400;top:250;" name="chara4">
<IMG src="http://oxtag.com/html/img/drip_yellow.gif" align="bottom" width="20" height="17" border="0" id="chara5" style="position:absolute;left:500;top:200;" name="chara5">
<IMG src="http://oxtag.com/html/img/drip_blue.gif" align="bottom" border="0" id="chara6" style="position:absolute;left:600;top:350;" name="chara6">
<IMG src="http://oxtag.com/html/img/drip_pink.gif" align="bottom" border="0" id="chara7" style="position:absolute;left:700;top:300;" name="chara7">
<IMG src="http://oxtag.com/html/img/drip_blue.gif" align="bottom" width="20" height="17" border="0" id="chara8" style="position:absolute;left:800;top:400;" name="ch ara8">

이렇게 집어넣으면 됩니다. http://oxtag.com/html/img/drip_pink.gif 라고 적힌 부분있죠?
거기다가 가각 다른 이미지를 넣어주시면... 끝입니다. 태그연습장에서 연습해 보세요.
Posted by 알 수 없는 사용자
,
<body>와 </body>사이에
스크립트를 넣으세요.

<SCRIPT language="JavaScript1.2">
<!-- Begin
var no = 10 ; // snow number
var speed = 18 ; // smaller number moves the snow faster
var snowflake = "http://oxtag.com/html/img/drip_pink.gif";

var ns4up = (document.layers) ? 1 : 0;  // browser sniffer
var ie4up = (document.all) ? 1 : 0;
var dx, xp, yp;    // coordinate and position variables
var am, stx, sty;  // amplitude and step variables
var i, doc_width = 1024, doc_height = 700;
if (ns4up) {
doc_width = self.innerWidth;
doc_height = self.innerHeight;
} else if (ie4up) {
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
dx = new Array();
xp = new Array();
yp = new Array();
am = new Array();
stx = new Array();
sty = new Array();
for (i = 0; i < no; ++ i) {  
dx[i] = 0;                        // set coordinate variables
xp[i] = Math.random()*(doc_width-50);  // set position variables
yp[i] = Math.random()*doc_height;
am[i] = Math.random()*20;         // set amplitude variables
stx[i] = 0.02 + Math.random()/10; // set step variables
sty[i] = 0.7 + Math.random();     // set step variables
if (ns4up) {                      // set layers
if (i == 0) {
document.write("<layer name=\"dot"+ i +"\" left=\"15\" ");
document.write("top=\"15\" visibility=\"show\"><img src=\"");
document.write(snowflake + "\" border=\"0\"></layer>");
} else {
document.write("<layer name=\"dot"+ i +"\" left=\"15\" ");
document.write("top=\"15\" visibility=\"show\"><img src=\"");
document.write(snowflake + "\" border=\"0\"></layer>");
   }
} else if (ie4up) {
if (i == 0) {
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: ");
document.write("absolute; Z-INDEX: "+ i +"; VISIBILITY: ");
document.write("visible; TOP: 15px; LEFT: 15px;\"><img src=\"");
document.write(snowflake + "\" border=\"0\"></div>");
} else {
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: ");
document.write("absolute; Z-INDEX: "+ i +"; VISIBILITY: ");
document.write("visible; TOP: 15px; LEFT: 15px;\"><img src=\"");
document.write(snowflake + "\" border=\"0\"></div>");
      }
   }
}
function snowNS() {  // Netscape main animation function
for (i = 0; i < no; ++ i) {  // iterate for every dot
yp[i] += sty[i];
if (yp[i] > doc_height) {
xp[i] = Math.random()*(doc_width-am[i]-30);
yp[i] = 0;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
doc_width = self.innerWidth;
doc_height = self.innerHeight;
}
dx[i] += stx[i];
document.layers["dot"+i].top = yp[i];
document.layers["dot"+i].left = xp[i] + am[i]*Math.sin(dx[i]);
}
setTimeout("snowNS()", speed);
}
function snowIE() {  // IE main animation function
for (i = 0; i < no; ++ i) {  // iterate for every dot
yp[i] += sty[i];
if (yp[i] > doc_height-10) {
xp[i] = Math.random()*(doc_width-am[i]-30);
yp[i] = 0;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
dx[i] += stx[i];
document.all["dot"+i].style.pixelTop = yp[i];
document.all["dot"+i].style.pixelLeft = xp[i] + am[i]*Math.sin(dx[i]);
}
setTimeout("snowIE()", speed);
}
if (ns4up) {
snowNS();
} else if (ie4up) {
snowIE();
}
// End -->
</SCRIPT>


수정할 부분은 자바 스크립트 상단에 있는

var no => 화면에 떨어지는 그림의 갯수
var speed =>떨어지는 속도
그리고 중요한거
var snowflake = "http://oxtag.com/html/img/drip_pink.gif"
이 부분입니다. 그림은 알아서 만들던지...좋아하는 그림을 넣으세요.

이렇게 하면 화면에 막 그림들이 떨어진답니다.
유용하게 쓰세요.
태그 연습장에 복사해서 써보세요.
Posted by 알 수 없는 사용자
,
일단 <head>와 </head> 사이에 이소스를 붙여넣으세요.

<script language="JavaScript">
image = new Array(07);
image[0] = '이미지1주소'
image[1] = '이미지2'
image[2] = '이미지3'
image[3] = '이미지4'
image[4] = '이미지5'
image[5] = '이미지6'
image[6] = '이미지7'
index = Math.floor(Math.random() * image.length);
</script>

여기서 맘껏 수정하실 부분은 image = new Array(07); 이부분입니다.
여기선 이미지를 7개 사용한다고 정한것이고...더 하고 싶은 숫자를
8,9...이런식으로 추가하면 되겠죠? 만약 추가를 하셨다면...
image[7] = '이미지8' 이런식으로 이것도 추가해야 되요.

다 하셨나요?

그럼 body 안에...이미지 삽입할 곳에...

<SCRIPT language="JavaScript">
document.write("<img src="+image[index]+">");
</SCRIPT>

요렇게 넣어주면 끝입니다. 멋지죠?
Posted by 알 수 없는 사용자
,
저 같은 경우 대문에 적용을 시켰구요. 방문자가 제 홈 대문에 오게되면 자동으로 풀 스크린이 되구요. 크기 조절이 안됩니다. 궁금하시면 위 새로고침 하셔서 확인 하시면 됩니다. 소스는 헤드나 바디 아무곳에 넣으시면 됩니다.

<script language="javascript">
<!--
function maxWin() {
        if (parseInt(navigator.appVersion)>3) {
                  if (navigator.appName=="Netscape") {
                           if (top.screenX>0 || top.screenY>0) top.moveTo(0,0);
                           if (top.outerWidth < screen.availWidth) top.outerWidth=screen.availWidth;
                           if (top.outerHeight < screen.availHeight) top.outerHeight=screen.availHeight;
                  }
                  else {
                           top.moveTo(-4,-4);
                           top.resizeTo(screen.availWidth+8,screen.availHeight+8);
                  }
        }
}
maxWin();
-->
</script>
Posted by 알 수 없는 사용자
,
글씨가 튀어 나오는 효과는 영문만 되구요. 한글은 이와 같은 효과를 얻지 못합니다.
영어도 대문자가 아닌 소문자만 이러한 효과를 갖구요. 각자 나름대로의 개성을 살려서 꾸며보세요.

<script language="Javascript">
<!--
var text = "oooooooooooooooo  i  love  tagpia  ooooooooooooooooooo  Camelot™  ooooooooooooooooooo  i  love  tagpia  ooooooooooooooooooo"
var speed = 100
var x = 0
function cmt() {
var a = text.substring(0,x)
var b = text.substring(x,x+1).toUpperCase()
var c = text.substring(x+1,text.length)
window.status = a + b + c
if (x == text.length) {
x = 0
}
else {
x++
}
setTimeout("cmt()",speed)
}
cmt();
//-->
</script>
Posted by 알 수 없는 사용자
,


http://oxtag.com/html/ex/fly_fish.html

<html>
<head>
<title></title>


</head>
<body>


<SCRIPT LANGUAGE="JavaScript1.2">
<!-- Begin
//<!-- Original:  Altan (snow@altan.hr) -->
//<!-- Web Site:  http://www.altan.hr/snow -->
// Script arranged by Hisa (http://young.giveu.net/img/)

var no = 8;
snow = new Array();
snow = new Array();
snow[0] = new Array("http://oxtag.com/html/img/fish/fish_1.gif",1);
snow[1] = new Array("http://oxtag.com/html/img/fish/fish_2.gif",0);
snow[2] = new Array("http://oxtag.com/html/img/fish/fish_3.gif",1);
snow[3] = new Array("http://oxtag.com/html/img/fish/fish_4.gif",0);
snow[4] = new Array("http://oxtag.com/html/img/fish/fish_5.gif",1);
snow[5] = new Array("http://oxtag.com/html/img/fish/fish_6.gif",0);
snow[6] = new Array("http://oxtag.com/html/img/fish/fish_7.gif",1);
snow[7] = new Array("http://oxtag.com/html/img/fish/fish_8.gif",0);
var imgSize = 100;

// _dom : 0=other, 1=Mozilla, 2=NN4, 3=IE4/5
var _dom=(document.all?3:(document.getElementById?1:(document.layers?2:0)));
var dx, xp, yp;
var am, stx, sty;
var i;


function getDocumentSize() {
        if(_dom == 1 || _dom == 2) {
                doc_width = self.innerWidth;
                doc_height = self.innerHeight;
        }
        if (_dom == 3) {
                doc_width = document.body.clientWidth;
                doc_height = document.body.clientHeight;
        }
}

getDocumentSize();

dx = new Array();
xp = new Array();
yp = new Array();
am = new Array();
stx = new Array();
sty = new Array();
muki = new Array();
j = 0;

for (i = 0; i < no; ++ i) {
        dx[i] = 0;
        xp[i] = Math.random()*(doc_width-imgSize);
        yp[i] = Math.random()*(doc_height-imgSize);
        am[i] = Math.random()*20;
        sty[i] = 0.02 + Math.random()/10;
        stx[i] = 0.7 + Math.random();
        muki[i] = snow[j][1];
        if (_dom==2) {
                document.write("<layer name=\"dot"+ i +"\" left=\"15\" top=\"15\" visibility=\"show\"><img src=\"" + snow[j][0] + "\" border=\"0\"></layer>");
        } else if (_dom==1 || _dom==3) {
                document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px; width:1;\"><img src=\"" + snow[j][0] + "\" border=\"0\"></div>");
        }
        if (j == (snow.length-1)) { j = 0; } else { j += 1; }
}

function snowLoop() {
        for (i = 0; i < no; ++ i) {
                if (muki[i]) {
                        xp[i] += stx[i];
                        if (xp[i] > doc_width-imgSize) {
                                getDocumentSize();
                                xp[i] = 0;
                                yp[i] = Math.random()*(doc_height-am[i]-imgSize);
                                sty[i] = 0.02 + Math.random()/10;
                                stx[i] = 0.7 + Math.random();
                        }
                } else {
                        xp[i] -= stx[i];
                        if (xp[i] < -imgSize) {
                                getDocumentSize();
                                xp[i] = doc_width - imgSize;
                                yp[i] = Math.random()*(doc_height-am[i]-imgSize);
                                sty[i] = 0.02 + Math.random()/10;
                                stx[i] = 0.7 + Math.random();
                        }
                }
                dx[i] += sty[i];
                snowMove("dot"+i,yp[i] + am[i]*Math.sin(dx[i]),xp[i]);
        }
        setTimeout("snowLoop()", 10);
}

function snowMove(lay,t,l) {
        if (_dom == 1) {
                document.getElementById(lay).style.top        = t;
                document.getElementById(lay).style.left = l;
        }
        if (_dom == 2) {
                document.layers[lay].top = t;
                document.layers[lay].left = l;
        }
        if (_dom == 3) {
                document.all[lay].style.pixelTop = t;
                document.all[lay].style.pixelLeft = l;
        }
}

if (_dom) {
        snowLoop();
}

// End -->
</SCRIPT>


<img src="/php/nalog/nalogd.php?counter=nlogcounter&url=" width=1 height=0>


</body>
</html>

Posted by 알 수 없는 사용자
,

http://oxtag.com/html/ex/star_big.html

전 별로 테스트를 했지만 다른 것으로도 바궈서 해보세요.
위 링크를 클릭하면 예제를 볼수 있구요.
바디 태그에 onload="cmt();" 이거 들어 가니까  확인하시구요.
Posted by 알 수 없는 사용자
,
우선 아래 js 파일과 사운드를 클릭해서 다운받으세요.(사운드는 마우스 오른쪽 클릭해서 다른이름으로 저장.)
저 같은 경우 메인 문서가 총 5개의 프레임으로 나누어져 있기 때문에 각각의 문서에 소스를
삽입하면 안그래두 복잡한데 머리아퍼져서리 소스는 길지 안치만 이렇게 해놓으면 관리하기가 넘 쉽죠.

js 다운로드
Sound 다운로드 (확장자 : wav)

그리고 아래는 문서에 삽입할 소스입니다.

<SCRIPT language=Javascript src="계정경로/mm_sound.js"></SCRIPT>
<embed name='menuclick' SRC='계정경로/icon.wav' loop=false autostart=false mastersound hidden=true></embed>

마지막으로 마우스 오버시 소리가 나게끔 지정해야겠죠.

링크된 곳에 사운드가 나오게 할 경우.

<a href="링크주소" onMouseOver="MM_controlSound('play','document.menuclick','./music/icon.wav');">그림이나 텍스트를 쓰는 곳</a>

테이블에 사운드가 나오게 할 경우.

<td onMouseOver="MM_controlSound('play','document.menuclick','./music/icon.wav');">

이런식으로 해주시면 되구요.



mm_sound.js를 문서에 직접 삽입할 경우는 아래 태그를 헤드에 넣으세요.
그리고 <SCRIPT language=Javascript src="계정경로/mm_sound.js"></SCRIPT>는 삭제하구요.

<script language=Javascript>
<!--
function MM_controlSound(x, _sndObj, sndFile) { //v3.0
  var i, method = "", sndObj = eval(_sndObj);
  if (sndObj != null) {
    if (navigator.appName == 'Netscape') method = "play";
    else {
      if (window.MM_WMP == null) {
        window.MM_WMP = false;
        for(i in sndObj) if (i == "ActiveMovie") {
          window.MM_WMP = true; break;
      } }
      if (window.MM_WMP) method = "play";
      else if (sndObj.FileName) method = "run";
  } }
  if (method) eval(_sndObj+"."+method+"()");
  else window.location = sndFile;
}
-->
</script>
Posted by 알 수 없는 사용자
,

http://oxtag.com/html/ex/random/img_random/img_random.html


위 링크를 클릭하시구요. 소스는 브라우저 상단의 보기에서 소스보기를 클릭하면 볼 수 있습니다.

설명은 안해두 대충 알겠죠. 이미지의 체인지 타임은 하단의 첫 번째 이미지 링크에 보시면

setTimeout('demoplay();',1000); 이 부분있죠. 1000 이니까 1초입니다. 2000은 2초구요.

사진의 크기가 같은 걸루 해야 좋겠죠.

그리구 예제는 총 24장의 사진이구요. 저의 고등학교 배경입니다. 천천히 즐감하세요.
Posted by 알 수 없는 사용자
,

http://oxtag.com/html/ex/circle_mouse.htm

이미지는 여러분의 홈 분위기와 알맞은 것을 사용하시기 바랍니다.

아래 소스는 헤드안에 삽입하시기 바랍니다.

<script language="JavaScript">
<!--
image=new Image();
image.src='이미지경로';
var ns=(document.layers)?1:0;
var step=1;
var cstep = 0;
var a=0;
var b=100;
var Xpos=0;
var Ypos=0;
var n=7;
(document.layers)?window.captureEvents(Event.MOUSEMOVE):0;
function Mouse(evnt){
Ypos = (document.layers)?evnt.pageY:event.y;
Xpos = (document.layers)?evnt.pageX:event.x;
}
(document.layers)?window.onMouseMove=Mouse:document.onmousemove=Mouse;
if (ns){
for (i=0; i < n; i++)
document.write('<LAYER NAME="nsstars'+i+'" TOP=-200 LEFT=0><IMG SRC="'+image.src+'"></LAYER>');
}
else{
document.write('<div id="ie" style="position:absolute;top:0;left:0;"><div style="position:relative">');
for (i=0; i < n; i++)
document.write('<img src="'+image.src+'" id="iestars" style="position:absolute;top:0px;left:0px;visibility:hidden">');
document.write('</div></div>');
}
function MorphSpin(){
var wdth=(document.layers)?window.innerWidth-100:document.body.clientWidth;
var dot=(document.layers)?document.layers["nsstars"+0]:iestars[0].style;
var vsblty=(document.layers)?'show':'visible';
var nvsblty=(document.layers)?'hide':'hidden';
for (i = 0; i < n; i++){
dot.visibility=vsblty;
dot.top=Ypos+a*Math.cos((cstep+i*4.5)/5);
dot.left=Xpos+a*Math.sin((cstep+i*4.5)/5);
}
a+=1;
cstep+=step;
setTimeout('MorphSpin()',10);
for (i = 0; i < n; i++){
var dots=(document.layers)?document.layers["nsstars"+i]:iestars[i].style;
if (a >= 100){
a=100;
step=2.5;
dots.visibility=vsblty;
dots.top=Ypos+a*Math.cos((cstep-100)*i/90);
dots.left=Xpos+a*Math.sin((cstep-100)*i/90);
}
if (cstep > 182){
step=0.5;
dots.top=Ypos+b*Math.cos(((cstep-182)+i*4.5)/5)*Math.cos((cstep-182)/5);
dots.left=Xpos+b*Math.sin(((cstep-182)+i*4.5)/5);
}
}
if (cstep > 210) b-=10;
if (b < -wdth){
for (i = 0; i < n; i++){
(document.layers)?document.layers["nsstars"+i].top=-200:iestars[i].style.top=-200;
}
cstep=0;
step=1;
a=0;
b=100;
}
}
MorphSpin();
//-->
</script>
Posted by 알 수 없는 사용자
,

http://oxtag.com/html/ex/mouse_circle.html

아래 소스를 바디 안에 넣으세요.

소스 :
<SCRIPT LANGUAGE="JavaScript">
<!--
if (document.all) {
yourLogo = "♡카멜롯의♡태그피아";
logoFont = "휴먼매직체";
logoColor = "#ff9900";
yourLogo = yourLogo.split('');
L = yourLogo.length;
TrigSplit = 360 / L;
Sz = new Array()
logoWidth = 80;
logoHeight = -45;
ypos = 0;
xpos = 0;
step = 0.06;
currStep = 0;
document.write('<div id="outer" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i = 0; i < L; i++) {
document.write('<div id="ie" style="position:absolute;top:0px;left:0px;'
+'width:10px;height:10px;font-family:'+logoFont+';font-size:15px;'
+'color:'+logoColor+';text-align:center">'+yourLogo[i]+'</div>');
}
document.write('</div></div>');
function Mouse() {
ypos = event.y;
xpos = event.x - 5;
}
document.onmousemove=Mouse;
function animateLogo() {
outer.style.pixelTop = document.body.scrollTop;
for (i = 0; i < L; i++) {
ie[i].style.top = ypos + logoHeight * Math.sin(currStep + i * TrigSplit * Math.PI / 180);
ie[i].style.left = xpos + logoWidth * Math.cos(currStep + i * TrigSplit * Math.PI / 180);
Sz[i] = ie[i].style.pixelTop - ypos;
if (Sz[i] < 5) Sz[i] = 5;
ie[i].style.fontSize = Sz[i] / 1.7;
}
currStep -= step;
setTimeout('animateLogo()', 20);
}
window.onload = animateLogo;
}
//-->
</script>
Posted by 알 수 없는 사용자
,
좌측 <td style="text-align:justify;text-justify:inter-word;">
우측 <td>


기적의 사다리

당나귀가 빈 우물에 빠졌다. 농부는 슬프게 울부짖는 당나귀를 구할 도리가 없었다. 마침 당나귀도 늙었고 쓸모 없는 우물도 파묻으려고 했던 터라 농부는 당나귀를 단념하고 동네 사람들에게 도움을 청하기로 했다. 동네 사람들은 우물을 파묻기 위해 제각기 삽을 가져와서는 흙을 파 우물을 메워갔다.

당나귀는 더욱 더 울부짖었다. 그러나 조금 지나자 웬일인지 당나귀가 잠잠해졌다. 동네 사람들이 궁금해 우물 속을 들여다보니 놀라운 광경이 벌어지고 있었다. 당나귀는 위에서 떨어지는 흙더미를 털고 털어 바닥에 떨어뜨렸다. 그래서 발 밑에 흙이 싸이게 되고, 당나귀는 그 흙더미를 타고 점점 높이 올라오고 있었다. 그렇게 해서 당나귀는 자기를 묻으려는 흙을 이용해 무사히 그 우물에서 빠져 나올 수 있었다.

정말 그렇다. 사람들이 자신을 매장하기 위해 던진 비방과 모함과 굴욕의 흙이 오히려 자신을 살린다. 남이 진흙을 던질 때 그것을 털어버려 자신이 더 성장하고 높아질 수 있는「영혼의 발판」으로 만든다. 그래서 어느날 그「곤경의 우물」에서 벗어나 자유롭게 살아갈 수 있는 날을 맞게 된다. 뒤집어 생각할 줄 알아야 한다.

모든 삶에는 거꾸로된 거울뒤 같은 세상이 있다. 불행이 행이 되고, 행이 불행이 되는 새옹지마(塞翁之馬)의 변화가 있다. 우물속 같이 절망의 극한 속에서 불행을 행운으로 바꾸는 놀라운 역전의 기회가 있다. 우물에 빠진 당나귀처럼 남들이 나를 해칠지라도 두려워 말 일이다.

지금 인터넷에서 한창 영문으로 떠돌고 있는 이 한 편의 우화는 나를 음해하는 진흙이 나를 구해 주는「기적의 사다리」가 된다는 것, 영혼이 높아지는 디딤돌」이 된다는 것을 가르쳐 준다.
기적의 사다리

당나귀가 빈 우물에 빠졌다. 농부는 슬프게 울부짖는 당나귀를 구할 도리가 없었다. 마침 당나귀도 늙었고 쓸모 없는 우물도 파묻으려고 했던 터라 농부는 당나귀를 단념하고 동네 사람들에게 도움을 청하기로 했다. 동네 사람들은 우물을 파묻기 위해 제각기 삽을 가져와서는 흙을 파 우물을 메워갔다.

당나귀는 더욱 더 울부짖었다. 그러나 조금 지나자 웬일인지 당나귀가 잠잠해졌다. 동네 사람들이 궁금해 우물 속을 들여다보니 놀라운 광경이 벌어지고 있었다. 당나귀는 위에서 떨어지는 흙더미를 털고 털어 바닥에 떨어뜨렸다. 그래서 발 밑에 흙이 싸이게 되고, 당나귀는 그 흙더미를 타고 점점 높이 올라오고 있었다. 그렇게 해서 당나귀는 자기를 묻으려는 흙을 이용해 무사히 그 우물에서 빠져 나올 수 있었다.

정말 그렇다. 사람들이 자신을 매장하기 위해 던진 비방과 모함과 굴욕의 흙이 오히려 자신을 살린다. 남이 진흙을 던질 때 그것을 털어버려 자신이 더 성장하고 높아질 수 있는「영혼의 발판」으로 만든다. 그래서 어느날 그「곤경의 우물」에서 벗어나 자유롭게 살아갈 수 있는 날을 맞게 된다. 뒤집어 생각할 줄 알아야 한다.

모든 삶에는 거꾸로된 거울뒤 같은 세상이 있다. 불행이 행이 되고, 행이 불행이 되는 새옹지마(塞翁之馬)의 변화가 있다. 우물속 같이 절망의 극한 속에서 불행을 행운으로 바꾸는 놀라운 역전의 기회가 있다. 우물에 빠진 당나귀처럼 남들이 나를 해칠지라도 두려워 말 일이다.

지금 인터넷에서 한창 영문으로 떠돌고 있는 이 한 편의 우화는 나를 음해하는 진흙이 나를 구해 주는「기적의 사다리」가 된다는 것, 영혼이 높아지는 디딤돌」이 된다는 것을 가르쳐 준다.
Posted by 알 수 없는 사용자
,
?intitle:index.of? mp3 개똥이
?intitle:index.of? pub office
?intitle:index.of? (mp3|mp4|avi) transformer


METHOD 1

put this string in google search:

“parent directory ” /appz/ -xxx -html -htm -php -shtml -opendivx -md5 -md5sums

“parent directory ” DVDRip -xxx -html -htm -php -shtml -opendivx -md5 -md5sums

“parent directory “Xvid -xxx -html -htm -php -shtml -opendivx -md5 -md5sums

“parent directory ” Gamez -xxx -html -htm -php -shtml -opendivx -md5 -md5sums

“parent directory ” MP3 -xxx -html -htm -php -shtml -opendivx -md5 -md5sums

“parent directory ” Name of Singer or album -xxx -html -htm -php -shtml -opendivx -md5 -md5sums

Notice that I am only changing the word after the parent directory, change it to what you want and you will get a lot of stuff.

METHOD 2

put this string in google search:

?intitle:index.of? mp3

You only need add the name of the song/artist/singer.

Example: ?intitle:index.of? mp3 jackson

METHOD 3

put this string in google search:

inurl:microsoft filetype:iso

You can change the string to watever you want, ex. microsoft to adobe, iso to zip etc…
Posted by 알 수 없는 사용자
,
보통 한글을 테이블의 TD에 쓰면, 한글이 약간 위로 올라가서 민감하신 분들은 눈에 거슬릴 것입니다.
여기 Tip&Tech에도 보면 '번호', '분류', '제목'... 과 같은 문자가 테이블에서 조금씩 위로 올라거서 보이게 됩니다. 그리고 실제 테이블의 높이가 조금씩 작게 출력됩니다.
몇 년 전에 이부분이 왜 그럴까 생각하다가 아래와 같은 사실을 알게 되었는데, 혹 이런 부분에 대해서 눈에 거슬리는 분들은 아래와 같이 하여 해결해 보시기 바랍니다.
정확하게 테이블 중앙에 한글이 위치하며 테블 높이도 원래 크기대로 출력됩니다.
IE, Netscape, ...  모두 동일합니다.

트릭:
1. </font> 태그 뒤에 </td>를 넣지 않고, 다음줄에 넣습니다.
이전:
<td><font size=2>한글</font></td>

이후:
<td><font size=2>한글</font>
</td>

2. </font> 태그 바로 앞에 공백이 와야 할 경우는 공백을  로 대체하고 역시 마찬가지로 1번처럼 합니다.
이전:
<td><font size=2>한글   </font>
</td>

이후:
<td><font size=2>한글 </font>
<td>

3. CSS를 사용할 경우도 마찬가지로 입니다. 하지만, TD class=cssname 처럼하고 cssname에 폰트 관련 요소를 넣어다면 모두 빼고, FONT 관련 CSS만들어서 사용하고 역시 1, 2번 과정처럼 합니다.


ex.
<table border=1>
<tr><td><font size=2>한글</font></td></tr>
<tr><td><font size=2>한글</font> </td></tr>
</table>
Posted by 알 수 없는 사용자
,

CSS text-indent

인터넷관련 2008. 1. 23. 16:02
text-indent 속성은 들여쓰기 효과를 지정합니다.
문단의 첫번째 줄을 지정한 길이만큼 들여쓰기 합니다.

<p>일반적인 문단입니다.</p>
<p style="text-indent:20px;">20픽셀 들여쓰기 한 문장입니다. 우리말의 경우 문단의 첫부분에서 들여쓰기를 하므로 text-indent 속성을 사용하면 좋습니다.</p>
<p style="text-indent:-20px;">-20픽셀 들여쓰기 한 문장입니다. 우리말의 경우 문단의 첫부분에서 들여쓰기를 하므로 text-indent 속성을 사용하면 좋습니다.</p>
Posted by 알 수 없는 사용자
,
text-indent
text-indent 는 보통 문단이 시작할 시에 첫줄의 첫부분이 띄워져서 글자가 시작하는 부분을 말합니다. 물론 인용부분이나 다른 indentation 이 필요한 부분을 일컫는데요, 특정 사이즈 em, px이나 %로 크기를 정할수 있습니다.

예) text-indent: 3em;

text-indent 는 보통 문단이 시작할 시에 첫줄의 첫부분이 띄워져서 글자가 시작하는 부분을 말합니다. 물론 인용부분이나 다른 indentation 이 필요한 부분을 일컫는데요, 특정 사이즈 em, px이나 %로 크기를 정할수 있습니다. text-indent 는 보통 문단이 시작할 시에 첫줄의 첫부분이 띄워져서 글자가 시작하는 부분을 말합니다. 물론 인용부분이나 다른 indentation 이 필요한 부분을 일컫는데요, 특정 사이즈 em, px이나 %로 크기를 정할수 있습니다.
text-align
글의 정렬을 정합니다. 많이 써보신 부분이죠 ^^ left, center, right, justify 들이 값이며 예는

예) text-align: right;

text-decoration
글자를 꾸미는것입니다. 밑줄, 윗줄, 가운데에 지워진듯한 줄 을 줄수 있습니다.

underline = 밑줄을 긋습니다
overline = 윗줄을 긋습니다
line-through = 가운데에 선을 긋습니다. 지워진듯하죠
blink = blink, 깜빡깜빡 김깜빡입니다. IE는 싫어합니다.

들이 값이며 none 또한 많이 쓰이는값입니다. 보통 브라우저들이 링크는 저절로 밑에 밑줄(underline)을 긋게되는데 text-deocration: none; 을 주게되면 링크라고 하더래도 밑에 줄이 생기지 않게 되겠죠.

예)text-decoration: line-through;

letter-spacing
father 할때에 f와 a, a와t 사이의 간격을 말합니다. 글자하나하나사이의 간격을 말하는것이죠. 왠만하면 작은 값으로 다루게 됩니다. 0.1em 이라던지 말이죠.

예) letter-spacing: 0.1em;

word-spacing
단어와 단어 사이의 간격을 조절합니다. 길이값은 다 쓰실수 있습니다.

단어와 단어간격 -> 단어와 단어간격

예) word-spacing: 5em;

text-transform
글자의 소문자 대문자를 관리합니다. 3가지 값을 쓸수 있는데
첫번째는 capitalize 로 첫글자를 대문자로 바꾸어 줍니다. Capitalize.
두번째는 uppercase 로 단어를 모두 대문자로 만들어 줍니다. CAPITALIZE.
세번째는 lowercase 로 단어를 모두 소문자로 만들어줍니다. capitalize.
물론 언제나 none이 있죠  

white-space
글자들사이의 공간을 제어합니다.
pre 는 새로운 라인으로 시작하라는 태그가 보이기 전까지 문장은 이어집니다.
nowrap 은 normal 과 같지만
을 무시하고 적용합니다.
pre-wrap

'인터넷관련' 카테고리의 다른 글

스타일을 이용한 양끝맞추기  (0) 2008.01.23
구글 검색엔진이 해킹툴?  (0) 2008.01.23
TD에서 한글이 위로 치우치는 문제 해결 트릭  (0) 2008.01.23
CSS text-indent  (0) 2008.01.23
이미지와 글씨 정렬  (0) 2008.01.23
한칸띄기 태그 - 사이띄기  (0) 2008.01.23
css로 만든 메뉴  (0) 2008.01.23
HTML 4.01 엔티티(Entities)  (0) 2008.01.23
Posted by 알 수 없는 사용자
,

http://oxtag.com/html/ex/align.html

사용자 삽입 이미지


<td><img src="icon.gif " align="texttop">이미지와 글씨의 상단끝이 같게</td>
<td><img src="icon.gif " align="absmiddle">이미지와 글씨의 중간이 같게</td>
<td><img src="icon.gif " align="absbottom">이미지와 글씨의 하단끝이 같게</td>


<td valign="top"><img src="icon.gif " align="texttop"></td>
- 테이블 상단에서 이미지와 글씨의 상단끝이 같게
<td valign="top"><img src="icon.gif " align="absmiddle"></td>
- 테이블 상단에서 이미지와 글씨의 중간이 같게
<td valign="top"><img src="icon.gif " align="absbottom"></td>
- 테이블 상단에서 이미지와 글씨의 하단끝이 같게

<td valign="middle"><img src="icon.gif " align="texttop"></td>
- 테이블 중간에서 이미지와 글씨의 상단끝이 같게
<td valign="middle"><img src="icon.gif " align="absmiddle"></td>
- 테이블 중간에서 이미지와 글씨의 중간이 같게
<td valign="middle"><img src="icon.gif " align="absbottom"></td>
- 테이블 중간에서 이미지와 글씨의 하단끝이 같게

<td valign="bottom"><img src="icon.gif " align="texttop"></td>
- 테이블 하단에서 이미지와 글씨의 상단끝이 같게
<td valign="bottom"><img src="icon.gif " align="absmiddle"></td>
- 테이블 하단에서 이미지와 글씨의 중간이 같게
<td valign="bottom"><img src="icon.gif " align="absbottom"></td>
- 테이블 하단에서 이미지와 글씨의 하단끝이 같게

Tag : 이미지와 글씨 정렬, 글자 정렬, 텍스트 정렬

'인터넷관련' 카테고리의 다른 글

구글 검색엔진이 해킹툴?  (0) 2008.01.23
TD에서 한글이 위로 치우치는 문제 해결 트릭  (0) 2008.01.23
CSS text-indent  (0) 2008.01.23
text 관련 CSS 태그들입니다.  (0) 2008.01.23
한칸띄기 태그 - 사이띄기  (0) 2008.01.23
css로 만든 메뉴  (0) 2008.01.23
HTML 4.01 엔티티(Entities)  (0) 2008.01.23
한국 전통 표준색  (0) 2008.01.23
Posted by 알 수 없는 사용자
,
 
로그중에 한칸띄기 태그가 종종 눈에보여서 간단하게 작성해봄니다.
 
HTML 작성시 한칸 띄기는 그냥 스페이스바 한번 누르면되죠.
 
그럼 두칸 띄기는 스페이스바 두번...?!
 
두번, 세번,.....백번..을 띄우더라도 한칸입니다.
 
스페이스바 자체로만 한칸 이상 띄우려면...
 
pre 태그로 감싸야 합니다.
 
ex 1.
<pre>
여러칸       띄우기
</pre>
 
다른 방법은 &#38;nbsp; 특수문자를 사용하면 됨니다. &bsp;는 스페이스바 한번과 동일합니다.
 
ex 2.
여러칸 &#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; 띄우기
- 이렇게 하면 여러칸 다음에 스페이스바 한번 + &#38;nbsp; * 5 + 띄우기 앞의 스페이스바 한번 = 총 7칸
 
주의 - 게시판 같은 곳에서 사용시 처음 글등록할때는 상관 없지만 수정할때는 &#38;nbsp;가 사라짐니다.

'인터넷관련' 카테고리의 다른 글

TD에서 한글이 위로 치우치는 문제 해결 트릭  (0) 2008.01.23
CSS text-indent  (0) 2008.01.23
text 관련 CSS 태그들입니다.  (0) 2008.01.23
이미지와 글씨 정렬  (0) 2008.01.23
css로 만든 메뉴  (0) 2008.01.23
HTML 4.01 엔티티(Entities)  (0) 2008.01.23
한국 전통 표준색  (0) 2008.01.23
웹사이트 특정 부분만 출력하기  (0) 2008.01.23
Posted by 알 수 없는 사용자
,



http://oxtag.com/html/ex/cssMenu.html

<HTML>
<META HTTP-EQUIVE="CONTENT-TYPE" CONTENT="TEXT/HTML; CHARSET=EUC-KR">
<head>
<title> css로 만든 메뉴 </title>

<style type="text/css">
/* ------- MENU1  ------- */
#css_menu1{
margin: 0;
padding: 0;
float: left;
font: 12px 돋움;
letter-spacing:-1px;
}

#css_menu1 li{
display: inline;
}

#css_menu1 li a{
float: left;
color: black;
padding: 10px;
text-decoration: none;
background-color:whitesmoke;
border-top: 4px solid gray;
border-bottom: 1px solid silver;
}

#css_menu1 li a:hover{
border-top: 4px solid deeppink;
color: red;
background-color:#ffeef7;
padding: 10px;
}

/* ------- MENU2  ------- */
#css_menu2{
margin: 0;
padding: 0;
float: left;
font: 12px 돋움;
letter-spacing:-1px;
}

#css_menu2 li{
display: inline;
}

#css_menu2 li a{
float: left;
color: black;
padding: 10px;
text-decoration: none;
background-color:#f5f5f5;
border-top: 5px solid silver;
border-bottom: 5px solid silver;
selector-dummy : expression(this.hideFocus=true);
}

#css_menu2 li a:hover{
border-top: 5px solid deeppink;
color: black;
background-color:white;
padding: 10px;
margin:2 0 2 0;
border-bottom: 3px solid silver;
}

#css_menu2 li a:active{
border-top: 5px solid deeppink;
color: black;
background-color:white;
padding: 10px;
margin:2 0 2 0;
border-bottom: 3px solid silver;
}

/* ------- MENU3  ------- */  
#css_menu3{
margin: 0;
padding: 0;
float: left;
font: 12px 돋움;
letter-spacing:-1px;
}

#css_menu3 li{
display: inline;
}

#css_menu3 li a{
float: left;
color: black;
padding: 10px;
text-decoration: none;
background-color:whitesmoke;
border-top: 5px solid silver;
border-bottom: 1px solid silver;
selector-dummy : expression(this.hideFocus=true);
}

#css_menu3 li a:hover{
border-top: 5px solid deeppink;
color: black;
background-color:white;
padding: 10px;
}

#css_menu3 li a:active{
border-top: 5px solid deeppink;
color: black;
background-color:white;
padding: 10px;
}

#css_menu3 li a:hover.green{
border-top: 5px solid green;
}

#css_menu3 li a:active.green{
border-top: 5px solid green;
}

#css_menu3 li a:hover.blue{
border-top: 5px solid #0080c0;
}

#css_menu3 li a:active.blue{
border-top: 5px solid #0080c0;
}

#css_menu3 li a:hover.brown{
border-top: 5px solid #ff8000;
}

#css_menu3 li a:active.brown{
border-top: 5px solid #ff8000;
}

#css_menu3 li a:hover.purple{
border-top: 5px solid #7257B1;
}

#css_menu3 li a:active.purple{
border-top: 5px solid #7257B1;
}

#css_menu3 li a:hover.navy{
border-top: 5px solid #004080;
}

#css_menu3 li a:active.navy{
border-top: 5px solid #004080;
}  

/* ------- MENU4  ------- */

#css_menu4{
margin: 0;
padding: 0;
float: left;
font: 12px 돋움;
letter-spacing:-1px;
width:100%;
background-color:whitesmoke;
border-bottom: 1px solid silver;
}

#css_menu4 div{
float: left;
}

#css_menu4 div a{
border-top: 5px solid silver;
float: left;
color: black;
padding: 10px;
text-decoration: none;
selector-dummy : expression(this.hideFocus=true);
}

#css_menu4 div a:hover{
border-top: 5px solid deeppink;
color: black;
background-color:white;
}

#css_menu4 div a:active{
border-top: 5px solid deeppink;
color: black;
background-color:white;
}

#css_menu4 div a:hover.green{
border-top: 5px solid green;
}

#css_menu4 div a:active.green{
border-top: 5px solid green;
}

#css_menu4 div a:hover.blue{
border-top: 5px solid #0080c0;
}

#css_menu4 div a:active.blue{
border-top: 5px solid #0080c0;
}

#css_menu4 div a:hover.brown{
border-top: 5px solid #ff8000;
}

#css_menu4 div a:active.brown{
border-top: 5px solid #ff8000;
}

#css_menu4 div a:hover.purple{
border-top: 5px solid #7257B1;
}

#css_menu4 div a:active.purple{
border-top: 5px solid #7257B1;
}

#css_menu4 div a:hover.navy{
border-top: 5px solid #004080;
}

#css_menu4 div a:active.navy{
border-top: 5px solid #004080;
}  

/* ------- MENU5  ------- */
#css_menu5{
margin: 0;
padding: 0;
float: left;
font: 12px 돋움;
letter-spacing:-1px;
width:100%;
background-color:whitesmoke;
}

#css_menu5 div{
float: left;
}

#css_menu5 div a{
float: left;
color: black;
padding: 10px;
text-decoration: none;
background-color:#f5f5f5;
border-top: 5px solid silver;
border-bottom: 5px solid silver;
selector-dummy : expression(this.hideFocus=true);
}

#css_menu5 div a:hover{
border-top: 5px solid deeppink;
color: black;
background-color:white;
padding: 10px;
margin:2 0 2 0;
border-bottom: 3px solid silver;
}

#css_menu5 div a:active{
border-top: 5px solid deeppink;
color: black;
background-color:white;
padding: 10px;
margin:2 0 2 0;
border-bottom: 3px solid silver;
}

#css_menu5 div a:hover.green{
border-top: 5px solid green;
}

#css_menu5 div a:active.green{
border-top: 5px solid green;
}

#css_menu5 div a:hover.blue{
border-top: 5px solid #0080c0;
}

#css_menu5 div a:active.blue{
border-top: 5px solid #0080c0;
}

#css_menu5 div a:hover.brown{
border-top: 5px solid #ff8000;
}

#css_menu5 div a:active.brown{
border-top: 5px solid #ff8000;
}

#css_menu5 div a:hover.purple{
border-top: 5px solid #7257B1;
}

#css_menu5 div a:active.purple{
border-top: 5px solid #7257B1;
}

#css_menu5 div a:hover.navy{
border-top: 5px solid #004080;
}

#css_menu5 div a:active.navy{
border-top: 5px solid #004080;
}

</style>

</head>
<body>

<ul id="css_menu1">
<li><a href="#">자유게시판</a></li>
<li><a href="#">질문&답변</a></li>
<li><a href="#">알짜게시판</a></li>
<li><a href="#">메시지박스</a></li>
<li><a href="#">환경설정</a></li>
<li><a href="#">로그아웃</a></li>
</ul>
<br style="clear: left;" />
<br>

<ul id="css_menu2">
<li><a href="#">자유게시판</a></li>
<li><a href="#">질문&답변</a></li>
<li><a href="#">알짜게시판</a></li>
<li><a href="#">메시지박스</a></li>
<li><a href="#">환경설정</a></li>
<li><a href="#">로그아웃</a></li>
</ul>
<br style="clear: left;" />
<br>

<ul id="css_menu3">
<li><a href="#" class="blue">자유게시판</a></li>
<li><a href="#" class="brown">질문&답변</a></li>
<li><a href="#" class="purple">알짜게시판</a></li>
<li><a href="#" class="navy">메시지박스</a></li>
<li><a href="#" class="green">환경설정</a></li>
<li><a href="#">로그아웃</a></li>
</ul>
<br style="clear: left;" />
<br>

<div id="css_menu4">
<div><a href="#" class="blue">자유게시판</a></div>
<div><a href="#" class="brown">질문&답변</a></div>
<div><a href="#" class="purple">알짜게시판</a></div>
<div><a href="#" class="navy">메시지박스</a></div>
<div><a href="#" class="green">환경설정</a></div>
<div><a href="#">로그아웃</a></div>
<div><a style="width:100%"></a></div>
</div>
<br><br>

<div id="css_menu5">
<div><a></a></div>
<div><a href="#" class="blue">자유게시판</a></div>
<div><a href="#" class="brown">질문&답변</a></div>
<div><a href="#" class="purple">알짜게시판</a></div>
<div><a href="#" class="navy">메시지박스</a></div>
<div><a href="#" class="green">환경설정</a></div>
<div><a href="#">로그아웃</a></div>
<div><a style="width:100%"></a></div>
</div>



<img src="/php/nalog/nalogd.php?counter=nlogcounter&url=<?=$HTTP_SERVER_VARS[HTTP_REFERER]?>" width=1 height=0>


</body>
</HTML>
   

Posted by 알 수 없는 사용자
,

HTML 4.01 엔티티(Entities)


문자 개체 레퍼런스는 줄여서 개체(entities)라고 합니다. 개체(entities)는 문서의 인코딩 기능으로 표현할 수 없거나 키보드로 쉽게 입력할 수 없는 문자를 입력하는 방법을 제공합니다. 개체는 대문자와 소문자를 구별하며 &이름; 형태를 취합니다. 개체의 예로는 copyright 심볼을 나타내기 위한 &copy;와 그리스 문자 "알파"(alpha)를 나타내기 위한 &Alpha;가 있습니다.

개체 이외에도 숫자형 문자 레퍼런스(numeric character references)를 사용할 수 있습니다. 개체가 유니코드 문자만 나타낼 수 있는 반면에 숫자형 문자 레퍼런스는 모든 문자를 나타낼 수 있습니다. 숫자형 문자 레퍼런스는 10진수 또는 16진수 형태를 취할 수 있지만 브라우저는 10진수 형태를 더 강력히 지원합니다. 10진수 레퍼런스는 &#숫자; 형태를 취합니다. 반면에 16진수 변수는 대소문자를 구분하는 &#x숫자; 형태를 취합니다. 숫자형 문자 레퍼런스의 예로는 copyright 심볼을 나타내기 위한 &#169;와  &#xA9;가 있으며 그리스 문자 "알파"(alpha)를 나타내기 위한 &#913;&#x391;이 있으며 아라비아 문자 "알레프"(ALEF)을 나타내기 위한 &#1575; 또는 &#x627;이 있습니다.

아래의 문서들은 HTML 4.01의 문자 개체 레퍼런스 표와 숫자형 문자 레퍼런스 표(10진수 형태와 16진수 형태)를 보여줍니다. 사용자가 브라우저 호환성을 점검할 수 있도록 모든 문자 레퍼런스를 보여줍니다..




Latin-1 엔티티(Entities)

아래 표는 Latin-1(ISO-8859-1)의 8비트 문자를 위한 문자 개체 레퍼런스, 10진수 문자 레퍼런스, 16진수 문자 레퍼런스입니다. 또한 사용중인 브라우저에서 어떻게 나타나는 지를 보여줍니다. 문자와 관련된 자세한 정보는 유니코드 협회(Unicode Consortium)의 홈페이지에서 볼 수 있습니다.

브라우저는 10진수 문자 레퍼런스를 가장 잘 지원합니다. 단, 엑센트가 표시된 문자(10진수 192-214, 216-246, 248-255)는 잘 지원되지 않을 수 있습니다.

맥킨토시 브라우저는 14개의 Latin-1 문자를 정확하지 않게 출력할 수 있습니다. 이러한 문자들은 10진수 166, 178, 179, 185, 188, 189, 190, 208, 215, 221, 222, 240, 253, 254입니다. 참조: ISO-8859-1 and the Mac platform


문자 개체 10진수 16진수 브라우저 출력결과
개체 10진수 16진수
띄어쓰기 공간 &nbsp; &#160; &#xA0;     &#xA0;
상하반전 느낌표 &iexcl; &#161; &#xA1; ¡ ¡ &#xA1;
센트(cent) &cent; &#162; &#xA2; ¢ ¢ &#xA2;
파운드(pound) &pound; &#163; &#xA3; £ £ &#xA3;
통화(currency) &curren; &#164; &#xA4; ¤ ¤ &#xA4;
엔화(yen) &yen; &#165; &#xA5; ¥ ¥ &#xA5;
끊어진 세로 막대기 &brvbar; &#166; &#xA6; ¦ ¦ &#xA6;
섹션(section) 부호 &sect; &#167; &#xA7; § § &#xA7;
분음부호(diaeresis) &uml; &#168; &#xA8; ¨ ¨ &#xA8;
저작권(copyright) 부호 &copy; &#169; &#xA9; © © &#xA9;
여성 표시자 &ordf; &#170; &#xAA; ª ª &#xAA;
이중 꺽음 좌측 인용부호 &laquo; &#171; &#xAB; « « &#xAB;
부호 아님 &not; &#172; &#xAC; ¬ ¬ &#xAC;
하이픈 &shy; &#173; &#xAD; ­ ­ &#xAD;
등록 부호 &reg; &#174; &#xAE; ® ® &#xAE;
윗 줄 &macr; &#175; &#xAF; ¯ ¯ &#xAF;
도(degree) &deg; &#176; &#xB0; ° ° &#xB0;
플러스 마이너스 부호 &plusmn; &#177; &#xB1; ± ± &#xB1;
윗첨자 2 &sup2; &#178; &#xB2; ² ² &#xB2;
윗첨자 3 &sup3; &#179; &#xB3; ³ ³ &#xB3;
고음 악센트 &acute; &#180; &#xB4; ´ ´ &#xB4;
마이크로 &micro; &#181; &#xB5; µ µ &#xB5;
단락 표시 &para; &#182; &#xB6; &#xB6;
중간점 &middot; &#183; &#xB7; · · &#xB7;
갈고리형 부호 &cedil; &#184; &#xB8; ¸ ¸ &#xB8;
윗첨자 1 &sup1; &#185; &#xB9; ¹ ¹ &#xB9;
남성 표시자 &ordm; &#186; &#xBA; º º &#xBA;
이중 꺽음 우측 인용부호 &raquo; &#187; &#xBB; » » &#xBB;
1/4 &frac14; &#188; &#xBC; ¼ ¼ &#xBC;
1/2 &frac12; &#189; &#xBD; ½ ½ &#xBD;
3/4 &frac34; &#190; &#xBE; ¾ ¾ &#xBE;
상하반전 물음표 &iquest; &#191; &#xBF; ¿ ¿ &#xBF;
라틴 대문자 A (저음 악센트) &Agrave; &#192; &#xC0; À À &#xC0;
라틴 대문자 A (고음 악센트) &Aacute; &#193; &#xC1; Á Á &#xC1;
라틴 대문자 A (곡절 악센트) &Acirc; &#194; &#xC2; Â Â &#xC2;
라틴 대문자 A (틸데 악센트) &Atilde; &#195; &#xC3; Ã Ã &#xC3;
라틴 대문자 A (분음 부호) &Auml; &#196; &#xC4; Ä Ä &#xC4;
라틴 대문자 A (원 부호) &Aring; &#197; &#xC5; Å Å &#xC5;
라틴 대문자 AE &AElig; &#198; &#xC6; Æ Æ &#xC6;
라틴 대문자 C &Ccedil; &#199; &#xC7; Ç Ç &#xC7;
라틴 대문자 E (저음 악센트) &Egrave; &#200; &#xC8; È È &#xC8;
라틴 대문자 E (고음 악센트) &Eacute; &#201; &#xC9; É É &#xC9;
라틴 대문자 E (곡절 악센트) &Ecirc; &#202; &#xCA; Ê Ê &#xCA;
라틴 대문자 E (분음 부호) &Euml; &#203; &#xCB; Ë Ë &#xCB;
라틴 대문자 I (저음 악센트) &Igrave; &#204; &#xCC; Ì Ì &#xCC;
라틴 대문자 I (고음 악센트) &Iacute; &#205; &#xCD; Í Í &#xCD;
라틴 대문자 I (곡절 악센트) &Icirc; &#206; &#xCE; Î Î &#xCE;
라틴 대문자 I (분음 부호) &Iuml; &#207; &#xCF; Ï Ï &#xCF;
라틴 대문자 ETH &ETH; &#208; &#xD0; Ð Ð &#xD0;
라틴 대문자 N (틸데 악센트) &Ntilde; &#209; &#xD1; Ñ Ñ &#xD1;
라틴 대문자 O (저음 악센트) &Ograve; &#210; &#xD2; Ò Ò &#xD2;
라틴 대문자 O (고음 악센트) &Oacute; &#211; &#xD3; Ó Ó &#xD3;
라틴 대문자 O (곡절 악센트) &Ocirc; &#212; &#xD4; Ô Ô &#xD4;
라틴 대문자 O (틸데 악센트) &Otilde; &#213; &#xD5; Õ Õ &#xD5;
라틴 대문자 O (분음 부호) &Ouml; &#214; &#xD6; Ö Ö &#xD6;
곱셈 부호 &times; &#215; &#xD7; × × &#xD7;
라틴 대문자 O (슬래쉬) &Oslash; &#216; &#xD8; Ø Ø &#xD8;
라틴 대문자 U 저음 악센트 &Ugrave; &#217; &#xD9; Ù Ù &#xD9;
라틴 대문자 U (고음 악센트) &Uacute; &#218; &#xDA; Ú Ú &#xDA;
라틴 대문자 U (곡절 악센트) &Ucirc; &#219; &#xDB; Û Û &#xDB;
라틴 대문자 U (분음 부호) &Uuml; &#220; &#xDC; Ü Ü &#xDC;
라틴 대문자 Y (고음 악센트) &Yacute; &#221; &#xDD; Ý Ý &#xDD;
라틴 대문자 THORN &THORN; &#222; &#xDE; Þ Þ &#xDE;
라틴 소문자 ess-zed &szlig; &#223; &#xDF; ß ß &#xDF;
라틴 소문자 a (저음 악센트) &agrave; &#224; &#xE0; à à &#xE0;
라틴 소문자 a (고음 악센트) &aacute; &#225; &#xE1; á á &#xE1;
라틴 소문자 a (곡절 악센트) &acirc; &#226; &#xE2; â â &#xE2;
라틴 소문자 a (틸데 악센트) &atilde; &#227; &#xE3; ã ã &#xE3;
라틴 소문자 a (분음 부호) &auml; &#228; &#xE4; ä ä &#xE4;
라틴 소문자 a (원 부호) &aring; &#229; &#xE5; å å &#xE5;
라틴 소문자 ae &aelig; &#230; &#xE6; æ æ &#xE6;
라틴 소문자 c (갈고리형 부호) &ccedil; &#231; &#xE7; ç ç &#xE7;
라틴 소문자 e (저음 악센트) &egrave; &#232; &#xE8; è è &#xE8;
라틴 소문자 e (고음 악센트) &eacute; &#233; &#xE9; é é &#xE9;
라틴 소문자 e (곡절 악센트) &ecirc; &#234; &#xEA; ê ê &#xEA;
라틴 소문자 e (분음 부호) &euml; &#235; &#xEB; ë ë &#xEB;
라틴 소문자 i (저음 악센트) &igrave; &#236; &#xEC; ì ì &#xEC;
라틴 소문자 i (고음 악센트) &iacute; &#237; &#xED; í í &#xED;
라틴 소문자 i (곡절 악센트) &icirc; &#238; &#xEE; î î &#xEE;
라틴 소문자 i (분음 부호) &iuml; &#239; &#xEF; ï ï &#xEF;
라틴 소문자 eth &eth; &#240; &#xF0; ð ð &#xF0;
라틴 소문자 n (틸데 악센트) &ntilde; &#241; &#xF1; ñ ñ &#xF1;
라틴 소문자 o (저음 악센트) &ograve; &#242; &#xF2; ò ò &#xF2;
라틴 소문자 o (고음 악센트) &oacute; &#243; &#xF3; ó ó &#xF3;
라틴 소문자 o (곡절 악센트) &ocirc; &#244; &#xF4; ô ô &#xF4;
라틴 소문자 o (틸데 악센트) &otilde; &#245; &#xF5; õ õ &#xF5;
라틴 소문자 o (분음 부호) &ouml; &#246; &#xF6; ö ö &#xF6;
나눗셈 부호 &divide; &#247; &#xF7; ÷ ÷ &#xF7;
라틴 소문자 o (슬래쉬) &oslash; &#248; &#xF8; ø ø &#xF8;
라틴 소문자 u (저음 악센트) &ugrave; &#249; &#xF9; ù ù &#xF9;
라틴 소문자 u (고음 악센트) &uacute; &#250; &#xFA; ú ú &#xFA;
라틴 소문자 u (곡절 악센트) &ucirc; &#251; &#xFB; û û &#xFB;
라틴 소문자 u (분음 부호) &uuml; &#252; &#xFC; ü ü &#xFC;
라틴 소문자 y (고음 악센트) &yacute; &#253; &#xFD; ý ý &#xFD;
라틴 소문자 thorn &thorn; &#254; &#xFE; þ þ &#xFE;
라틴 소문자 y (분음 부호) &yuml; &#255; &#xFF; ÿ ÿ &#xFF;


심볼 및 그리스 문자 엔티티(Entities)

아래 표는 심볼 및 그리스 문자 개체 레퍼런스, 10진수 문자 레퍼런스, 16진수 문자 레퍼런스를 보여줍니다. 또한 지금 사용중인 브라우저에서의 출력 결과를 보여줍니다. 문자와 관련된 자세한 정보는 유니코드 협회(Unicode Consortium)의 홈페이지에서 볼 수 있습니다.

이러한 개체들은 브라우저에 잘 나타나지 않습니다. 그러나 최신 브라우저에서는 문자 개체 레퍼런스와 10진수 개체 레퍼런스의 일부를 지원합니다.


문자 개체 10진수 16진수 브라우저 출력결과
Entity Decimal Hex
라틴 소문자 f ( 함수, 플로린 ) &fnof; &#402; &#x192; ƒ ƒ &#x192;
그리스어 대문자 알파 &Alpha; &#913; &#x391; Α Α &#x391;
그리스어 대문자 베타 &Beta; &#914; &#x392; Β Β &#x392;
그리스어 대문자 감마 &Gamma; &#915; &#x393; Γ Γ &#x393;
그리스어 대문자 델타 &Delta; &#916; &#x394; Δ Δ &#x394;
그리스어 대문자 엡실론 &Epsilon; &#917; &#x395; Ε Ε &#x395;
그리스어 대문자 제타 &Zeta; &#918; &#x396; Ζ Ζ &#x396;
그리스어 대문자 에타 &Eta; &#919; &#x397; Η Η &#x397;
그리스어 대문자 세타 &Theta; &#920; &#x398; Θ Θ &#x398;
그리스어 대문자 아이오타 &Iota; &#921; &#x399; Ι Ι &#x399;
그리스어 대문자 카파 &Kappa; &#922; &#x39A; Κ Κ &#x39A;
그리스어 대문자 람다 &Lambda; &#923; &#x39B; Λ Λ &#x39B;
그리스어 대문자 뮤 &Mu; &#924; &#x39C; Μ Μ &#x39C;
그리스어 대문자 뉴 &Nu; &#925; &#x39D; Ν Ν &#x39D;
그리스어 대문자 키 &Xi; &#926; &#x39E; Ξ Ξ &#x39E;
그리스어 대문자 오미크론 &Omicron; &#927; &#x39F; Ο Ο &#x39F;
그리스어 대문자 피 &Pi; &#928; &#x3A0; Π Π &#x3A0;
그리스어 대문자 로 &Rho; &#929; &#x3A1; Ρ Ρ &#x3A1;
그리스어 대문자 시그마 &Sigma; &#931; &#x3A3; Σ Σ &#x3A3;
그리스어 대문자 타우 &Tau; &#932; &#x3A4; Τ Τ &#x3A4;
그리스어 대문자 입실론 &Upsilon; &#933; &#x3A5; Υ Υ &#x3A5;
그리스어 대문자 파이 &Phi; &#934; &#x3A6; Φ Φ &#x3A6;
그리스어 대문자 카이 &Chi; &#935; &#x3A7; Χ Χ &#x3A7;
그리스어 대문자 프사이 &Psi; &#936; &#x3A8; Ψ Ψ &#x3A8;
그리스어 대문자 오메가 &Omega; &#937; &#x3A9; Ω Ω &#x3A9;
그리스어 소문자 알파 &alpha; &#945; &#x3B1; α α &#x3B1;
그리스어 소문자 베타 &beta; &#946; &#x3B2; β β &#x3B2;
그리스어 소문자 감마 &gamma; &#947; &#x3B3; γ γ &#x3B3;
그리스어 소문자 델타 &delta; &#948; &#x3B4; δ δ &#x3B4;
그리스어 소문자 엡실론 &epsilon; &#949; &#x3B5; ε ε &#x3B5;
그리스어 소문자 제타 &zeta; &#950; &#x3B6; ζ ζ &#x3B6;
그리스어 소문자 에타 &eta; &#951; &#x3B7; η η &#x3B7;
그리스어 소문자 세타 &theta; &#952; &#x3B8; θ θ &#x3B8;
그리스어 소문자 아이오타 &iota; &#953; &#x3B9; ι ι &#x3B9;
그리스어 소문자 카파 &kappa; &#954; &#x3BA; κ κ &#x3BA;
그리스어 소문자 람다 &lambda; &#955; &#x3BB; λ λ &#x3BB;
그리스어 소문자 뮤 &mu; &#956; &#x3BC; μ μ &#x3BC;
그리스어 소문자 뉴 &nu; &#957; &#x3BD; ν ν &#x3BD;
그리스어 소문자 키 &xi; &#958; &#x3BE; ξ ξ &#x3BE;
그리스어 소문자 오미크론 &omicron; &#959; &#x3BF; ο ο &#x3BF;
그리스어 소문자 파이 &pi; &#960; &#x3C0; π π &#x3C0;
그리스어 소문자 로 &rho; &#961; &#x3C1; ρ ρ &#x3C1;
그리스어 소문자 시그마 (단어 끝) &sigmaf; &#962; &#x3C2; ς ς &#x3C2;
그리스어 소문자 시그마 &sigma; &#963; &#x3C3; σ σ &#x3C3;
그리스어 소문자 타우 &tau; &#964; &#x3C4; τ τ &#x3C4;
그리스어 소문자 입실론 &upsilon; &#965; &#x3C5; υ υ &#x3C5;
그리스어 소문자 파이 &phi; &#966; &#x3C6; φ φ &#x3C6;
그리스어 소문자 키 &chi; &#967; &#x3C7; χ χ &#x3C7;
그리스어 소문자 프사이 &psi; &#968; &#x3C8; ψ ψ &#x3C8;
그리스어 소문자 오메가 &omega; &#969; &#x3C9; ω ω &#x3C9;
그리스어 소문자 세타 심볼 &thetasym; &#977; &#x3D1; ϑ ϑ &#x3D1;
그리스어 웁실론 고리형 심볼 &upsih; &#978; &#x3D2; ϒ ϒ &#x3D2;
그리스어 파이 심볼 &piv; &#982; &#x3D6; ϖ ϖ &#x3D6;
불렛(bullet) = 검정색 작은 원 &bull; &#8226; &#x2022; &#x2022;
수평점 &hellip; &#8230; &#x2026; &#x2026;
프라임 (분, 피트) &prime; &#8242; &#x2032; &#x2032;
이중 프라임 (초, 인치) &Prime; &#8243; &#x2033; &#x2033;
윗 선 &oline; &#8254; &#x203E; &#x203E;
슬래쉬 (분수) &frasl; &#8260; &#x2044; &#x2044;
대문자 서체 P &weierp; &#8472; &#x2118; &#x2118;
대문자 블랙활자 I &image; &#8465; &#x2111; &#x2111;
대문자 블랙활자 R &real; &#8476; &#x211C; &#x211C;
트레이드 마크 (trade mark) &trade; &#8482; &#x2122; &#x2122;
알레프(alef) 심볼 &alefsym; &#8501; &#x2135; &#x2135;
좌향 화살표 &larr; &#8592; &#x2190; &#x2190;
상향 화살표 &uarr; &#8593; &#x2191; &#x2191;
우향 화살표 &rarr; &#8594; &#x2192; &#x2192;
하향 화살표 &darr; &#8595; &#x2193; &#x2193;
좌우향 화살표 &harr; &#8596; &#x2194; &#x2194;
꺽인 화살표 &crarr; &#8629; &#x21B5; &#x21B5;
큰 좌향 화살표 &lArr; &#8656; &#x21D0; &#x21D0;
큰 상향 화살표 &uArr; &#8657; &#x21D1; &#x21D1;
큰 우향 화살표 &rArr; &#8658; &#x21D2; &#x21D2;
큰 하향 화살표 &dArr; &#8659; &#x21D3; &#x21D3;
큰 좌우향 화살표 &hArr; &#8660; &#x21D4; &#x21D4;
전체에게 &forall; &#8704; &#x2200; &#x2200;
부분적 차이 &part; &#8706; &#x2202; &#x2202;
그곳에 있음 &exist; &#8707; &#x2203; &#x2203;
비었음 &empty; &#8709; &#x2205; &#x2205;
나블라(nabla) &nabla; &#8711; &#x2207; &#x2207;
~ 에 속함 &isin; &#8712; &#x2208; &#x2208;
~ 에 속하지 않음 &notin; &#8713; &#x2209; &#x2209;
포함함 &ni; &#8715; &#x220B; &#x220B;
프로덕트 &prod; &#8719; &#x220F; &#x220F;
합계 &sum; &#8721; &#x2211; &#x2211;
뺄셈 부호 &minus; &#8722; &#x2212; &#x2212;
애스터리스크(asterisk) &lowast; &#8727; &#x2217; &#x2217;
제곱근(square root) &radic; &#8730; &#x221A; &#x221A;
~ 에 비례 &prop; &#8733; &#x221D; &#x221D;
무한 &infin; &#8734; &#x221E; &#x221E;
각도 &ang; &#8736; &#x2220; &#x2220;
논리 부호 and &and; &#8743; &#x2227; &#x2227;
논리 부호 or &or; &#8744; &#x2228; &#x2228;
교집(cap) &cap; &#8745; &#x2229; &#x2229;
합집(cup) &cup; &#8746; &#x222A; &#x222A;
인테그랄(integral) &int; &#8747; &#x222B; &#x222B;
그러므로 &there4; &#8756; &#x2234; &#x2234;
틸데 연산자 &sim; &#8764; &#x223C; &#x223C;
대략 같음 &cong; &#8773; &#x2245; &#x2245;
거의 같음 &asymp; &#8776; &#x2248; &#x2248;
같지 않음 &ne; &#8800; &#x2260; &#x2260;
동일함 &equiv; &#8801; &#x2261; &#x2261;
적거나 같음 &le; &#8804; &#x2264; &#x2264;
크거나 같음 &ge; &#8805; &#x2265; &#x2265;
~ 의 부분집합 &sub; &#8834; &#x2282; &#x2282;
~ 의 상위집합 &sup; &#8835; &#x2283; &#x2283;
~ 의 부분집합이 아님 &nsub; &#8836; &#x2284; &#x2284;
부분집합이거나 같음 &sube; &#8838; &#x2286; &#x2286;
상위집합이거나 같음 &supe; &#8839; &#x2287; &#x2287;
원형 덧셈부호(circled plus) &oplus; &#8853; &#x2295; &#x2295;
원형 곱셉부호(circled times) &otimes; &#8855; &#x2297; &#x2297;
수직 &perp; &#8869; &#x22A5; &#x22A5;
점 연산자 &sdot; &#8901; &#x22C5; &#x22C5;
레프트 실링(left ceiling) &lceil; &#8968; &#x2308; &#x2308;
라이트 실링(right ceiling) &rceil; &#8969; &#x2309; &#x2309;
레프트 플로어(left floor) = APL downstile &lfloor; &#8970; &#x230A; &#x230A;
라이트 플로어(right floor) &rfloor; &#8971; &#x230B; &#x230B;
좌측 꺽인 괄호 &lang; &#9001; &#x2329; &#x2329;
우측 꺽인 괄호 &rang; &#9002; &#x232A; &#x232A;
마름모 &loz; &#9674; &#x25CA; &#x25CA;
블랙 스페이드 &spades; &#9824; &#x2660; &#x2660;
블랙 클럽 &clubs; &#9827; &#x2663; &#x2663;
블랙 하트 &hearts; &#9829; &#x2665; &#x2665;
블랙 다이아몬드 &diams; &#9830; &#x2666; &#x2666;




특수 엔티티(Entities)

아래 표는 문장부호와 국제공통문자에 대한 문자 개체 레퍼런스, 10진수 문자 레퍼런스, 16진수 문자 레퍼런스입니다. 또한 지금 사용중인 브라우저에서의 출력 결과를 보여줍니다. 문자와 관련된 자세한 정보는 유니코드 협회(Unicode Consortium)의 홈페이지에서 볼 수 있습니다.

이러한 개체들은 HTML 2.0 버전의 &quot;, &amp;, &lt;, &gt;를 제외하고는 브라우저에 잘 나타나지 않습니다. 그러나 최신 브라우저에서는 문자 개체 레퍼런스와 10진수 개체 레퍼런스의 일부를 지원합니다.


문자 개체 10진수 16진수 브라우저 출력결과
개체 10진수 16진수
인용부호 (프로그램 인용부호) &quot; &#34; &#x22; " " &#x22;
앰퍼샌드 (ampersand) &amp; &#38; &#x26; & & &#x26;
부등호(작음) &lt; &#60; &#x3C; < < &#x3C;
부등호(큼) &gt; &#62; &#x3E; > > &#x3E;
라틴 대문자 OE &OElig; &#338; &#x152; Œ Œ &#x152;
라틴 소문자 oe &oelig; &#339; &#x153; œ œ &#x153;
라틴 대문자 S (캐론 악센트) &Scaron; &#352; &#x160; Š Š &#x160;
라틴 소문자 s (캐론 악센트) &scaron; &#353; &#x161; š š &#x161;
라틴 대문자 Y (분음부호) &Yuml; &#376; &#x178; ÿ Ÿ &#x178;
곡절 악센트 &circ; &#710; &#x2C6; ˆ ˆ &#x2C6;
틸데 악센트 &tilde; &#732; &#x2DC; ˜ ˜ &#x2DC;
엔 스페이스 &ensp; &#8194; &#x2002; &#x2002;
엠 스페이스 &emsp; &#8195; &#x2003; &#x2003;
씬 스페이스 &thinsp; &#8201; &#x2009; &#x2009;
비결합자 &zwnj; &#8204; &#x200C; &#x200C;
결합자 &zwj; &#8205; &#x200D; &#x200D;
우향 표시 &lrm; &#8206; &#x200E; &#x200E;
좌향 표시 &rlm; &#8207; &#x200F; &#x200F;
엔 대시 &ndash; &#8211; &#x2013; &#x2013;
엠 대시 &mdash; &#8212; &#x2014; &#x2014;
작은 따옴표 (좌) &lsquo; &#8216; &#x2018; &#x2018;
작은 따옴표 (우) &rsquo; &#8217; &#x2019; &#x2019;
낮은 인용부호 (소) &sbquo; &#8218; &#x201A; &#x201A;
큰 따옴표 (좌) &ldquo; &#8220; &#x201C; &#x201C;
큰 따옴표 (우) &rdquo; &#8221; &#x201D; &#x201D;
낮은 인용부호 (대) &bdquo; &#8222; &#x201E; &#x201E;
대거(dagger) &dagger; &#8224; &#x2020; &#x2020;
이중 대거(double dagger) &Dagger; &#8225; &#x2021; &#x2021;
퍼밀 부호 (per mille sign) &permil; &#8240; &#x2030; &#x2030;
좌측 꺽음 인용부호 &lsaquo; &#8249; &#x2039; &#x2039;
우측 꺽음 인용부호 &rsaquo; &#8250; &#x203A; &#x203A;
유로화 &euro; &#8364; &#x20AC; &#x20AC;

Posted by 알 수 없는 사용자
,

한국전통 표준 색명 및 색상
한국의 전통색은 기본이 되는 오방색(五方色)인 오정색(五正色)과
정색의 혼합으로 만들어진 오간색(五間色)으로 이루워집니다.

오정색(五正色):적(), 청(), 황(), 흑(), 백()
오간색(五間色):유황(유), 홍(), 벽() 녹(), 자()

오방색의 표준은 한국자수박물관과 석주선기념민속박물관의 유물자료를 참고로
유물의 색깔과 현재 보편적으로 통용되는 인쇄용 색견본을 비교해 선정한 것이고,

서백과 동청이 배합하여 벽색을 이루고, 남주(적)와 북현(흑)이 배합하여 자색을 이루고, 중황과 동청이 배합하여 녹색을 이루고, 서백과 남주가 배합하여 홍색을 이루는 오행배합 원리로 여러가지 색깔의 좌표를 추정한 것입니다.


한국전통 표준 색명 및 색상

색 이름 Munsell RGB CMYK #16진수
황 색 계 황색(黃色) 6.4Y 8.4/10.3 244 220 74 2 14 80 0 #F4DC4A
유황색(유黃色) 1.2Y 7.7/7.3 238 196 118 5 27 60 1 #EEC476
명황색(明黃色) 2.5GY 8.3/12.0 216 226 0 15 3 96 0 #D8E200
담황색(淡黃色) 7.5Y 9.2/3.2 250 241 194 2 5 30 0 #FAF1C2
송화색(松花色) 2.0GY 9.0/7.0 238 241 141 7 0 57 0 #EEF18D
자황색(赭黃色) 4.0Y 7.8/9.2 236 202 86 5 23 75 1 #ECCA56
행황색(杏黃色) 5.6YR 7.4/9.2 253 179 109 0 36 62 0 #FDB36D
두록색(豆綠色) 4.0Y 8.0/4.6 228 209 152 11 17 45 1 #E4D198
적황색(赤黃色) 4.3YR 7.0/12.0 255 163 75 0 36 70 0 #FFA34B
토황색(土黃色) 6.9YR 5.8/7.6 201 143 83 16 49 71 6 #C98F53
지황색(芝黃色) 4.0Y 7.5/7.4 224 195 105 10 24 67 2 #E0D369
토색(土色) 9.3YR 5.3/5.4 174 136 88 24 43 65 15 #AE8858
치자색(梔子色) 4.7Y 8.2/8.4 242 213 105 4 18 68 1 #F2D569
홍황색(紅黃色) 7.7R 7.0/5.7 230 171 159 8 40 29 1 #E6AB9F
자황색(紫黃色) 7.6YR 6.4/3.2 193 165 140 23 34 41 6 #C1A58C
금색(金色) - - - -
청 록 색 계 청색(靑色) 6.8PB 3.3/9.2 70 91 153 85 61 9 4 #465B99
벽색(碧色) 2.7PB 5.7/10.7 70 158 222 74 22 0 0 #469EDE
천청색(天靑色) 1.2PB 6.9/7.1 134 188 227 54 10 2 1 #86BCE3
담청색(淡靑色) 9.2B 5.5/7.3 82 155 192 71 17 11 7 #529BC0
취람색(翠藍色) 5.9BG 7.0/6.7 104 199 193 60 0 31 0 #68C7C1
양람색(洋藍色) 0.6P 5.2/11.0 146 129 205 54 49 0 1 #9281CD
벽청색(碧靑色) 5.4PB 4.9/8.5 99 133 188 70 44 0 0 #6385BC
청현색(靑玄色) 5.3PB 3.8/5.5 86 106 142 69 43 15 22 #566A8E
감색(紺色) 5.5PB 3.2/5.2 73 92 127 73 46 15 29 #495C7F
남색(藍色) 2.2P 3.2/8.0 106 80 137 69 70 12 7 #6A5089
연람색(軟藍色) 3.6P 4.1/8.9 132 100 159 58 63 4 3 #84649F
벽람색(碧藍色) 8.7PB 5.3/5.9 138 139 180 53 40 7 4 #8A8BB4
숙람색(熟藍色) 3.2P 3.6/5.0 112 94 130 57 56 16 21 #705E82
군청색(群靑色) 7.8PB 3.1/3.5 85 87 114 64 50 21 33 #555790
녹색(綠色) 0.1G 5.2/6.2 104 151 100 58 18 68 13 #689764
명록색(明綠色) 1.6G 6.3/10.3 80 186 110 65 0 74 0 #50BA6E
유록색(柳綠色) 0.1G 5.7/8.4 100 167 94 61 13 77 4 #64A75E
유청색(柳靑色) 7.7GY 6.0/9.0 122 173 76 53 13 85 4 #7AAD4C
연두색(軟豆色) 6.6GY 8.5/8.4 198 234 130 23 0 62 0 #C6EA82
춘유록색(春柳綠色) 5.2GY 8.7/5.3 220 234 162 16 0 48 0 #DCEAA2
청록색(靑綠色) 2.3BG 5.6/7.8 0 166 149 80 7 51 1 #00A695
진초록색(眞草綠色) 8.0G 5.5/7.5 55 163 134 75 11 57 3 #37A386
초록색(草綠色) 0.1G 6.0/8.7 105 175 99 60 9 76 2 #69AF63
흑록색(黑綠色) 1.1BG 4.2/3.4 83 123 114 65 25 46 25 #537B72
비색(翡色) 3.2BG 7.2/5.4 131 202 189 53 0 33 0 #83CABD
옥색(玉色) 9.0BG 8.0/4.6 158 220 221 40 0 16 0 #9EDCDD
삼청색(三靑色) 7.4PB 4.6/9.7 107 122 187 69 47 0 0 #6B7ABB
뇌록색(磊綠色) 5.3BG 4.6/5.4 57 136 133 76 20 44 15 #398885
양록색(洋綠色) 5.1G 6.4/9.1 65 188 143 69 0 58 0 #41BC8F
하엽색(荷葉色) 9.5GY 3.7/3.6 86 109 82 58 30 62 35 #566D52
흑청색(黑靑色) 5.7PB 5.0/3.2 127 135 155 53 36 21 13 #7F879B
청벽색(靑碧色) 3.6PB 6.0/6.0 132 162 198 55 25 7 3 #84A2C6
무 채 색 계 백색(白色) N 9 236 235 235 9 6 6 0 #ECEBEB
흑색(黑色) N 1 44 44 44 62 51 50 69 #2C2C2C
회색(灰色) 0.2GY 5.7/0.4 154 153 148 41 31 34 9 #9A9994
구색(鳩色) 7.0PB 7.0/0.4 185 184 187 31 22 20 2 #B9B8BB
치색(緇色) 5.4RP 4.4/0.2 123 120 121 49 40 37 21 #7B7879
연지회색(嚥脂灰色) 9.5P 5.0/2.0 145 132 142 43 41 27 14 #91848E
설백색(雪白色) 6.2G 8.8/0.5 226 231 228 14 5 10 0 #E2E7E4
유백색(乳白色) 8.0Y 9.0/2.0 242 236 205 6 6 23 0 #F2ECCD
지백색(紙白色) 6.0Y 9.0/1.3 241 235 216 7 7 17 0 #F1EBD8
소색(素色) 1.3Y 8.4/2.7 236 218 187 8 15 28 0 #ECDABB
자 색 계 자색(紫色) 6.7RP 3.3/8.2 144 68 100 30 75 24 26 #904464
자주색(紫朱色) 4.7RP 3.6/10.3 158 69 116 34 79 19 13 #9E4574
보라색(甫羅色) 0.5RP 4.4/13.4 180 85 162 36 74 0 0 #B455A2
홍람색(紅藍色) 5.7P 3.8/8.6 132 91 146 56 67 8 6 #845B92
포도색(葡萄色) 0.6RP 3.0/6.0 116 73 108 49 68 19 28 #74496C
청자색(靑磁色) 1.5P 3.4/14.2 118 73 173 71 33 0 0 #7649AD
벽자색(碧紫色) 7.0PB 6.0/9.0 140 158 217 53 32 0 0 #8C9ED9
회보라색(灰甫羅色) 3.6P 6.0/7.0 173 152 197 38 41 0 0 #AD98C5
담자색(淡紫色) 6.4P 6.0/4.0 173 154 177 35 37 12 5 #AD9AB1
다자색(茶紫色) 9.7R 2.7/2.2 99 74 70 44 57 51 44 #634A46
적자색(赤紫色) 7.6RP 5.6/8.0 203 129 148 17 57 19 5 #CB8194
적 색 계 적색(赤色) 7.5R 4.8/12.8 214 90 72 9 78 71 1 #F15A48
홍색(紅色) 0.2R 5.2/15.0 234 87 123 0 79 25 0 #EA577B
적토색(赤土色) 6.8R 4.2/9.7 181 87 77 21 75 64 10 #B5574D
휴색(髹) 7.0R 3.4/4.8 134 83 78 30 63 51 33 #86534E
갈색(褐色) 2.7YR 5.0/4.5 169 126 105 26 48 50 16 #A97E69
호박색(琥珀色) 5.2YR 6.0/8.8 215 145 82 12 51 72 2 #D78F52
추향색(秋香色) 3.3YR 6.0/6.0 204 148 115 16 46 51 5 #CC9473
육색(肉色) 9.4R 5.7/8.9 216 130 102 11 59 56 2 #D88266
주색(朱色) 8.4R 6.0/11.7 240 129 98 0 62 58 0 #F08162
주홍색(朱紅色) 3.0R 6.2/13.0 253 126 132 0 60 35 0 #FD7E84
담주색(淡朱色) 2.6YR 7.5/9.0 255 178 128 0 36 51 0 #FFB280
진홍색(眞紅色) 4.8RP 4.5/5.2 156 110 129 33 55 23 17 #9C6E81
선홍색(鮮紅色) 3.7RP 5.4/15.0 226 100 169 14 7 0 0 #E264A9
연지색(嚥脂色) 8.5RP 5.4/12.0 222 109 139 8 70 19 1 #DE6D8B
훈색(䌲) 6.2RP 6.0/11.2 228 130 163 7 61 7 1 #E482A3
진분홍색(眞粉紅色) 2.8RP 6.2/13.7 238 129 192 15 57 0 0 #EE81C0
분홍색(粉紅色) 5.5RP 7.5/5.8 241 189 204 4 34 4 1 #F1BDCC
연분홍색(軟粉紅色) 5.5RP 7.7/5.0 235 191 204 7 31 5 1 #EBBFCC
장단색(長丹色) 7.5R 5.0/12.1 216 99 79 9 74 67 1 #D8634F
석간주색(石間) 2.2YR 4.2/6.4 160 101 73 25 60 66 22 #A06549
흑홍색(黑紅色) 5.0RP 5.0/5.3 169 123 139 30 52 23 13 #A97B8B



*금색은 표현할 수 없는 별색
Posted by 알 수 없는 사용자
,