当前位置: 代码迷 >> HTML/CSS >> 关于超链接的样式解决方法
  详细解决方案

关于超链接的样式解决方法

热度:171   发布时间:2012-02-28 13:06:35.0
关于超链接的样式
关于超链接的样式

我的站点的超链接现在都变成只要点过的,就会占慢整一行..把其他元素都挤开....

没点过的话正常...我也不知道是哪里设置出错了....

我整个站点的超链接样式如下
a:link,a:visited  
{
color:   #036;
text-decoration:   none;
}  
   
a:hover  
{
color:   #E00;
text-decoration:   none
}


------解决方案--------------------
a:link,a:visited
{
color: #036;
text-decoration: none;
font-size:9px
}
  相关解决方案