只想多认识些朋友~

关于CSS样式透明效果

上一篇 / 下一篇  2008-07-06 13:28:47 / 个人分类:网页编程技术

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]--> 

 


TAG: 网页编程技术

我的地盘,哈哈。。。 引用 删除 谁用了臭臭   /   2008-08-12 17:36:35
:-)
 

评分:0

我来说两句

日历

« 2023-12-11  
     12
3456789
10111213141516
17181920212223
24252627282930
31      

数据统计

  • 访问量: 2053
  • 日志数: 5
  • 建立时间: 2008-07-06
  • 更新时间: 2008-11-14

RSS订阅

Open Toolbar