Forum Moderators: open
For design interest, I'll sometimes round the corners of this main window.
Up to now, the only way that I know of to put these rounded graphics into the lower corners is by creating additional rows and cells - it's kind of kludgey. It works, but it puts restrictions on what I can do in that area.
Is there a way, using CSS positioning, to position a graphic relative to another object, e.g. the lower-right corner of a table cell? I understand how positioning works relative to the upper-left corner of the browser window, but I haven't found any good documentation for anything other than that.
Thanks for any help. Let me know if I'm not being clear with what I want.
td.bottomright { background: url(images/bottomright.gif) no-repeat bottom right }
Those corner images are not really content, so they shouldn't be images in the html, but background images.
You can also check out this tutorial on how to make rounded corner boxes with css (no tables):
[a_list_apart.com...]
(take the underscores from the address to make it one word: #*$!, for some reason when I do so, it destroys my url)