On Thu, Mar 5, 2009 at 7:07 AM, Yury Tarasievich yury.tarasievich@gmail.com wrote:
Would it be at all possible to implement sizing an image to the percentage of its containing element (table, div)? Or would such a functionality be impossible "by design"?
It would be possible, but it would look terrible for most users. Browsers just don't do resizing that looks good, and the server doesn't know about percentage widths. Therefore only exact pixel sizes can feasibly be used in a lot of cases. For some cases, of course, browser resizing might look good enough.