Videos, in DIV? |
Videos, in DIV? |
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?
|
|
|
|
![]() |
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> |
|
|
|
Jul 6 2007, 02:33 AM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Dec 2006 Member No: 488,356 |
It didnt work
|
|
|
|
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.
|
|
|
|
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 ^_^ |
|
|
|
![]() ![]() |