Welcome, Guest. Please login or register.

Login with username, password and session length
Pages: [1]   Go Down
Print
Topic: Question about the CSS  (Read 691 times)
« on: April 07, 2009, 06:00:14 PM »
robben10 Offline
Newbie

View Profile
*
Posts: 25



For the CSS file, you know there is for link color, hover link color....

Well I want it so that when someone hovers over the link it changes from one color to another etc.

Anyone know?

A:hover {text-decoration: none; color: #ffffff}

Here's the current one.
Report to moderator   Logged

 
« Reply #1 on: April 19, 2009, 01:35:14 AM »
faran Offline
Jr. Member

View Profile
**
Gender: Male
Posts: 50



dear ,

try this.


a{
   
   color: #003399;
   letter-spacing: 0px;
   text-decoration: none;
}

a:hover {
   color: #FF9900;
   letter-spacing: 0px;
   text-decoration: none;
}
Report to moderator   Logged
 
Pages: [1]   Go Up
Print
Jump to: