2011-06-19T15:26:21 GwenDragonIn IE 7 und 8 existiert ein horizontaler Scrollbalken für die Seite!
1
2
3
4
<div class="codeheader">Headline</div>
<div class="codelines"><pre><tt>zeilennummern</tt></pre></div>
<div class="codebox">code...</div>
<div style="clear: both;"></div>
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
div.codeheader {
float: left;
clear: both;
background-color: #eeeeee;
font-style: italic;
color: #7777aa;
padding: 0;
padding-left: 10px;
font-size: smaller;
font-weight: normal;
text-align: left;
}
div.codelines {
vertical-align: top;
margin-right: 2px;
float: left;
clear: both;
}
div.codebox {
border: 1px solid #aaaaaa;
float: left;
min-width: 20em;
/* Browserswitch */
overflow-x: auto;
max-width: 50em/90%; width: 40em
}
2011-06-19T19:43:56 pqhast du ein forciertes reload gemacht? um die css-dateien neu zu laden?