View Single Post
  #11 (permalink)  
Old Mar 24th, 2007, 11:30
spinal007's Avatar
spinal007 spinal007 is offline
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 23
Posts: 1,650
Blog Entries: 1
Thanks: 0
Thanked 4 Times in 4 Posts
Re: Javascipt or a:hover???????

:hover all the way, until you until to do it on something other than a link tag,

then you need this:
Whatever:hover

ps.: Karinne, there's an error (I think) on you tutorial:
  1. #nav a.home {
  2. background: url('home.jpg') no-repeat 0 0;
  3. }
  4. #nav a.home:hover {
  5. class="tab1"background-position: 0 -40px;
  6. }