Sweeeet! That took way too long, but I finally figured out how to round the corners of a table without things looking wacked when the window is too small. Mwahah. Very little reason indeed not to upgrade the homepage now.
Sidenote: Colds suck. Glad it held off 'til this long, but could I ever not get sick some summer?
August 2 2005, 00:43:26 UTC 6 years ago
whaaaa?
rounded table corners w/ just css? i didn't think that was supported under the current spec! how'd you do it?August 2 2005, 00:53:21 UTC 6 years ago
Re: whaaaa?
I put a table inside a rounded-corner box.They describe how to make the rounded-corner box here, using nothing more than CSS and some small images.
In order to sidestep deviating wrapping issues (I had a bunch of thumbnails inside the table that didn't wrap, but the box did when the window was small enough) I used the min-width attribute on the box.
August 2 2005, 01:03:17 UTC 6 years ago