Preserved Topic: Really basic question (I think??) |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: Derbyshire, UK |
posted 09-20-2000 19:50
I've noticed on some web pages (for instance altavista, yahoo etc) that at the bottom of their pages they just have simple text links to other site etc. All well and good, what I can't figure out is how they make the "apparently" normal text (ie not a gif image) change colour on mouse over. |
Paranoid (IV) Inmate From: in media rea |
posted 09-20-2000 20:00
Well, it's sort of something easy...sort of not. code: a { font-family: "Arial", Helvetica, san-serif; font-size: 11px; color: #CCCCCC; text-decoration: none}
code: a:hover { text-decoration: underline; color: #FFFFFF}
|
Paranoid (IV) Inmate From: I own you at Quake |
posted 09-20-2000 22:22
http://www.serversideproductions.com |
Bipolar (III) Inmate From: Derbyshire, UK |
posted 09-20-2000 22:38
Hey, thanks you guys, I've heard of CSS before but never really got into them. I'll give that a try later (must get rid of Dreamweaver and learn moe of the code, just can't find enough time at present). |
Maniac (V) Inmate From: Boston, MA, USA |
posted 09-20-2000 22:51
Dreamweaver has some pretty potent CSS tools I think - look around in it. Learning code is a great idea, but in the meantime use the tools you have. |
Maniac (V) Mad Scientist From: Long Island, NY |
posted 09-20-2000 23:55
Alright, Ill finsih my tut ... |
Bipolar (III) Inmate From: Derbyshire, UK |
posted 09-25-2000 09:40
Hey, you guys are the best. I finally got a chance to try the CSS styles at the weekend, and it worked a treat. Once again, the great Ozone asylum has pulled another lost soul through to the other side. |