A form blows up my menu

liunx

Guest
Hallo,<br />
<br />
Please check the website in my siganture.<br />
<br />
On the contact page you will notice (IE6 only) the menu bar is ca. 5 pixel higher .<br />
<br />
The same problem is on on the insert-link page. Is there a margin to set?<br />
<br />
It looks good min mozilla 1.6<!--content-->#container h1 {margin:0;}<br />
You may prefer to set this in the rule for H1 and all other Hx rules. Moz. sets a defult margin for all headings.<!--content-->that looks not to be the problem...<br />
<br />
I think it must be in this style:<br />
<br />
<br />
#nav1 {<br />
background:url(/images/navshade.gif) repeat-x bottom left;<br />
list-style-type: none;<br />
margin:0;<br />
padding:0;<br />
height:32px;<br />
}<br />
#nav1 li {<br />
display:inline;<br />
font:bold 12px/22px Arial, Helvetica, sans-serif;<br />
background:url(/images/divider.gif) no-repeat right bottom;<br />
margin:0;<br />
padding:3px 20px;<br />
}<!--content-->The only difference is the <div class="banner"> is on one line on all other pages. A line-break may be the cause of the extra pixels.<br />
<br />
The header rule does make a difference to browser layout.<!--content-->its a strange thing... i removed for one file the whitespace and its OK for all pages.<br />
<br />
:confused:<!--content-->Problem solved?<!--content-->yep...bedankt.<!--content-->
 
Back
Top