Skip to content

Instantly share code, notes, and snippets.

@demun
demun / gist:3018037
Created June 29, 2012 13:48
접었다 폈다하는 자바스크립트 소스
<!DOCTYPE html>
<head>
<title>접었다 펼 수 있는 영역 만들기</title>
<style>
.label
{
width: 400px;
margin: 10px 0 0 0;
padding: 10px;
background-color: #ccccff;
@demun
demun / gist:2977098
Created June 23, 2012 06:11
티스토리 현재위치
<ul class="breadcrumb btn"><!-- 현재위치 -->
<li class="gdBlog">
<a href="[##_blog_link_##]" title="처음으로"><i class="icon-home"></i></a>
<span class="divider">/</span>
<a href="[##_blog_link_##]" title="블로그" class="active">Blog</a>
</li>
<li class="gdNotice">
<a href="[##_blog_link_##]" title="처음으로"><i class="icon-home"></i></a>
<span class="divider">/</span>
<a href="[##_blog_link_##]notice" title="공지사항" class="active">Notice</a>