View Single Post
  #2 (permalink)  
Old Jul 25th, 2006, 14:44
minute44's Avatar
minute44 minute44 is offline
Moderator
Join Date: Apr 2006
Location: Nottingham UK
Age: 25
Posts: 1,350
Blog Entries: 1
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;
}
Reply With Quote