www.tmboy.com这是我的网页.
我想让我的网页所有链接字体是黑色,鼠标悬停上是蓝色有下划线,点击后还是黑色.
导谢菜单字体是白色,鼠标悬停上字有背景色,无下划线.
我试了好多的样式表都不行.
以下是我的样式表,请高手帮忙看看,改一改.
BODY {
FONT-FAMILY: 宋体; FONT-SIZE: 9pt; color: #000000; cursor:url(image/WinXPsetV3 Cursor 66.ani)
}
td {
font-size: 9pt
}
a:link {
text-decoration: none; color: #000000; cursor:url(image/WinXPsetV3 Cursor 80.ani)
}
a:visited {
color: #000000; text-decoration: none; cursor:url(image/WinXPsetV3 Cursor 80.ani)
}
a:active {
color: #33CC00; text-decoration: underline; cursor:url(images/WinXPsetV3 Cursor 80.ani)
}
a:hover {
color: #33CC00; text-decoration: underline
}
补充一点:我不会CSS,这些代码是从别人那里借来的,我了试过别的代码,都不行.由于时间紧,没有时间再去学习CSS了,所以麻烦大家了.
多谢.