Hello fellow members of the Web Standards Group! I'm trying to work out a centered layout with header, 2 columns and a footer. The background picture is suppose 2 follow the content right down to the footer, but appearently the float-property 'end' the pagewidth-div(sidebredde) at the end of the header-div.
The layout work as intended in in IE and Opera. The problem appears in Firefox and Netscape however gives me headache. Hope some of you wizards out there can help me out :-) The page is located here: http://www.siteman.no/prosjektweb/superoddsen/nettsted/index.htm and the stylesheet is here: http://www.siteman.no/prosjektweb/superoddsen/nettsted/global.css This is the stripped code (layout only) comments translates div's into english: <div id="sidebredde"><!-- PAGEWIDTH --> <div id="header"></div><!-- HEADER --> <div id="kol"></div><!-- LEFT COLUMN --> <div id="hovedfelt"></div><!-- MAIN COLUMN --> <div class="clear"></div> </div>"><!-- END PAGEWIDTH --> <div id="kred"></div><!-- FOOTER --> <div class="clear"></div> ---------------- Best regards, Bent Inge H�i�s Address: Teknologiveien 22 N-2815 Gj�vik Norway [EMAIL PROTECTED] - www.siteman.no ****************************************************** The discussion list for http://webstandardsgroup.org/ Proud presenters of Web Essentials 04 http://we04.com/ Web standards, accessibility, inspiration, knowledge To be held in Sydney, September 30 and October 1, 2004 See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
