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> |
|
|
|
miniminako Videos Jul 6 2007, 12:41 AM
miniminako It didnt work Jul 6 2007, 02:33 AM
Maestro Post the codes. I wanna see what you did wrong. I ... Jul 6 2007, 12:58 PM
miniminako OMG sorry.
I found out FF doesnt work with the vid... Jul 12 2007, 03:03 AM![]() ![]() |