这是我写的css
body {margin:0;padding:0;background:#fff;font-family:Tahoma,Arial,Verdana,宋体;color:#838383;font-size:12px;line-height:22px;}
form,div,ul,li,p,h1,h2,h3,h4,h5,h6 {margin:0;padding:0;}
input,select {font-size:14px;line-height:22px;}
img {border:0;}
ul {list-style-type:none;}
body {background-image:url(../images/bg.gif);background-repeat:repeat-x;}
a {font-size:14px;color:#838383;text-decoration:none;border-bottom:#000 dashed 1px;}
a:link {color:#838383;text-decoration:none;border-bottom:#000 dashed 1px;}
a:visited {color:#838383;text-decoration:none;border-bottom:#000 dashed 1px;}
a:hover {color:#000000;text-decoration:none;border-bottom:none;}
a:active {color:#838383;text-decoration:none;border-bottom:#000 dashed 1px;}
为的就是让页面所有的链接的地方会有虚线的下划线效果。
可是我把网站的logo也加上了链接后也出现虚线的下划线(logo是gif格式的),firefox浏览器就有,ie就没有了
请问怎么解决呢?
备注:千万不要告诉我,logo不加链接就行了!这回答相当的崩溃!!!!