I have worked out some bugs to the code. Here is a new version of the HTML (it still won't stack right):
HTML Code:
<!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="content-type"
content="text/html; charset=utf-8">
<title>title</title>
<meta name="description" content="a description of your page">
<meta name="keywords" content="a, list, of, keywords">
<style type="text/css">
* {margin:0; padding:0;}
#back {background-color:#f5f5f5;
width:761px;
height:354px;
}
#viewer {
width:761px;
height:354px;
position:absolute; top:0; left:55px; z-index: 1000;
}
#objectView {}
a img{border:0 none;}
img.left {float:left; padding:110px 0 0 40px;}
img.right {float:right; padding:110px 40px 0 0;}
#soundCloud {padding-top:50px;}
</style>
</head>
<body>
<div id="viewer"><img src="viewPort.png" width="761" height="354"></div>
<object width="742" height="354"><param name="movie" value="http://www.youtube.com/v/ZDaDWQBA6Yc?version=3&hl=en_US&rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed id="objectView"src="http://www.youtube.com/v/ZDaDWQBA6Yc?version=3&hl=en_US&rel=0" type="application/x-shockwave-flash" width="742" height="354" allowscriptaccess="always" allowfullscreen="true"></embed></object>
</body>
</html>
Bookmarks