透明的(transparence)CSS菜單

來源:互聯網
上載者:User

這是個透明的CSS菜單,相容性:IE5.5+、Opera、Frefox、Netscape。

CSS代碼:

body{font: 80% Arial,sans-serif;background: #666;}#nav{width: 170px;background: url(navbg.gif) bottom;list-style-type: none;margin: 0;padding: 0;}#nav a{display: block;width: 170px;line-height: 25px;text-decoration: none;color: #333;text-indent: 10px;font-weight: bold;background: url(nav2.png);}#nav a:hover{background: none;color: #999;}

用if調入對ie的CSS控制:

<!--[if gte IE 5.5]>
<style type="text/css">
#nav a{background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='nav2.png')}
#nav a:hover{filter: none}
</style>
<![endif]-->

效果預覽

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.