|< 1 2 3 >| | 22 Einträge, 3 Seiten |
QuoteSoll ich HTML 4.01 strict, oder XHTML einsetzen?
QuoteWas ist der Unterschied zwischen id- und class-Attributen?
QuoteBei welchen tags können id- und class-Attribute eingesetzt werden?
QuoteWieso ignoriert der Mozilla diese vollständig?
QuoteWie muss eine Seite aufgebaut sein um vom Mozilla sauber dargestellt zu werden?
<table class="default">
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
a { color: ð»· }
table { border-color:#8080FF;
border-width:1px;
border-style:Solid; }
table tr { border-color:#EEEEEE;
border-width:1px;
border-style:Solid; }
table td { border-color:#EEEEEE;
border-width:1px;
border-style:Solid; }
table.xmas { border-color:
border-width:1px;
border-style:Solid; }
table.alert { border-color:#FF0000;
border-width:2px;
border-style:Solid; }
tr.green { color:á½ }
tr.yellow { color:ó }
tr.red { color:#C00000; }
tr.baby { color:#FF8080; }
tr.vio { color:#C000C0; }
h2 { font-family:Verdana, Helvetica, sans-serif, Arial; }
body { font-family: Verdana, Helvetica, sans-serif, Arial;
font-size: 11px;
color: ð»·
letter-spacing:0.13mm;
line-height:3.8mm;
background: #FFFFFF; }
.auswahl { width:200px; }
.blind { border-width:0px; }
.stupid { border-width:1px; color: }
.alert { color: #FF0000; font-size: 14px; }
.default { font-family: Verdana, Helvetica, sans-serif, Arial;
font-size: 11px;
color: ð»·
letter-spacing:0.13mm;
line-height:3.8mm;
background: #FFFFFF; }
QuoteEs kommt natuerlich darauf an, was Du erreichen willst, aber normalerweise kommen die class-Attribute ins td und nicht ins table.
|< 1 2 3 >| | 22 Einträge, 3 Seiten |