|
|
I added a swf movie to the header of the page below, my problem is just below
it in the div container is a quicktime movie that plays. I want to keep it but
it is cutting off the header swf, I cannot for the life of me add another 10 to
15 pxl space between the two. Can anybody show me how to do this?
thx
<?xml version="1.0" encoding="UTF-8"?>
<!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" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="Generator" content="iWeb 2.0.3" />
<meta name="iWeb-Build" content="local-build-20080726" />
<meta name="viewport" content="width=700" />
<title>filmedit</title>
<link rel="stylesheet" type="text/css" media="screen,print"
href="filmedit_files/filmedit.css" />
<!--[if IE]><link rel='stylesheet' type='text/css' media='screen,print'
href='filmedit_files/filmeditIE.css'/><![endif]-->
<script type="text/javascript" src="Scripts/iWebSite.js"></script>
<script type="text/javascript" src="filmedit_files/filmedit.js"></script>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<style type="text/css">
<!--
#Layer1 {
position:absolute;
left:87px;
top:70px;
width:693px;
height:65px;
z-index:1;
}
#Layer2 {
position:absolute;
left:66px;
top:208px;
width:732px;
height:79px;
z-index:2;
font-family: "Courier New", Courier, mono;
background-color: #FF00FF;
}
-->
</style>
<script type="text/javascript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if
((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight;
onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH)
location.reload();
}
MM_reloadPage(true);
//-->
</script>
</head>
<body style="background: #000000; margin: 0pt; " onload="onPageLoad();">
<p> </p>
</div>
<div style="text-align: center; ">
<div style="margin-bottom: 0px; margin-left: auto; margin-right: auto;
margin-top: 0px; overflow: visible; position: relative; word-wrap: break-word;
background: #000000; text-align: left; width: 700px; " id="body_content">
<div style="height: 73px; margin-left: 0px; position: relative; width:
700px; z-index: 10; " id="header_layer">
<div style="height: 0px; line-height: 0px; " class="bumper">
<p>
<script type="text/javascript">
AC_FL_RunContent(
'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
version=7,0,19,0','width','740','height','150','title','zxz','src','dropdownnav'
,'quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','m
ovie','dropdownnav' ); //end AC code
</script><noscript><object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=7,0,19,0" width="740" height="150" title="zxz">
<param name="movie" value="dropdownnav.swf" />
<param name="quality" value="high" />
<embed src="dropdownnav.swf" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="740" height="150"></embed>
</object></noscript>
</p>
<p> </p>
<p> </p>
<p> </p>
</div>
</div>
<div style="margin-left: 0px; position: relative; width: 700px;
z-index: 5; " id="body_layer">
<script type="text/javascript"><!--
writeMovie1();
--></script>
<div id="id3" style="height: 100px; left: 308px; position: absolute;
top: 244px; width: 100px; z-index: 1; " class="style_SkipStroke_2">
<div class="text-content
graphic_textbox_layout_style_default_External_100_100" style="padding: 0px; ">
<div class="graphic_textbox_layout_style_default"></div>
</div>
</div>
<div id="id4" style="height: 100px; left: 318px; position: absolute;
top: 254px; width: 100px; z-index: 1; " class="style_SkipStroke_2">
<div class="text-content
graphic_textbox_layout_style_default_External_100_100" style="padding: 0px; ">
<div class="graphic_textbox_layout_style_default"></div>
</div>
</div>
<div style="height: 480px; line-height: 480px; " class="spacer">
</div>
</div>
<div style="height: 150px; margin-left: 0px; position: relative;
width: 700px; z-index: 15; " id="footer_layer">
<div style="height: 0px; line-height: 0px; " class="bumper"> </div>
</div>
</div>
</div>
</body>
</html>
|
|