Portman wrote: > I am working on a restaurant website and am having a problem with the > height of the main container (#wrapper) in Firefox....trimmed] > http://www.starqualitydesigns.com/contempo/menu_restaurant.htm > The css is http://www.starqualitydesigns.com/contempo/contempo.css > Riva Do /not/ set a height, and try clearing it: #wrapper { /*padding: 0px;*/<<<<delete /*min-height: 1500px; */ <<<<delete padding-bottom: 50px; <<<<add (for a little lead under the last menu item.) } Add this selector to the style sheet: br.both { clear: both; } #wrapper is the first division to open. And it is the last division to close. Add this in the markup immediately before #wrapper closes: <br class="both" /><<<add </div> </body> </html>
It might be a good idea to validate the markup (you have used the same id more than once on the page). Is there a particular reason why the menu is skewed so far left? Best, ~dL -- http://chelseacreekstudio.com/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- 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/