Tee G. Peng wrote:
http://new.marinersq.com/html/aerobics-3.html

The only thing I see that the right column drops to the bottom is
when I resize the text to smaller. Is there a way to fix?

Basically: don't mix em and px on side-by-side containers/columns.
Instead; leave the tricky calculations to those browsers.

The following addition will let the layout self-adjust and keep
everything lined up - regardless of font resizing...

#content {width: auto; margin-right: 230px;}

#right {margin-left: -216px;}

...and it'll still be an em-sized layout.

regards
        Georg
--
http://www.gunlaug.no


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to