Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 5 posts ] 
Author Message
 Post subject: Me Asking For HTML Help again
PostPosted: October 30th, 2005, 1:44 pm 
Runite Member
User avatar
Offline

Joined: March 24th, 2005, 1:24 pm
Posts: 848
Location: England gb
RS Name: xHoward9
RS Status: P2P
well i was wondering how do you highlight text on mouseover like on rsbandb's site?


Ty in Advance

_________________
Image
SOTW.WINS: 11 - SOTM.WINS: 4
SOTW:72 86 93 95 99 101 102 119 129 170 187
SOTM:5 10 11 16
WINSIGS:72 86 93 95 99 101 102 119 129 170 187


Top
 Profile  
 
 Post subject: Register and login to get these in-post ads to disappear
PostPosted: October 30th, 2005, 1:44 pm 
Runite Member

Joined: September 9th, 2004, 1:47am
Posts: 9047
Location: In your web browserz


Top
  
 
 Post subject:
PostPosted: October 30th, 2005, 3:17 pm 
Rsbandb Donor
User avatar
Offline

Joined: December 22nd, 2004, 12:51 am
Posts: 6391
RS Name: Stanley1943
RS Status: F2P
Two choices, either use Javascript or CSS.
I would perfer CSS cuz some browsers have Javascript disabled.

http://www.w3schools.com/css/css_reference.asp
Search for "hover" . Thats how you use CSS to do it.

_________________
Image


Top
 Profile  
 
 Post subject:
PostPosted: October 30th, 2005, 4:29 pm 
Dragon Member
User avatar
Offline

Joined: March 17th, 2005, 11:44 pm
Posts: 1197
Location: Georgia, USA us
RS Name: Deborahone
RS Status: P2P
Clan Name: Elven Alliance
you can also use dhtml effects

_________________
Image
Image
Image
Image
SOTW Judge (Sep 14, 2005 1:38 pm - Feb 06, 2009 8:58 pm)
Spoiler for Everything else:

Image
A Kid asked Jesus, "How much do you love me?" and Jesus said. "This much."
And spread his arms out on the cross and died.
If you believe that he did this for you put this in your signature.


Top
 Profile  
 
 Post subject:
PostPosted: October 30th, 2005, 5:36 pm 
Dragon Member
Offline

Joined: May 13th, 2005, 7:51 pm
Posts: 3099
Location: Arizona us
RS Name: Evalithia
RS Status: P2P
here

Code:
a:hover{
color:#0099cc;
background-color: #12345;
}


That's CSS.

_________________
Image
2014.3.28
[size=70]Steam


Top
 Profile  
 
 Post subject:
PostPosted: November 1st, 2005, 1:54 am 
Mithril Member
User avatar
Offline

Joined: October 29th, 2005, 5:25 pm
Posts: 145
Location: Right behind you with a knife!
RS Name: Warty Head
RS Status: F2P
Cliff Dude wrote:
here

Code:
a:hover{
color:#0099cc;
background-color: #12345;
}


That's CSS.


To use that you would have to type the following in the header...

Code:
<style type="text/css">
a:hover{
color:#0099cc;
background-color: #12345;
}
</style>


^ Just incase you didn't know :P

_________________
Image


Top
 Profile  
 
Display posts from previous:  Sort by  

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

Jump to: