Skip to content
조회 수 15907 추천 수 0 댓글 1
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

마우스 오버시 DIV 레이어 감추기 / 보이기

<!-- 소스 Start -->


<a href=" style="margin-left:20px;width:100px;" 

Onmouseover="

document.getElementById('top1').style.display='block';

document.getElementById('top2').style.display='none';

document.getElementById('top3').style.display='none';

document.getElementById('top4').style.display='none';

document.getElementById('top5').style.display='none';

">

우동 </a> 


<a href=" style="margin-left:20px;width:100px;"

Onmouseover="

document.getElementById('top2').style.display='block';

document.getElementById('top1').style.display='none';

document.getElementById('top3').style.display='none';

document.getElementById('top4').style.display='none';

document.getElementById('top5').style.display='none';

">짜장 </a> 


<a href=" style="margin-left:20px;width:100px;"

Onmouseover="

document.getElementById('top3').style.display='block';

document.getElementById('top2').style.display='none';

document.getElementById('top1').style.display='none';

document.getElementById('top4').style.display='none';

document.getElementById('top5').style.display='none';

">짬뽕 </a> 




<br>


<!-- 보기에 대한 내용 Start-->

<div id="top1" style="display:none;width:200px;height:200px;">

<img src="http://cfs3.tistory.com/upload_control/download.blog?fhandle=YmxvZzQxMTk3QGZzMy50aXN0b3J5LmNvbTovYXR0YWNoLzAvODIuanBn" />

</div>


<div id="top2" style="display:none;width:200px;height:200px;">

<img src="http://l.yimg.com/go/news/picture/2010/g7/20100702/20100702083129394g7_083651_0.jpg?x=80&sig=KdrNWVmtst7G5t3DIMskeA--" />

</div>


<div id="top3" style="display:none;width:200px;height:200px;">

<img src="http://l.yimg.com/go/news/picture/2010/h1/20100702/20100702090308690h1_092652_0.jpg?y=60&sig=JBMg3GwqS0dOqgyIlnqejw--" />

</div>


<div id="top4" style="display:none;width:200px;height:200px;">

<img src="http://l.yimg.com/go/news/picture/2010/h1/20100702/20100702032502275h1_032652_0.jpg?x=80&sig=dt8i6TSHVaqH3_yQ6T7fkw--" />

</div>


<div id="top5" style="display:none;width:200px;height:200px;">

<img src="http://l.yimg.com/go/news/picture/2010/b6/20100701/20100701153555488b6_154201_0.jpg?y=60&sig=B1hMrvQ3dS4bzN0qSfsKlg--" />

</div>

<!-- 보기에 대한 내용 End-->



</div>


로그인 후 댓글쓰기가 가능합니다.

?
  • ?
    디케 2010.07.03 11:18

    <script language='javascript'> 
    function overView(no){ 
     for(i=1;i<=5;i++){ 
      document.getElementById('top'+i).style.display='none';  
     } 
      document.getElementById('top'+no).style.display='block';  

    </script> 

    <a href=" style="margin-left:20px;width:100px;" Onmouseover="overView(1)"> 우동 </a> 


List of Articles
번호 분류 제목 날짜 조회 수
137 컴퓨터잡담 [엑셀함수] 조건결과가 참일경우만 정상 출력하기 3 2010.08.11 8348
136 컴퓨터잡담 [악성코드퇴치] fph.exe 프로세서 제거하기 1 2010.08.11 12594
135 컴퓨터잡담 엑셀 색깔 지정 함수 1 2010.07.28 65609
134 컴퓨터잡담 메모리 용량이 넉넉하다면 램디스크를 한번 써보라, 1 2010.07.27 5408
133 컴퓨터잡담 [엑셀] 날짜와 요일 표현하기 3 1 2010.07.23 23927
132 컴퓨터잡담 도스 텍스트 TXT 파일에 내용 추가하기 2010.07.23 5952
131 컴퓨터잡담 윈도 로그인하기 전에 배치파일을 실행하는 방법 3 2010.07.23 18232
130 컴퓨터잡담 윈도우 서비스 수동 등록 방법 2010.07.23 9625
129 컴퓨터잡담 미국판 싸이월드라고 하는 페이스북 CEO 마크 주커버그 2 2010.07.22 6543
128 컴퓨터잡담 아이폰에서의 dns설정 방법 (유툽 속도 향상 법) 1 2010.07.22 11835
127 컴퓨터잡담 엑셀 - 초과 근무시간 계산 3 2010.07.14 20084
126 컴퓨터잡담 Implementation of the MetaWeblog API http://www.xmlrpc.com/metaWeblogApi in php 2010.07.12 12760
125 컴퓨터잡담 AutohotKey Postmessage(SendMessage)로 CTRL+C 전송하기 2010.07.11 21412
124 컴퓨터잡담 MouseOver - Background color, 마우스오버시 백그라운드 컬러 지정 7 2010.07.10 11032
123 컴퓨터잡담 악의적 호출 방지용 Referer 체크 2010.07.09 7530
122 컴퓨터잡담 APMSetup에서 문서 출력 순서 등 설정 2010.07.07 14066
121 컴퓨터잡담 CSS를 이용한 DIV 둥근 테두리 만들기. 1 4 2010.07.05 11710
120 컴퓨터잡담 둥근 모서리 박스 자동 생성 2 2010.07.03 6311
» 컴퓨터잡담 마우스 오버시 DIV 레이어 감추기 / 보이기 1 3 2010.07.03 15907
118 컴퓨터잡담 JavaScript1.2 Event mouse css 제어 1 2 2010.07.03 7514
Board Pagination Prev 1 ... 38 39 40 41 42 ... 46 Next
/ 46

http://urin79.com

우린친구블로그

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


이 PC에는 나눔글꼴이 설치되어 있지 않습니다.

이 사이트를 나눔글꼴로 보기 위해서는
나눔글꼴을 설치해야 합니다.

설치 취소