Hi,
This is the following code:
I would like to put the second div tag directley under the flash movie, but it fails to work.
Why and how can i solve it?
Cheers
Jim
This is the following code:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<div align="center" style="position:relative; left:0px; top:30%; width:100%; height:30%; z-index:1; background-color: #99CC66; layer-background-color: #99CC66; border: 1px none #000000;">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="[URL unfurl="true"]http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"[/URL] width="400" height="200" title="Flash Movie">
<param name="movie" value="Flash/Introflash.swf">
<param name="quality" value="high">
<param name="LOOP" value="false">
<embed src="Flash/Introflash.swf" width="400" height="200" loop="false" quality="high" pluginspage="[URL unfurl="true"]http://www.macromedia.com/go/getflashplayer"[/URL] type="application/x-shockwave-flash"></embed></object>
</div>
<div id="Links" style="position:relative; ; width:100%; z-index:1; top: 0px; background-color: #9900CC; layer-background-color: #9900CC; border: 1px none #000000; left: 0px;">Typing something. This is the lower div and should be undearneath the other</div>
</body>
</html>
I would like to put the second div tag directley under the flash movie, but it fails to work.
Why and how can i solve it?
Cheers
Jim