flash not showing up, help |
![]() ![]() |
flash not showing up, help |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Sep 2006 Member No: 467,850 ![]() |
hello all. i just recently added a flash music player, and a code that had already came with my DIV layout to move the myspace music player to the top left is making it so i annot see or use my new musi player, whih took me like 2 hours to make. i think its somewhere in this code, i underlined the area where i think it is causing the trouble. please add me, www.myspace.com/43t3r, i really need help on this, any flash will not show with something in this css coding, im not so good at css, so any help wold be apreciated, again i just want to remove any code that has to do with the music player. thanks.
<style type="text/css"> body {background-color:white; background-image:none;} td, .text, div, input {color:white !important;} a {color: !important;} img {border:0px;} table, tr, td {background:transparent; border:0px;} img, .contactTable { display:none; } .bbzContainer img, .comt img { display:inline; } table div, td td td, table div div { visibility:hidden; } font, a, .bbzsc a { visibility:hidden; } marquee { visibility:visible !important; } .bbzComment { This is where you control the position of the player. } table table embed {display:block; width:208x; height:26px; position:absolute; top:300px; left:400px; visibility:visible;} table table table embed, .bbzContainer div embed {position:static !important; width:auto; height:auto; } .text, table table table table a, table table table table div,table table table table div a {visibility:visible;} .bbzComment { You selected to show comments. } .bbzsc { visibility:hidden; } .herpe { You selected to show friends. } .comt td, .comt table{width:0px!important; height:0px!important; background-color:transparent!important; border:0px!important; _padding:2px!important;} .comt, .comt td, .comt table, .comt td a img, .comt td td td a, .comt td b a, .comt td .redlink{visibility:visible;} .comt td td td b{top:0px; display:inline;} .comt .orangetext15{display:none;} .comt td b, .blacktext10 {display:block;} .comt table, .comt td b, .comt .btext, .redlink{position:relative; top:-9px;} .comt {z-index:7;} .herpe { This is where you control your top8 and comment position. } .comt { visibility: visible; position:absolute; left:42%; top:0%; overflow:auto; width:530px; height:720px; border:0px solid; border-color:silver; margin-top:350px; margin-right:900px; background-color:transparent; } .comt span, .comt b {color:white !important; visibility:visible !important; display:inline !important; } .comt table { width:400px !important; } .comt table table { width:0px !important; } .blacktext10 { width:350px; display:block; } .comt a, .comt font, .comt span { visibility:visible !important; } |
|
|
![]()
Post
#2
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
Just take the underlined area out. These to be exact:
table table embed {display:block; width:208x; height:26px; position:absolute; top:300px; left:400px; visibility:visible;} If it still doesn't work remove this too: table table table embed, .bbzContainer div embed {position:static !important; width:auto; height:auto; } |
|
|
![]() ![]() |