darph
2009-09-12, 11:28:06
;(
funktioniert das nur bei mir nicht oder was?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>##TITLE##</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css" media="screen">
#gna {
position: absolute;
width: 300px;
height: 300px;
left: 450px;
border: 5px solid red;
background-color: yellow;
filter: alpha (opacity = 50); /* FUCK YOU! */
zoom: 1;
}
#unf {
width: 500px;
height: 500px;
background-color: green;
}
</style>
</head>
<body>
<div id="unf">
<div id="gna">
<p>wer das liest ist doof.</p>
</div>
</div>
</body>
</html>
funktioniert das nur bei mir nicht oder was?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>##TITLE##</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css" media="screen">
#gna {
position: absolute;
width: 300px;
height: 300px;
left: 450px;
border: 5px solid red;
background-color: yellow;
filter: alpha (opacity = 50); /* FUCK YOU! */
zoom: 1;
}
#unf {
width: 500px;
height: 500px;
background-color: green;
}
</style>
</head>
<body>
<div id="unf">
<div id="gna">
<p>wer das liest ist doof.</p>
</div>
</div>
</body>
</html>