> Yeah, this one does some of that, thanks to YUI stuff, but I don't want > to take up 100% of the width -- it just looks ugly on a large screen, > and looks daft with images with far too much whitespace around them.
Use a wrapper div with a max-width expressed in ems (and margin:auto to centre it). Elements inside it can then have widths expressed in % of the wrapper's width. You're on your own for IE compatibility fixes, though. _______________________________________________ Libre-fm mailing list [email protected] http://lists.autonomo.us/mailman/listinfo/libre-fm
