被生活干了

无论你说的话多么傻逼,但我坚决捍卫你说话的权利

导航

像dropdownlist的一样展现content


 1<div id="dhtmlgoodies_pulldown">
 2    <div id="dhtmlgoodies_control"><a href="#" onclick="pulldown_showHide();return false;">Show pulldown</a></div>
 3    <div id="dhtmlgoodies_contentBox">
 4        <div id="dhtmlgoodies_content">
 5            This is the content we want to show<br>
 6            This is the content we want to show<br>
 7            This is the content we want to show<br>
 8            This is the content we want to show<br>
 9            This is the content we want to show<br>
10            This is the content we want to show
11        </div>
12    </div>
13</div>
14<script type="text/javascript">
15setPullDownWidth(300);
16</script>
17<p>Click on the link above. Other website content.<br> Other website content.<br> Other website content.<br> Other website content.</p>
18

posted on 2006-06-09 12:36  komazhang  阅读(129)  评论(0编辑  收藏  举报