Reputation: 193
Why is that when i hover my mouse pointer to the a link the hand wont show up
the hand is the one that click the link for <a href=""></a>
it show up when you hover on the list but mine wont.
the first line of the list the hand show up for the whole area but the other list just the half of the area.
Here is my fiddle : http://jsfiddle.net/TBEnf/5/
Upvotes: 1
Views: 85
Reputation: 30999
Working fiddle: http://jsfiddle.net/TBEnf/7/
.UploadPicture ul li a
should have display:block;
Upvotes: 3