Guest User

Untitled

a guest
Jan 19th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <table>
  2. <tr>
  3. <td> <-------- dynamic width & hight
  4. <commandLink>
  5. <div> <---------- I cannot click this <div> as link, cau provide me?
  6. //nod ata
  7. </div>
  8. </comandlink>
  9. </td>
  10. </tr>
  11. </table>
  12.  
  13. td div {
  14. width: 100%;
  15. height : 100%;
  16. }
  17.  
  18. td div#your-id a {
  19. display : block;
  20. width: 100%;
  21. height : 100%;
  22. }
Add Comment
Please, Sign In to add comment