Hallo,
wäre es sinnvoll, dass, wenn ich die Grafik pdf-repraes.gif, einfüge dieser automatisch bestimmte Eigenschaften zugeordnet werden (border; width; height).
Du meinst so?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>attribute-selectors</title>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<style type="text/css">
<!--
img[src="Beispiel1.jpg"] {width:10px; height:10px; border:1px solid #f00;}
img[src="Beispiel2.jpg"] {width:20px; height:20px; border:1px solid #0f0;}
img[src="Beispiel3.jpg"] {width:30px; height:30px; border:1px solid #00f;}
-->
</style>
</head>
<body>
<p>
<img src="Beispiel1.jpg" alt="Bild 1">
<img src="Beispiel2.jpg" alt="Bild 2">
<img src="Beispiel3.jpg" alt="Bild 3">
</p>
</body>
</html>
Ja, aber der Volksbrowser kann das natürlich nicht. ;-)
viele Grüße
Axel