View previous topic :: View next topic |
Author |
Topic : "Html help" |
Hegemon junior member
Member # Joined: 03 Apr 2000 Posts: 3 Location: Sydney, NSW, Australia
|
Posted: Mon Apr 03, 2000 9:59 pm |
|
![](templates/drizz/images/hrline.gif) |
Can someone help me? I need to find out how to make text links light up ot change colour when the mouse is moved over them. You know what I mean. Help is appreciated
------------------
The journey of a thousand miles must begin with the first step. |
|
Back to top |
|
DrawingBook member
Member # Joined: 15 Mar 2000 Posts: 59 Location: Woodbury, NY, USA
|
Posted: Mon Apr 03, 2000 10:05 pm |
|
![](templates/drizz/images/hrline.gif) |
Hi Hegemon,
What it sounds like you're trying to do/utilize is Cascading Style Sheets, or CSS for short.
If you check out Microsoft.com's site you can see their HTML source. In there is a small code which may be 7 lines. It may even look like this below:
<STYLE TYPE="text/css">
<!--
A:link {color:"#003399";}
A:visited {color:"#003399";}
A:hover {color:"red";}
-->
</STYLE>
All you have to do is enter that html code into your page and viola, cool link effects. However Keep advised to my knowledge CSS only works in IE.
Hope that helps!
-Mark Cansino aka DrawingBook
------------------
I Can't Stop Creating.
DrawingBook.com |
|
Back to top |
|
Daedalus IIIrd junior member
Member # Joined: 01 Apr 2000 Posts: 36 Location: Melbourne, VIC - Australia
|
Posted: Tue Apr 04, 2000 12:00 am |
|
![](templates/drizz/images/hrline.gif) |
A lot of us have been guilty of this, but:
Random Musings....
|
|
Back to top |
|
|