Sijun Forums Forum Index
Log in to check your private messages
My Profile Search Who's Online Member List FAQ Register Login Sijun Forums Forum Index

This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.
   Sijun Forums Forum Index >> Archive : Sep99 - Dec00
View previous topic :: View next topic  
Author   Topic : "Html help"
Hegemon
junior member


Member #
Joined: 03 Apr 2000
Posts: 3
Location: Sydney, NSW, Australia

PostPosted: Mon Apr 03, 2000 9:59 pm     Reply with quote
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
View user's profile Send private message Send e-mail
DrawingBook
member


Member #
Joined: 15 Mar 2000
Posts: 59
Location: Woodbury, NY, USA

PostPosted: Mon Apr 03, 2000 10:05 pm     Reply with quote
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
View user's profile Send private message Send e-mail Visit poster's website
Daedalus IIIrd
junior member


Member #
Joined: 01 Apr 2000
Posts: 36
Location: Melbourne, VIC - Australia

PostPosted: Tue Apr 04, 2000 12:00 am     Reply with quote
A lot of us have been guilty of this, but:

Random Musings....


Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Sijun Forums Forum Index -> Archive : Sep99 - Dec00 All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




Powered by phpBB © 2005 phpBB Group