php,jquery做的一个下拉显示的效果有点问题问问大家
文件如下
HTML code1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | <!--
Code highlighting produced by Actipro CodeHighlighter (freeware)
http:
-->
<meta http-equiv= "Content-Type" content= "text/html; charset=gb2312" >
<title></title>
<style>
.list{
list-style-type:none;
}
.list li{
line-height:30px;
border-bottom:1px #666 dashed; }
.list li a{
color:#666;
text-decoration:none;}
.list li a:hover{
color:#F90;}
div{
background-color:#DDEBF0;}
.table { text-align:center; line-height:20px;
font-size:12px;
color:#000000;/*琛ㄦ</style>
|
Copy after login