NeedFul (+/-)

Useful sites or...

25-August-2010 by Daniel

웹마스터에게 필요한 기본적인 사이트, 도구 모...

전세계 브라우저 ...

14-August-2010 by Daniel

전세계인의 브라우저 사용률을 보기 쉽게 그래프...

Bolg (+/-)

나의 사이트에서 ...

26-September-2010 by Daniel

Your info message goes here! Your tips goe...

슬라이딩 웹진 위...

25-August-2010 by Daniel

새로운 위젯스킨을 만들어 보았다. 예전에 만들...

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us">
<head>
   <title>jQuery Collapsible Sidebar Menu</title>
   <script src="http://jquery.com/src/jquery.js"></script>
<script>
$(document).ready(function(){
   $("dd:not(:first)").hide();
   $("dt a").click(function(){
      $("dd:visible").slideUp("slow");
      $(this).parent().next().slideDown("slow");
         return false;
   });
});
</script>
<style>
body {font-family: Arial; font-size: 12px;}
dl {width:200px;}
dl,dd {margin:0;}
dt {background: #000; font-size: 12px; font-weight:bold; padding: 5px; margin: 2px;}
dt a {color: #fff; text-decoration:none;}
dt a:hover {color: #f6600; text-decoration:underline;}
dd a {color: #000; text-decoration:none;}
dd a:hover {color: #999; text-decoration:underline;}
ul { list-style: none; padding: 5px;}
</style>
</head>

<body>
<dl>
    <dt><a href="#">jQuery</a></dt>
    <dd>
    <ul>
        <li><a href="#">Download</a></li>
        <li><a href="#">Documentation</a></li>
        <li><a href="#">Blog</a></li>
    </ul>
    </dd>
    <dt><a href="#/">Community</a></dt>
    <dd>
    <ul>
        <li><a href="#">Mailing List</a></li>
        <li><a href="#">Tutorials</a></li>
        <li><a href="#">Demos</a></li>
        <li><a href="#">Plugins</a></li>
    </ul>
    </dd>
    <dt><a href="#">Development</a></dt>
    <dd>
    <ul>
        <li><a href="#">Source Code</a></li>
        <li><a href="#">Bug Tracking</a></li>
        <li><a href="#">Recent Changes</a></li>
    </ul>
    </dd>
</dl>
</body>
</html>
Share
profile

Think twice before you speak,
then say it to yourself first.

태그
엮인글 :
http://www.webmake.ca/index.php?document_srl=1498&act=trackback&key=dd9
문서 첨부 제한 : 10.00MB (2.00MB/*.*)
문서 첨부 제한 : 0Byte/ 10.00MB
파일 제한 크기 : 2.00MB (허용 확장자 : *.*)
List of Articles
번호 제목 글쓴이 날짜
» JQuery jQuery Collapsible Sidebar Menu Daniel 2010-08-23
17 CSS Sticky Footer Solution Daniel 2010-08-23
16 CSS Clear Floats Without Structural Markup Daniel 2010-08-23
15 JQuery jQuery Animated Scroll To Top Daniel 2010-08-22
14 CSS CSS Horizontally And Vertically Center Element Daniel 2010-08-22
13 JQuery jQuery : No more Conflict with other jQuery Scripts Daniel 2010-08-22
12 CSS Css Crossbrowser Word Wrap Daniel 2010-08-22
11 CSS Background Images For Bullets List Daniel 2010-08-22
10 JQuery jQuery : Rounded Corners file Daniel 2010-08-22
9 CSS Css PNG Image fix for IE6 Daniel 2010-08-22
8 CSS Crossbrowser Opacity Daniel 2010-08-22
7 XpressEngine 메뉴 변수에 따라 원하는 내용으로 나타나게 하기 Daniel 2010-07-21
6 XpressEngine XE 위젯 스타일로 꾸밀때 마크업 통과하기 Daniel 2010-07-19
5 XpressEngine 갤러리 형식일때 제목의 자동 줄바꿈 Daniel 2010-07-19
4 XpressEngine 관리권한의 여러가지 방법들 Daniel 2010-07-19
3 XpressEngine 첨부파일 보이기, 숨기기 옵션추가 Daniel 2010-07-19
2 XpressEngine 첨부파일 목록에 그림 파일 제외시키기 Daniel 2010-07-19
1 JavaScript Add www automatically Daniel 2010-07-19

A Little Something About Me

아직 완성되지 않은 웹사이트입니다.
어쩌면 결코 완성되지 못할 웹사이트가 될수도 있읍니다.

소개