I\'m trying to highlight (change background color) of the entire row when the mouse is hovering on a table row. I searched through the Net and it should be working, but it d
Like @wesley says, you have not closed your first . You opened it two times. 1a 2b 3c CSS: .list1 tr:hover{ background-color:#fefefe; } There is no JavaScript needed, just complete your HTML code 0 讨论(0) 查看其它13个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
. You opened it two times. 1a 2b 3c CSS: .list1 tr:hover{ background-color:#fefefe; } There is no JavaScript needed, just complete your HTML code 0 讨论(0) 查看其它13个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
1a 2b 3c
CSS:
.list1 tr:hover{ background-color:#fefefe; }
There is no JavaScript needed, just complete your HTML code