您现在的位置: 圆点视线 >> 教程 >> 网页设计 >> CSS样式表 >> 文章正文
[图文]通过CSS类型的顺序改变翻滚效果           ★★★
通过CSS类型的顺序改变翻滚效果
作者:68design…  文章来源:68design.net   更新时间:2007-11-18 18:19:03 

 

a:link {

    color: #0000FF;

    text-decoration: underline;

    font-weight: normal;

    font-style: normal;

}

a:visited {

    color: #3399FF;

    text-decoration: underline;

    background-color: #FFFFFF;

    font-weight: normal;

    font-style: italic;

}

a:hover {

    color: #0000FF;

    text-decoration: underline;

    background-color: #FFFF00;

    font-weight: bold;

    font-style: normal;

}

a:active {

    color: #FF0000;

    text-decoration: none;

    background-color: #CCCCCC;

    font-weight: bold;

    font-style: normal;

}

上一页  [1] [2] [3] 下一页

 【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口】 文章录入:Rainsion    责任编辑:Rainsion 
 
  • 上一篇文章:

  •  
  • 下一篇文章:
  • 最新文章
    相关文章
    通过css 让长字符自动换行
    网页设计中CSS十大注意
    CSS教程:表格的nobr终极解决方案
    关于W3C CSS标准的一些经验
    CSS元素的层叠与z-index设置
    CSS网页布局的好处与坏处
    在Dreamweaver中利用CSS样式表设置网页
    Dreamweaver代码片断提高css开发效率
    Dreamweaver使用CSS样式表设置网页文本格式
    解决Dreamweaver中关于应用CSS的小问题
    网友评论:(只显示最新10条。评论内容只代表网友观点,与本站立场无关!)
    发表评论:
    姓  名: 评分: 1分 2分 3分 4分 5分
    评论内容: ·严禁发表危害国家安全、政治、黄色淫秽等内容评论
    ·用户需对自己在使用本网服务过程中的行为承担责任
    ·本站管理员有权保留或删除评论内容。
    ·评论内容只代表机友个人观点,与本网站立场无关。
     
    最 新 推 荐
    最 新 热 门