top | item 45913588

(no title)

_kush | 3 months ago

Border radius has been one of the best things to happen to CSS. If you've done web development during the Internet Explorer 6 era, you'd know what I mean.

discuss

order

viraptor|3 months ago

   <table><tr><td><img src="top-left-corner.gif" ....

slater|3 months ago

You're missing valign="top" in your TD

chriswarbo|3 months ago

Border-radius makes it easier to implement rounded-rectangles, etc. compared to the tables-of-offset-image-sprites they needed back in the day.

That says nothing about whether rounded-rectangles are "good" or "bad" though.

arscan|3 months ago

Was that the 3x3 table method, or was that for earlier browsers?