Thread HTML 4.01 oder XHTML und CSS: Wo ist der Unterschied zwischen id=''... (21 answers)
Opened by Ronnie at 2003-10-27 14:14

Ronnie
 2003-10-27 15:38
#25258 #25258
User since
2003-08-14
2022 Artikel
BenutzerIn
[default_avatar]
Mein Beispiel-CSS:

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
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; }


Wie gesagt, mit dem IE oder Opera problemlos.

View full thread HTML 4.01 oder XHTML und CSS: Wo ist der Unterschied zwischen id=''...