由买买提看人间百态

topics

全部话题 - 话题: hover
首页 上页 1 2 3 4 5 6 7 8 9 10 (共10页)
k***g
发帖数: 7244
1
来自主题: BuildingWeb版 - 谁帮我看一下这个效果怎么做。
CSS is a better solution.
Just define different "border-right" properties for "a:link" and "a:hover".
You may have a look of the menu of my blog. Although it is not exactly like
what you described, the basic idea is the same.
k***g
发帖数: 7244
2
来自主题: BuildingWeb版 - 谁帮我看一下这个效果怎么做。
copy the following code into a text editor, save it as a HTML file, and see
whether it is what you want. I just like to define everything in CSS instead
of in HTML, so the CSS part is a bit long.