注册
找回密码
账号 记住
3450
6
1196
0
科讯系统会将文章中的图片加一个在新窗口打开的代码,那么你做的图片链接将会失效
解决方法
css部分
#xxx { background-image: url(xxx.jpg); background-repeat: no-repeat; background-position: center center; height: 60px; width: 160px; overflow: hidden; margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; text-indent: -20px;}#xxx a { display: block; line-height: 60px; text-decoration: none;}
html部分
<div id="xxx"><a href="#">ss</a></div>