Unstoppable Domains

Html help

Spacemail by SpaceshipSpacemail by Spaceship
Watch

Argos23

Account Closed
Impact
1
Hey guys,

I have a web site and i am looking to jazz up the links but have no clue how. What i want to do is something like for example when you got over a link here at namepros the blue link goes orange is there any way this can be done in html ? If so i would love to know how.

Thanks

ps sorry about the double post wasnt sure where to post :notme:
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
GoDaddyGoDaddy
Argos23 said:
Hey guys,

I have a web site and i am looking to jazz up the links but have no clue how. What i want to do is something like for example when you got over a link here at namepros the blue link goes orange is there any way this can be done in html ? If so i would love to know how.

Thanks

ps sorry about the double post wasnt sure where to post :notme:

you can do it using the a:hover selector in CSS.

This tutorial will tell you how - > http://www.developingwebs.net/css/hover.php
 
0
•••
Can be done easy using css

Code:
a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #000000; }

a:hover is for the mouseover.
Hope this helps
 
0
•••
Thanks guys thats a big help thanks
 
0
•••
Yes there is if it is HTML you should be able to use this code <a href="http://URL"><alink color=color></a> I beleive
 
0
•••
RageD said:
Yes there is if it is HTML you should be able to use this code <a href="http://URL"><alink color=color></a> I beleive

css is the way to go
 
0
•••
using css you can add multiple mouse over and colors to it.
 
0
•••
Argos it is most definately CSS. If you don't understand the tutorials or you get lost feel free to send me a private message. My whole website is done in CSS. You could also check out my website and post in the forum :)
 
0
•••
Just to make sure - use CSS! :p

Besides changing colors you can change text-decoration, font wieght/style, background color, etc.
 
0
•••
Dynadot — .com Registration $8.99Dynadot — .com Registration $8.99

We're social

Unstoppable Domains
Domain Recover
DomainEasy — Live Options
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back