Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Text outside the div Reply To: [Solved] Text outside the div

#157579
Merri
Participant

The problem is with the image:

.menu img {
  vertical-align: top;
}

And then also remove #header’s height, because you don’t need it once the rule above is in place.

It would be a good idea to create those header lines at left and right with just CSS.