I know it is possible to link an entire table cell with CSS.
.tableClass td a{ display: block; }
Is there a way to apply a link to an en
To link the entire row, you need to define onclick function on your row, which is element and define a mouse hover in the CSS for tr element to make the mouse pointer to a typical click-hand in web: In table: blah blah Text In related CSS: tr:hover { cursor: pointer; } 0 讨论(0) 查看其它8个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
onclick
element and define a mouse hover in the CSS for tr element to make the mouse pointer to a typical click-hand in web: In table: blah blah Text In related CSS: tr:hover { cursor: pointer; } 0 讨论(0) 查看其它8个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
hover
tr
In table:
blah blah Text
In related CSS:
tr:hover { cursor: pointer; }