13.09.2007, 17:41
Hi,
Beispielsweise:
[HTML]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title>Untitled</title>
<style type="text/css">
.rot {
color: red;
}
.rot div {
color: black;
}
</style>
</head>
<body>
<ul type="square" class="rot">
<li><div>Text</div></li>
</ul>
</body>
</html>[/HTML]
Cu Helmut
Zitat:Wie kann ich die Farbe von dem mittlerweile <ul="square"> ändern?das geht nur wenn Du in der Liste den Text in ein weiteres Element verpackst, darauf kannste dann mit CSS Bezug nehmen
Beispielsweise:
[HTML]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title>Untitled</title>
<style type="text/css">
.rot {
color: red;
}
.rot div {
color: black;
}
</style>
</head>
<body>
<ul type="square" class="rot">
<li><div>Text</div></li>
</ul>
</body>
</html>[/HTML]
Cu Helmut