Ian Young wrote: > See what you think of this page, which has been converted from table based > template and JavaScript menu > > Seems to zoom in ok, but think it might be breaking at 800x 600 (according > to browsercam). > > http://www.iyesolutions.co.uk/templates/vensite/navtest.html > > http://www.iyesolutions.co.uk/templates/vensite/styles.css > > Thanks anticipation. > > Ian > > Changing the width of #columnRight from 80% to something like 75% may(guessing) cure the float drop at 800. I /think/ if you delete the horizontal padding from #content, you'll eliminate the h-scroll bar. Add p tags to the text in that division, and assign p {margin: 10px; }in the css. You may need to assign a background color to html, body. Mixing percent with points for line-height is a deadly combination. body { font-size: 100.1%; line-height: 13pt; } reset to: body { font-size: 100%; line-height: 1.2; } And if you a really into avant garde Web design :-) , delete the font-size on the container, and let it inherit default. #container{ /*font-size:0.75em;*/ } Regards, ~dL
-- http://chelseacreekstudio.com/ca/ccs/pow/pow.html ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/