게시판 즐겨찾기
편집
드래그 앤 드롭으로
즐겨찾기 아이콘 위치 수정이 가능합니다.
흡.. 계속 도움을 요청하게 되네요 ㅠㅠ Jqeury질문 드립니다 ㅠㅠ
게시물ID : programmer_3900짧은주소 복사하기
작성자 : 카디안
추천 : 0
조회수 : 232회
댓글수 : 4개
등록시간 : 2014/06/10 17:54:32
옵션
  • 베스트금지
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <title> New Document </title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>

<script>
$(document).ready(function(){
    $("#bu1").hover(
    function(){
$("#div1").stop();
$("#div2").stop();
$("#div3").stop();
$("#div1").fadeIn(100);
    $("#div2").fadeIn(250);
    $("#div3").fadeIn(400);

    },
    function(){
    $("#div1").stop();
$("#div2").stop();
$("#div3").stop();
    $("#div1").fadeOut("fast");
    $("#div2").fadeOut("fast");
    $("#div3").fadeOut("fast");
    });

});
</script>
 </head>

 <body>
  <span id="bu1" onMouseOver='this.innerHTML="메뉴"'
onMouseOut='this.innerHTML="MENU"'>MENU</span></p>

<div id="div1" style="width:40px;height:15px;display:none;background-color:red;float:left;"></div>
<div id="div2" style="width:40px;height:15px;display:none;background-color:green;float:left;"></div>
<div id="div3" style="width:40px;height:15px;display:none;background-color:blue;float:left;"></div>
 </body>
</html>


소스의 전문인데요 ㅠㅠ 그 div창에 마우스가가면 이제 div창이 fadeout되지 않도록 하고싶은데 
쉽지가않네요 ㅠㅠ 어떻게 구현하면 좋을까요?
전체 추천리스트 보기
새로운 댓글이 없습니다.
새로운 댓글 확인하기
글쓰기
◀뒤로가기
PC버전
맨위로▲
공지 운영 자료창고 청소년보호