
Jul 25th, 2006, 14:44
|
 |
Moderator
|
|
Join Date: Apr 2006
Location: Nottingham UK
Age: 25
Posts: 1,350
Thanks: 0
Thanked 1 Time in 1 Post
|
|
|
Re: Blured Links (image links)
- Code: Select all
.navitem01 {
height: 35px;
width: 100px;
}
.navitem01 a {
background-image: url(../images/one.jpg);
background-repeat: no-repeat;
}
.navitem01 a:hover {
background-image: url(../images/one_blurred.jpg);
background-repeat: no-repeat;
}
|