Hi Jason, It seems so obvious when you (and others) explain it. Thank you for that. (I know there is a long way before I understand CSS completely, if ever, but I'm learning everyday thanks to this list and other CSS resources)
Once again... thanks to you and to this list for all your help. (Respect :o) Kim ----- Original Message ----- From: "Jason Turnbull" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 20, 2004 2:53 AM Subject: RE: [WSG] height problem > > Kim Kruse wrote: > > I wrapped the logo and an URL in > > an <h1> tag, placed it right under the body tag > > and now FF is messing up. > > http://www.pagemakers.dk/divtest/test.htm . > > Firefox has this displayed correctly > Floats need to be 'cleared' to move the following content underneath > > What I would do (not necessarily the best way) is add the logo ID to the > h1 instead and add a clearing class after the h1 > > <div> > <h1 id="logo"> > <img src="http://www.pagemakers.dk/divtest/billeder/logo.gif" > alt="mouseriders" width="200" height="80"/><a href="index.htm"> > mouseriders: Apache, Java, Tomcat, PHP, Programmering</a> > </h1> > <br class="clear" > > </div> > > And change the style '#logo h1 a' to 'h1#logo a' > > Regards > Jason > > > ***************************************************** > The discussion list for http://webstandardsgroup.org/ > See http://webstandardsgroup.org/mail/guidelines.cfm > for some hints on posting to the list & getting help > ***************************************************** > > ***************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help *****************************************************
