![]() Preserved Topic: Really basic question (I think??) (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Derbyshire, UK |
![]() 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 |
![]() 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 |
![]() http://www.serversideproductions.com |
Bipolar (III) Inmate From: Derbyshire, UK |
![]() 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 |
![]() 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 |
![]() Alright, Ill finsih my tut ... |
Bipolar (III) Inmate From: Derbyshire, UK |
![]() 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. |