Monday, December 27, 2004

used CSS instead

Okay, I have been trying with Javascript, but to change the behaviour of links I have used CSS code. I learnt CSS code to change link behaviours from Tizag.com . Tell me how does the link looks when you put mouse over it.

I used Colors4Webmasters.com ,for color selection, which provides neatly laid color code with example.

I used following CSS code to give mouse over effect to all the links of the blog :

a:hover {
color:#fff;
text-decoration: none;
background-color: #810;
}

I have noticed that comments link and profile-link do not respond to the change. I will check that out also.

No comments: