Hallo,
habe das Problem, daß im IE6 scheinbar die CSS "background-color" das Bild verdeckt. Opera und Firefox machen's richtig *nerv*
Hat jemand vielleicht dafür eine Lösung?
Besten Dank im vorraus!!!
MfG,
Sebastian
P.S: Der Quelltext:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Titel</title>
<style type="text/css">
<!--
#content {
position: relative;
}
.main {
position: relative;
background-color: yellow;
font-size: 80%;
border-color: red;
border-style: solid;
}
-->
</style>
</head>
<body>
<div id="content">
<div class="main">
<a href="disclaimer.html"><img src="flag_de.gif" align="left"></a>
<a href="disclaimer_en.html"><img src="flag_en.gif" align="right"></a>
<p align="center">
text <br>
text <br>
text <br>
</p>
</div>
</div>
</body>
</html>