由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
BuildingWeb版 - 谁帮我看一下这个效果怎么做。
相关主题
问个WP的问题请教一个onclick的问题
请问如何去掉HyperLink文字下的下划线一个简单的Javascript菜单制作的问题
Emergency!Show off一下一天画出来的,欢迎拍砖 (转载)
这个用Javascript这么做?空格
CSS动态导航栏怎么初始化?动态网页一问
请教一个关于link 方面的问题hover button in Frontpage
不用JS怎么做菜单?firefox里怎样做到汉字竖排?
CSS 问题请教!!搞了个域名注册和hosting网站,欢迎拍砖
相关话题的讨论汇总
话题: css话题: 效果话题: border话题: text话题: right
进入BuildingWeb版参与讨论
1 (共1页)
b******e
发帖数: 739
1
一个竖排的菜单,菜单右边有一个竖条,
我想把手放在菜单的某一个选项上(比如,home),这个字右边的竖条能不能变亮。
c**t
发帖数: 2744
2
mouseover

【在 b******e 的大作中提到】
: 一个竖排的菜单,菜单右边有一个竖条,
: 我想把手放在菜单的某一个选项上(比如,home),这个字右边的竖条能不能变亮。

k***g
发帖数: 7244
3
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.

【在 c**t 的大作中提到】
: mouseover
b******e
发帖数: 739
4
thank you so much.
I will study that today.
Would you please show me your full text of your css?

【在 k***g 的大作中提到】
: 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
5
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.