(x)html 관련된 팁을 공유하는 공간입니다.
  • 웹미니 한줄 전광판 영역 입니다.
글 수 66

42

조회 수 : 9972 신고 : 0

profile
작성자 : title: [ani]깜빡이는 표정빽짱구
포인트 : 56933 | 레벨 : 25
미리보기 :  
<HTML>
<HEAD>
<script>
var isNS6=navigator.userAgent.indexOf("Gecko")!=-1?true:false;
var isIE=document.all?true:false;
function showhideinline(oDiv,flag){
    if(isIE) {
      if (flag) oDiv.style.display="inline" //if flag true - show the div
      else oDiv.style.display="none"
    }
    else if(isNS6){
        if (flag) document.getElementById("oDiv").style.display="inline" //if flag true - show the div
        else document.getElementById("oDiv").style.display="none"
    }
}
</script>
</head>
<body>
A <input type=checkbox onclick='showhideinline(a,this.checked)'>
B <input type=checkbox onclick='showhideinline(b,this.checked)'>
C <input type=checkbox onclick='showhideinline(c,this.checked)'><br>
<div id=a style="display:none">첫번째 설명입니다.<br></div>
<div id=b style="display:none">두번째 설명입니다.<br></div>
<div id=c style="display:none">세번째 설명입니다.<br></div>
</body>
</html>

profile 글쓴이 빽짱구

단점이 없는 사람은 장점도 거의 없다 - 에이브러햄 링컨

엮인글 :
https://web.webmini.net/html/14439/ae4/trackback
소중한 댓글 부탁드립니다.
추천수 10단위당 메달이 1개씩 노출되고, 추천수에 따라 배경색이 변하며, 일정수의 추천수를 받을시 BEST 아이콘이 붙게됩니다.
추천수에 따른 배경색 보기 본문으로 바로가기
  • 추천수 50개이상
  • 추천수 30개이상
  • 추천수 20개이상
  • 추천수 10개이상
  • 추천수 3개이상
닫기

첫번째 댓글을 남겨주세요!

List of Articles
번호 제목 글쓴이 날짜 추천 수sort 조회 수
공지 모바일 코딩하시는 분들 참고하세요. title: [ani]깜빡이는 표정빽짱구 2014-05-07   2639