Hier ist mein Code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<style type="text/css">
.bg
{
position: absolute;
top: 0;
left: 0;
z-index: 0;
}
.cell
{
color: #FFFFFF;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
</style>
</head>
<body>
<img src="Images/Footer.gif" class="bg" />
<span class="cell">
160,000,000
</span>
</body>
</html>
Ich habe den IE8 verwendet, um diese Seite zu drucken, aber der IE hat die weiße Farbe in grau geändert. Wie kann ich diese Änderung verhindern?
Gracias