suit: Verständnisfrage Seitenlayout mit Kopf und zwei Spalten

Beitrag lesen

Oder soll ich lieber eine Tabelle nehmen, oder ein Frameset? *eknw*

ja, tabellen sind cool

was hälst du davon:

<div id="header">
  <h1>frankx' Ponny-Website</h1>
</div>

#header {
  position: absolute;
  background: url() no-repeat x y;
}

h1 {
  position: absolute;
}