|
|
| BootData 2001-07-01, 6:33 am |
| hi...webmasters...
can anyone explain this to me please:
could somebody tell me how to do css style? (i know the simple ones; i'm trying to do css style so that the active hyperlink changes (=underlined) whenever the mouse is crossed over it).
alternatively, is there any sample/tutorial site(s)?
thanks a bunch... | |
| Marcus 2001-07-01, 7:31 am |
| http://www.w3schools.com which has one of the most comprehensive lists of CSS Attributes I have ever seen. I will have a think in the sun this afternoon to see if I can come up with a solution as well!
Marcus
 | |
| Webmaster 2001-07-01, 8:13 am |
| Here is another good css tutorial site:
http://www.htmlreference.com/htmlref68.html
What you are asking for is very easy to do
a {text-decoration: none}
a.hover {text-decoration: underline}
Put these lines in your .css file | |
| BootData 2001-07-01, 8:47 pm |
| cool
thanks all... | |
| cboyles 2001-07-02, 2:14 am |
| Check out WDVL.Internet.com
Also Go to downloads.com and get yourself a copy of the BRADBURY Top Style application. Top Style is a CSS Editor, or go to TExtPad.com and get the text pad, and the CSS extensions.
Cheers |
|
|
|