关于超链接的样式
关于超链接的样式   
 我的站点的超链接现在都变成只要点过的,就会占慢整一行..把其他元素都挤开....   
 没点过的话正常...我也不知道是哪里设置出错了....   
 我整个站点的超链接样式如下 
 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 
 }