Thread CSS: width:100%; will nicht (9 answers)
Opened by styx-cc at 2007-10-04 17:41

styx-cc
 2007-10-11 08:53
#100651 #100651
User since
2006-05-20
533 Artikel
BenutzerIn

user image
so, noch ein problem mit der weite von elementen, das css sieht so aus:
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#entry_box {
width:400px;
border: 1px solid black;
margin-left:auto;
margin-right:auto;
background: #99ccff;
margin-bottom: 30px;
overflow: hidden;
}

#entry_box a {color:blue; text-decoration:none; font-weight: normal;}
#entry_box a:hover {color:yellow; text-decoration:none;}

.gb_table {
width: 400px;
}

.head_gb_entry {
width:400px;
border-bottom: 1px dashed black;
height: 18px;
color: white;
background:#7f99ff;
text-align: left;
font-weight: bold;
}


Es geht um folgende Seite:
http://styx-cc.de/cgi-bin/index.cgi?p=gb

Ich hab extra darauf geachtet, dass die Elternelemente alle weit geug sind, und trotzdem stell er mit die td mit class="head_gb_entry" zu kurz da, wisst ihr da abhilfe?
der IE machts wie ich will...

ich geh jetzt schlafen, nacht!
Pörl.

View full thread CSS: width:100%; will nicht