Wie groß muss width sein****

EuropaChat

Erfahrenes Mitglied
Hallo,

wie groß muss hier das width:1500px sein? Habe es so gemacht, wenn man den Browser kleiner macht, das sich das nicht untereinander verschiebt sondern der scroll Balken kommt. Wer kann mir das bitte berechnen?

LINK: http://wakeboarder.lima-city.de/

PHP:
.teaser_holder { position: fixed; bottom: 10px; width: 1000px; height: 330px; margin-left: -500px; left: 50%;}
.teaser_background { position: fixed; bottom: 10px; width: 1000px; height: 125px; margin-left: -500px; left: 50%; background-color: #333; z-index:110; }
.teaser_content {position: relative; top: 45px; width: 262px; z-index:120; float:left; text-transform: uppercase; font-size: 9px; margin-left: 120px;}
.teaser_content_image {position: relative; padding:6px 6px 14px 6px; background-color: #000; font-size:  11px; }
.teaser_content img { margin-bottom: 4px;   }
.teaser_content_navigation { margin: 6px 2px 0px 6px; font-size: 11px; }
.teaser_content_navigation ul { list-style-type: none; padding-left: 10px; margin: 0px; }
.teaser_content_navigation li { display: block; line-height: 15px; font-style: bold; color:#CCC }
body { width:1500px; }
 
3 * 262px + 3 * 120px = 1146px

P.S. Ein Fragezeichen im Themenbetreff hätte genügt. So aber wurden alle vier durch ein * ersetzt!
 
Zuletzt bearbeitet:
Zurück