鼠标点击Link时会有框框

效果图(蓝色框框)
1.【设计】→【修改HTML】 

2.【 Ctrl + F】找
3.把以下代码copy进去 a:hover {.....}
border-top: 2px solid #800080;
  border-left: 2px solid #800080;
  border-right: 2px solid #800080;
  border-bottom: 2px solid #800080;
  margin:0 0 1.5em;
  padding:7px 10px 7px 10px;


解说: 


小提示:
*2px可以改去你要的薄度厚度
* #000000  颜色
*可以把solid换去: dashed/dotted

solid  
testing……

dotted
testing……

dashed
testing……

double
testing……

groove
testing……

ridge
testing……

inset
testing……

outset 
testing……

  
调好了,就按 【save】
成功了,记得留言告诉我哟




13 comments:

  1. 哈咯..请问你的cursor在哪里找的??那个"十"字的..我找不到~

    ReplyDelete
  2. @Ahh.Qii
    1.设计→ 添加小工具→ HTML/Javascript
    2.copy& paste以下的代码

    《style type=text/css》
    body{cursor:crosshair}
    a {cursor: TYPE}《/style>》

    记得把“《” 换去 “<"

    ReplyDelete
  3. @чuчu
    看到了,好美哦 =]
    跟你的blog很搭

    ps: 谢谢大家的留言[激动:')]

    ReplyDelete
  4. 可以了,谢谢=]
    欢迎来我部落格=D
    ahqing-lovely.blogspot.com

    ReplyDelete