I wanted to make my top left hand corner of a table rounded in all browsers.
I tried this:
-webkit-border-top-left-radius: 9px;
-moz-border-radius-topleft: 9px;
border-top-left-radius: 9px;
But it doesn’t seem to be working in Google chrome. Can anyone see the error? I’m also sure it used to work…
Changed the padding to 5 and back to 0 and it seemed to work again… must be the cache or something, I don’t know.