Am still tweaking this particular site....got it to where I want it now, except that I am wondering how I can eliminate all the extra space to the right...I don't want users thinking they have to scroll sideways since there is nothing there. The banner graphic at the top ends right after the "R" in Microdor. I am not even sure this is CSS problem, so if its not, that's okay...we don't have to discuss it here...However, if anyone thinks that tweeking the CSS may help, please let me know:
Thanks! Debbie http://www.drk-writing.com/northwesternesse/microdor/ body { margin: 0; font: 100.01% Verdana, Arial, Helvetica, sans-serif; line-height: 110%; color: #C2B490; background-attachment: scroll; scrollbar-face-color: #000000; scrollbar-shadow-color: #C2B490; scrollbar-highlight-color: #000000; scrollbar-3dlight-color: #C2B490; scrollbar-darkshadow-color: #000000; scrollbar-track-color: #000000; scrollbar-arrow-color: #C2B490; } p { font-size: 80%; } ul { list-style-type: none; } li.menu { display: inline; padding: 0 1.25em 0 0; } #corner { position: absolute; top: 0; left: 0; } #header { position: absolute; top: 0; left: 250px; } #sidebar { position: absolute; top: 153px; left: 0px; } #menu { position: absolute; top: 153px; left: 250px; width: 95%; } #content { position: absolute; top: 210px; left: 300px; max-width: 24.5em; text-align: center; padding-bottom: .5em; } #footer { max-width: 100%; } img.border { padding-top: 3em; padding-bottom: 1em; } #footer p { text-align: center; font-size: 65%; line-height: 105%; color: #ff9933; } ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
