惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Recent Announcements
Recent Announcements
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
B
Blog
T
The Blog of Author Tim Ferriss
J
Java Code Geeks
腾讯CDC
D
Docker
G
Google Developers Blog
D
DataBreaches.Net
雷峰网
雷峰网
Blog — PlanetScale
Blog — PlanetScale
S
SegmentFault 最新的问题
The Cloudflare Blog
有赞技术团队
有赞技术团队
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Stack Overflow Blog
Stack Overflow Blog
大猫的无限游戏
大猫的无限游戏
量子位
美团技术团队
aimingoo的专栏
aimingoo的专栏
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Engineering at Meta
Engineering at Meta
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

博客园 - 单车骑客

安装vs2005 sp1 出现错误1718,文件未通过数字签名检查,解决方法 HTML:scrollLeft,scrollWidth,clientWidth,offsetWidth之完全详解(转载) 为新闻标题加颜色 - 单车骑客 - 博客园 GridView中如何做删除提示信息 GridView绑定多个参数值 - 单车骑客 - 博客园 Url重写 解决“不重新发送信息,则无法刷新新网页”的方案 - 单车骑客 - 博客园 powerdesigner将PDM转换到OOM时,code与name同时同步转换 Powerdesgner数据模型设计中,属性名同名问题的解决方法 正则表达式30分钟入门教程(转) asp.net页面生命周期 scrollWidth,clientWidth等区别 用js删除表中一行 存储过程中如何处理分页 SQL函数:分离字符串,并返回分离后字符的表 提供一个获取高精度时间类(转) SQL2005如何进行分页?? SQL中,内连接,外连接的书写格式 javascript正则表达式
下拉菜单
单车骑客 · 2008-06-14 · via 博客园 - 单车骑客

<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style type="text/css">
#menu
{
margin
:0;
padding
:0;
width
:610px;
list-style-type
:none;
font-family
:Arial, Helvetica, sans-serif;
font-size
:14px;
}

#menu li
{
float
:left;
width
:150px;
padding
:0px;
margin
:0 1px 0 0;
}

#menu li dl
{
margin
:0;
padding
:0 0 10px 0;
}

#menu li dt
{
margin
:0;
padding
:5px;
text-align
:center;
border-bottom
:1px solid #b00;
background
:#ed8;
}

#menu li dt a,#menu li dt a:visited
{
display
:block;
color
:#333;
text-decoration
:none;
}

#menu li dd
{
margin
:0;
padding
:0;
color
:#fff;
background
:#47a;
}

#menu li dd.last
{
border-bottom
:1px solid #b00;
}

#menu li dd a,#menu li dd a:visited
{
display
:block;
color
:#fff;
text-decoration
:none;
padding
:4px 5px 4px 20px;
background
:#47a;
}

#menu li dd
{
display
:none;
}

#menu li:hover dd
{
display
:block;
}

#menu li dd a:hover
{
background
:#147;
color
:#9cf;
}

</style>
</head>

<body>
<ul id="menu">
    
<li>
        
<dl>
            
<dt><href="#">Artech Studio</a></dt>
            
<dd><href="#">Web Dev</a></dd>
            
<dd><href="#">Web Design</a></dd>
            
<dd><href="#">Books</a></dd>
            
<dd class="last"><href="#">Contact</a></dd>
        
</dl>
    
</li>
</ul>
</body>
</html>