video above profile |
![]() ![]() |
video above profile |
Jul 7 2007, 03:01 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 35 Joined: Mar 2007 Member No: 512,317 |
i want a video above my profile like a banner but instead of it a video
theres a code for that? |
|
|
|
Jul 7 2007, 03:09 PM
Post
#2
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
You can edit the margin-left. Use numbers to make it go left or right.
Try this: CODE <style type="text/css"> body{ background-position: top center; margin-top: 64; } div.video { top: 0; left: 49%; margin-left: -px; width: 100%; height: 64px; position: absolute; } </style> <div class="video"> PUT VIDEO HERE </div> <br> <br> |
|
|
|
![]() ![]() |