|
| |
|
|
Guest
|
FP rollover format - again - 3/16/2001 20:23:00
Have successfully removed underlining from h-links on my (very basic) site, but I'd like, upon mouse-over for the text to change colour as well as being underlined. sounds simple but in changing the html code nothing happens, and if I use FP 'page properites' the underlining returns... what should I do? www.jeremy-clements.comThanks in advance.
|
|
|
|
abbeyvet
Posts: 5095 From: Kilkenny Ireland Status: offline
|
RE: FP rollover format - again - 3/16/2001 20:16:00
Put this before the </head> tag in HTML view. <style type="text/css"> a.link{color: #003399; text-decoration: none;} a.visited{color: #9900CC; text-decoration: none;} a.hover{color: red; text-decoration: underline;} </style> You can change the colours to anything you like, using either names or hex values. ------------------ Katherine InKK Design LinKKs - Kilkenny's Online Magazine -*-*-*-*-*-*-*-*-*-* "Dogs have owners, cats have staff!"
|
|
|
|
Guest
|
RE: FP rollover format - again - 3/16/2001 20:48:00
Cool - will try it.many thx [/B][/QUOTE]
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|