Log In · Register

 
 
Closed TopicStart new topic
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?
 
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>
 
tommyhottie
post Jul 6 2007, 02:33 AM
Post #3


Newbie
*

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



It didnt work
 
YourSuperior
post Jul 6 2007, 12:58 PM
Post #4


;)
*******

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



Post the codes. I wanna see what you did wrong. I hope you didn't just paste the video code where I told you to and not edit the css.
 
tommyhottie
post Jul 12 2007, 03:03 AM
Post #5


Newbie
*

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



OMG sorry.
I found out FF doesnt work with the vid.
sorry ^_^
 

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