Unstoppable Domains

Html help

Spaceship 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
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
yes its possible. you can use CSS for that

place this between the <head> </head> tag

Code:
<style type="text/css">
<!--
body,td,th {
	color: #0066CC;
}
body {
	background-color: #FFFFFF;
}
a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
-->
</style>
 
0
•••
Dynadot — .com Registration $8.99Dynadot — .com Registration $8.99

We're social

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