Hallo alle zusammen!
Ich bin gerade am design einer Seite, die 3-Spalten haben soll.
Dabei bin ich auf ein Problem gestoßen. Sobald ich das Browserfenster vergrößer oder verkleiner verschiebt sich die rechte spalte. Welche möglichkeiten gibt es noch? (außer float).
Hier mein Quellcode:
Code:
#menu {
  position: absolute;
  width: 240px;
  height: 800 px;
  top: 0px;
  padding:0px;
  margin:0px;

}




#menu1 {
  position: absolute;
  width: 240px;
  height: 800 px;
  top: 0px;
  left: 1020px;
  padding:0px;
  margin:0px;

}




#top {
  width: 770 px;
  height: 267px;
  margin-left: 0px;
  overflow: none;
  padding: 0px 0px 0px 0px;

}



<object data="stain.swf" type="application/x-shockwave-flash" width="770" height="267" border="0" align="center" id="top"  >
  <param name="src" value="stain.swf" />
  Ihr Browser kann das Objekt leider nicht anzeigen!
</object>

<img src="left.gif" / id="menu">
<img src="right.gif" / id="menu1">
Danke im Vorraus!
BaSSi