I've been using HTML and CSS to style my resume, but I'm having difficulties styling a <tr> element.
Does this not work inside a table ?
-moz-border-radius: 5x;
-webkit-border-radius: 5px;
|
|
Yes, it works inside a table on If you want to round a row of cells so that the left- and rightmost elements are rounded, you need to use the
|
||||
|
|
I got it to work without a table, using div, with :
|
|||
|
|
This works for me in Chrome and FF. |
||||
|
|