救命呀救命呀救命呀救命呀救命呀救命呀救命呀
问问高手们一个链接样式的问题.怎么样在一个页面中定义不同的链接效果?
比如在导航中我想a:hover{back-ground:red}在正文里想用a:hover{text-dcoration:underline}.
请高手指教...............
方法太多了。。。 [CODE]<style> a:link {color:green} a.red {color:red} a:hover.red {color:black} #blue {color:blue}
</style> <a href="1">普通的</a> <a href="2" class=red>红色的</a> <a href="3" id=blue>蓝色的</a>[/CODE]
[此贴子已经被作者于2005-4-25 19:41:43编辑过]