Maison > Article > interface Web > CSS设置字体和边框颜色时Chrome和其他主流浏览器差别的问题_html/css_WEB-ITnose
a.toregister:link { text-decoration:none; width:90px; height:40px; font-family:"黑体" ; font-weight: bold; border:1px solid #cccccc; color:rgb(100,100,100); background-color:#d1d2d3; position:absolute; left:1348px; letter-spacing:3px; top:20px; text-align:center; line-height:40px; display:block;} a.toregister:hover { color:rgb(68,68,68); background-color:#d3d4d5; border:1px solid #c6c6c5 ;}
先设置一下a的样式,border:none;color:#ccc;方可解决,如果还是不行发站内邮箱
你没设置a.toregister:visited样式,Chrome下的显示效果看起来是默认的:visited样式。按link、visited、hover、active顺序进行设置试试看吧。