Onbekend |
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
<!--
.divClass
{
position:absolute;
width: 200px;
height: 200px;
z-index:1;
left: 0px;
top: 0px;
background-image: url(a.png);
behavior: url("iepngfix.htc");
}
.pngfix
{
behavior: url("iepngfix.htc");
}
-->
</style>
</head>
<body>
<div class="divClass"></div>
<div class="pngfix"><img src="elf.gif" alt="" /></div>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> <style type="text/css"> <!-- .divClass { position:absolute; width: 200px; height: 200px; z-index:1; left: 0px; top: 0px; background-image: url(a.png); behavior: url("iepngfix.htc"); } .pngfix { behavior: url("iepngfix.htc"); } --> </style> </head> <body> <div class="divClass"></div> <div class="pngfix"><img src="elf.gif" alt="" /></div> </body> </html>
? |