当前位置: css > CSS框架 >

Blueprint CSS framework 分析(26)

时间:2010-01-05 20:47来源:网络 作者:秩名 点击:
;} . hide { display : none ;} /*Links --------------------------------------------------------------*/ /*为链接加下划线*/ a:link,a:visited{ background : transparent ; font-weight : 700 ; text-d
; }      
  • .hide   { display:none; }      
  •      
  •      
  • /* Links     
  • -------------------------------------------------------------- */     
  • /*为链接加下划线*/     
  • a:link, a:visited {      
  •   backgroundtransparent;      
  •   font-weight:700;      
  •   text-decorationunderline;      
  • }      
  • /*显示链接的链接地址*/     
  • a:link:after, a:visited:after {      
  •   content" (" attr(href) ")";      
  •   font-size90%;      
  • }      
  •      
  • /* If you're having trouble printing relative links, uncomment and customize this:     
  •    (note: This is valid CSS3, but it still won't go through the W3C CSS Validator)      
  •     显示绝对地址     
  •     但是不能通过W3C校验     
  • */     
  • /* a[href^="/"]:after {     
  •   content: " (http://www.yourdomain.com" attr(href) ") ";     
  • } */     
  •  

    顶一下
    (2)
    100%
    踩一下
    (0)
    0%
    ------分隔线----------------------------
    发表评论
    请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
    评价:
    表情:
    用户名:密码: 验证码:点击我更换图片
    推荐内容