Global It Leader!!



 
 

Javasript jquery 테이블 마우스 오버시 테두리 생기게

페이지 정보

작성자 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 댓글 0건 조회 4,909회 작성일 13-12-09 23:39

본문

<html xmlns="http://www.w3.org/1999/xhtml">

<head runat="server">

    <title>Border Color on Hover</title>

    <script src="Scripts/jquery-1.3.2.min.js" type="text/javascript"></script>

 

 <script type="text/javascript">

     $(document).ready(function() {

         $(".someClass").hover(

      function() {

         $(this).css({ "border": "Solid Brown 1px" });

      },

      function() {

          $(this).css({ "border": "" });

      });

     });

 </script>   

</head>

<body>

    <form id="form1" runat="server">                 

        <table id="tblOuter" class="someClass" style="width:50%">

        <tr>  

            <td>Row 0, Column 0</td>

            <td>Row 0, Column 1</td>

            <td>Row 0, Column 2</td>

        </tr>

        <tr>  

            <td>Row 1, Column 0</td>

            <td>Row 1, Column 1</td>

            <td>Row 1, Column 2</td>

        </tr>

        <tr>  

            <td>Row 2, Column 0</td>

            <td>Row 2, Column 1</td>

            <td>Row 2, Column 2</td>

        </tr>

       </table>

    </form>

</body>

</html>

댓글목록

등록된 댓글이 없습니다.

전체 440
게시물 검색
컴퓨터언어 목록
번호 제목 글쓴이 조회 날짜
260 Mysql no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4391 12-18
259 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4325 12-18
258 VB no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4745 12-17
257 VB no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6780 12-17
256 VB no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4643 12-16
255 VB no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4401 12-16
254 VB no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4527 12-16
253 VB no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6323 12-16
열람중 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4910 12-09
251 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4359 11-18
250 VB no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4450 11-14
249 Mysql no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4502 11-10
248 VB no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8856 11-05
247 VB no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4624 10-24
246 VB no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 7112 10-24
245 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4246 09-29
244 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4543 09-19
243 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4394 09-19
242 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4728 09-06
241 PHP no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4601 08-28