본문 바로가기

▒▒ [생활정보] ▒▒/―•【 컴의상식 】18

그림자 글씨 쓰기 <span style="filter:shadow(color=#c6c6c6); color:#4263c6; font-size:23px; font-weight:bold; height:10px"> <b>아름다운사랑이야기입니다.....?<br>인생은 나그네길 어디서왔다가</br>어디로 가느냐</b> 2007. 7. 27.
상태선에 글 흐르기 <html> <head> <title>가자! 자바의 세상으로/상태선에서 글씨가 우에서 좌로..</title> <SCRIPT LANGUAGE="JavaScript"> function scrollit_r2l(seed) { var m1 = "안녕하세요. "; var m2 = "자기에 대한 사랑은 죽음의 시초이며, 남에 대한 사랑은 삶의 시작이다..."; var msg=m1+m2; var out = " "; var c = 1; if (seed > 100) {.. 2007. 7. 27.
상태선에 글 깜박이기 <html> <head><title></title> <script language="JavaScript"> <!-- var yourwords = "희망이란, 찾아 나선 사람에게만 나타나는 별빛이다....."; var speed = 150; var control = 1; function flash() { if (control == 1) { window.status=yourwords; control=0; } else { window.status=""; control=1; } setTimeout("flash();",speed); } // --> </script&gt.. 2007. 7. 27.
테두리 선 만들기 <!--테두리--> </STYLE> <script language="JavaScript"> <!-- I.E. only page border script kurt. grigg@virgin.net if (document.all){ with (window.document.body.style){ borderWidth=110; borderStyle='solid'; borderColor='ffd700'; } } //--> </script> <!--테두리끝--> 2007. 7. 27.
새창띄우기 <html> <head> <title>연습할 제목</title> </head> <body> <!-- 새창띄우기 시작 (body 밑에 넣어라) --> <SCRIPT language=Javascript> <!-- function openWin(url) { newWin=window.open(url,'_blank', 'toolbar=no,status=0,menubar=0,location=0,scrollbars=1,width=700,height=710,top=0,left=150,resizable=1') } --> </SCRIPT> <!-- .. 2007. 7. 26.
object띄우기 <*OBJECT type=text/x-scriptlet height=600 width=800 data=http://myhome.naver.com/dbrud0575/s/41014.html></object*> 2007. 7. 26.
프레임에 점선넣기 <*IFRAME style="BORDER-RIGHT: #000000 2px dotted; BORDER-TOP: #000000 2px dotted; BORDER-LEFT: #000000 2px dotted; BORDER-BOTTOM: #000000 2px dotted" border=2 src="" frameBorder=no width=600 scrolling=yes height=400></iframe> 2007. 7. 26.
프레임링크 <*IFRAME src="http://www.empas.com/search/mp3_search.html" width=700 height=600 border=0 frameborder=0 framespacing=0 hspace=0 marginheight=0 marginwidth=0 scrolling=no vspace=0*></IFRAME*> 2007. 7. 26.
[스크랩] 그래픽카드 GS 와 GT 의 차이점? 그래픽카드 GS 와 GT 의 차이점? 컴퓨터/부품 | 2007년 06월 28일 06시 34분 그래픽카드의 이름을 보다보면, 같은 숫자이면서도 상당히 다른 종류의 이름을 보기 마련이다. 예를들어, 7300LE, 7300GS, 7300GT 또는 7600GS, 7600GT 또는 8800GTO 8800GTX 8800Ultra 이것을 구지 성능별로 따지자면, 지포스에서 첫번째자리숫자, 즉.. 2007. 7. 22.