> 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
***************************************************** 

Reply via email to