Log In · Register

 
Videos, in DIV?
tommyhottie
post Jul 6 2007, 12:41 AM
Post #1


Newbie
*

Group: Member
Posts: 7
Joined: Dec 2006
Member No: 488,356



How do I put video in a DIV?
 
 
Start new topic
Replies
YourSuperior
post Jul 6 2007, 12:56 AM
Post #2


;)
*******

Group: Staff Alumni
Posts: 9,573
Joined: Feb 2005
Member No: 99,124



Edit the bolded parts. Use margin-left to move the div left or right, and use margin-top to move the div up or down. You can also edit the width and the height of the div.
CODE
<style type="text/css">
.videodiv{
position: absolute;
overflow: auto;
margin-left: 00px;
margin-top: 00px;
width: 00px;
height: 00px;
}
</style>

<div class="videodiv">
PUT THE VIDEO CODE HERE
</div>
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: