Thread Zeilennummern als separater Block (27 answers)
Opened by GUIfreund at 2011-09-13 15:22

topeg
 2011-09-13 21:11
#152354 #152354
User since
2006-07-10
2611 Artikel
BenutzerIn

user image
Ich Glaube ich habe eine Lösung gefunden. Beim FF wird das so ganz ordentlich dargestellt und auch das Verkleinern des Fensters funktioniert:

Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
div.codebox {
border: 1px solid #aaaaaa;
float:left;
width:95%;
overflow-x: scroll;
}


div.codelines {
vertical-align: top;
margin-right: 2px;
clear:both;
float:left;
}

div.code_container {
min-width:50em;
}

View full thread Zeilennummern als separater Block