Einzelnen Beitrag anzeigen

Benutzerbild von Neutral General
Neutral General

Registriert seit: 16. Jan 2004
Ort: Bendorf
5.219 Beiträge
 
Delphi 10.2 Tokyo Professional
 
#1

Homepage Layout verschiebt sich

  Alt 17. Mär 2007, 14:41
Hi,

Im Anhang seht ihr bei 1.jpg meine HP wie sie (im Moment noch^^) aussehn soll und in 2.jpg seht ihr was mit dem ganzen Block passiert wenn man den Browser (sowohl IE als auch FF) verkleinert...

Ich denke ihr seht anhand der Bilder was mein Problem ist.

Hier die betroffenen Style-Definitionen (CSS):

Code:

div.header

  width : 100%;
  height: 100px;
  float : top;
}

div.menuleft
{
  top: 10px;
  left: 0px;
  width: 160px;
  float: left;
  color: #555555;
}

div.content
{
  width: 864px;
  background-color: #000000;
  color: #FFFFFF;
  float: left;
  padding-left: 8px;
  padding-top : 8px;
}
Gruß
Neutral General
Miniaturansicht angehängter Grafiken
1_200.jpg   2_798.jpg  
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."
  Mit Zitat antworten Zitat