Videos + Div = huh?, Putting videos in DIV layouts |
![]() ![]() |
Videos + Div = huh?, Putting videos in DIV layouts |
Oct 25 2006, 04:10 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 34 Joined: Sep 2006 Member No: 462,556 |
there's this video I want to put on my page but when I do it doesn't show up or messes up the table box thingy.
Is there a way to fix that? -EDIT- I've got another question. Is there another script thingy that will hide the music player in both IE and FF? The one in the script section only hides it in IE. -EDIT- agian. haha okay I know why the video isn't showing up. I'm so stupid. I think it's because of the script I'm using to hide the music player. CODE <style>td td object {position:absolute; left:0px; top:0px; display:block; width:0px; height:0px;}</style> <style type=text/css>td td embed { display:none }</style> I'm using two different ones. But is there a code that will hide the player but not videos and stuff. |
|
|
|
Oct 25 2006, 06:45 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
This prevents videos from showing:
QUOTE <style type=text/css>td td embed { display:none }</style> . So you need to get rid of that line. If the video still doesn't show up you can't hide the music player and have the video. mmhm. This hides in both: CODE <style>td td object {display:none;}</style>
|
|
|
|
Oct 25 2006, 08:04 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 34 Joined: Sep 2006 Member No: 462,556 |
ahh..
thanks! =] |
|
|
|
![]() ![]() |