div oven på flash film
Kan man positionere et div lag med en tekst oven på en flash film. Jeg har prøvet her men kan ikke få teksten til at stå øverst.<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<body>
<div style="position:absolute; margin-left: -380px; left: 50%; width:760px; height:66px; background-color:#0000FF; z-index: -1">
<object>jklj</object>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="760" height="66" title="webdesign">
<param name="movie" value="upload/flashKart/januar.swf" />
<param name="quality" value="high" />
<embed src="upload/flashKart/januar.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="760" height="66"></embed>
</object>
</div>
<div style="position:absolute; margin-left: -380px; left: 50%; width:760px; height:66px;">
<div style="display: table; height: 66px; width: 250px; _position: relative; overflow: hidden;">
<div style=" _position: absolute; _top: 50%; display: table-cell; vertical-align: middle; height: 66px;">
<p style=" _position: relative; _top: -50%; ">dsf sdf dsf sd f<br />
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Etiam tincidunt.
</p>
</div>
</div>
</div>
</body>
</html>
