![]() |
fast CSS question
ok, how do I make a dotted line appear under a link when you move on it?
isn't it suppose to be: Code:
a:hover{text-decoration: dotted;} |
Text-decoration gives you five options: underline, overline, line-through, blink, or none.
|
Quote:
|
|
border-style:dotted should work.
Dots look different in IE than in Firefox. Firefox does them properly.. But it's a Box property. So you'd have to fake it out to make it appear as a dotted "underline" I think. By having the hover trigger a change in Box property for border bottom or whatever. Just a guess, I dunno for sure. |
Code:
a:hover{ |
Well there ya go. Bookmark that CSS help page. It's a handy old one.
|
All times are GMT -7. The time now is 03:18 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123