Displaying Source Code(s)
|
|
i-frames drag and drop with live streaming video
--------------------------------------------------------------------------------
Description : i-frames that can be dragged and dropped anywhere
on your page with any dynamic content !_THIS IS A MUST SEE_!
<!DOCTYPE HTML Public "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>.::i-frame::.</title>
<style Type="text/css">
iframe {
border: 0; position: absolute; top: 50; Left: 10; width: 200;
height: 200;
}
</style>
<script Type="text/javascript">
</script>
</head>
<body bgcolor="black">
<iframe src="dragFrame3.html"> </iframe>
<iframe src="dragFrame2.html"></iframe>
</body>
</html>
|
|
|