Results 1 to 3 of 3

Thread: [solved] css: highlighting td

Threaded View

  1. #1

    Thread Starter
    Fanatic Member brown monkey's Avatar
    Join Date
    Jun 2004
    Location
    Cebu
    Posts
    552

    [solved] css: highlighting td

    i use this
    Code:
    td{
    	cursor: hand;
    	width: 200px;
    	vertical-align: top;
    }
    td:hover{
    	background: #666666;
    }
    in IE, cursor is hand if hovered but the background won't change to #666666. in contrary, Mozilla change the background when hovered but the cursor won't... am i missing something? thanx...
    Last edited by brown monkey; Jun 19th, 2004 at 04:29 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width