在#topnav 的边界半径下方的给定页面上,不适用于mozilla,但适用于谷歌浏览器,我使用以下css代码:
#topnav { display:inline-block;float: right; text-align: right; background: #e4f4fe;
border:1px solid #e4f4fe;
border-bottom-color: #e4f4fe;
border-bottom-width: 4px;
border-bottom-style: solid;
border-radius: 0px 0px 15px 15px;
-moz-border-radius-bottomleft: 15px;
-moz-border-radius-bottomright: 15px;
-webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
margin-right: 90px; margin-top: 0px;
width:265px;}5E9DC8