就是找不到
top及top manu 都沒有
另外字下的虛線要如何弄走~?
拿掉 Topmenu 的底線
拿掉全部的底線,把你 css 中的這一段:
a:link {color: #666; border-bottom: 1px dashed #666; background: transparent;}
a:visited {color: #666; border-bottom: 1px dashed #666; background: transparent;}
a:hover {color: #666; border-bottom: 1px solid #666; background: transparent;}
改成
a:link {color: #666; background: transparent;}
a:visited {color: #666; background: transparent;}
a:hover {color: #666; background: transparent;}