Music Player on DIV Layout... |
Music Player on DIV Layout... |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Dec 2008 Member No: 703,176 ![]() |
i have made my own myspace profile, but i was to place the music player in a certain place, but for me to do that i need to see it first.. but it isnt showing up..
and i do not have: object, embed {width:0px;height:0px;} that stuff in my code ive looked and looked, and searched for it. ive even tried that z-index thing! and still nothing.. please help me ![]() |
|
|
![]() |
![]()
Post
#2
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
Posts merged. Next time, please use the Edit button instead of double posting. Replace your stylesheet codes with this:
CODE <style> object {position:absolute; z-index:9;} object {top:0px; left:50%; margin-left:-400px;} object {_top:0%; _margin-top:-382px; _margin-left:-169px;} td td td object {position:static; margin:auto;} </style> <style> tr {background:none;} a.text, table div font a, table div div {visibility:hidden;} table table div font a, table table div div {visibility:visible;} img {border:0px;} table tr td div font {display: none;} tr {background-color:transparent} .profileInfo, .contactTable, .userProfileURL, .interestsAndDetails, .userProfileDetail, .userProfileSchool, .userProfileNetworking, .userProfileCompany, .extendedNetwork, .latestBlogEntry, .friendSpace, .friendsComments {display:none;} div td div div {position:absolute!important; z-index:9; left:50%; margin-left:1px!important;} div td div {position:absolute!important; z-index:9; left:50%; margin-left:-364px!important;} div td div, span.text div {display:block;} .blurbs {visibility:hidden;} .blurbs span.text, .blurbs span.text * {visibility:visible;} div table div form {display:none!important} div table div select {display:none!important} div table div .mslogo {display:none!important} div div table div li {display:none!important} div table div .profile {display:none!important} table.rail {position:absolute; top:-100px !important} div div table div, div.clearfix a {display:none;} div.clearfix table div div {display:block;} body,td,th { background-color:transparent; font-family:Tahoma; font-size:11px; } body { background:black; background-image: url(http://i35.tinypic.com/f5927l.jpg); background-repeat: no-repeat; scrollbar-3dlight-color:000000; scrollbar-shadow-color:333333; scrollbar-face-color:000000; scrollbar-darkshadow-color:000000; scrollbar-track-color:666666; scrollbar-arrow-color:FFFFFF; scrollbar-highlight-color:000000; } .title { position: absolute; width: 999px; height: 41px; visibility:visible !important; left: 147px; top: 124px; font-size:36px; color:FFFFFF; } .displaypic { position:absolute; width:auto; height:auto; visibility:visible !important; left:213px; top:177px; border:double; border-width:thick; border-color:FFFFFF; } .music { position:absolute; width:274px; height:219px; visibility:visible !important; left:230px; top:424px; overflow:auto; text-align:center; color:FFFFFF; scrollbar-3dlight-color:000000; scrollbar-shadow-color:333333; scrollbar-face-color:000000; scrollbar-darkshadow-color:000000; scrollbar-track-color:666666; scrollbar-arrow-color:FFFFFF; scrollbar-highlight-color:000000; } .image { position:absolute; width:111px; height:101px; visibility:visible !important; left:399px; top:313px; color:FFFFFF; } .commentmypics { position:absolute; width:529px; height:85px; visibility:visible !important; left:595px; top:176px; color:FFFFFF; } .aboutme { position:absolute; width:333px; height:302px; visibility:visible !important; left:506px; top:336px; overflow:auto; margin-left:10px; color:FFFFFF; scrollbar-3dlight-color:000000; scrollbar-shadow-color:333333; scrollbar-face-color:000000; scrollbar-darkshadow-color:000000; scrollbar-track-color:666666; scrollbar-arrow-color:FFFFFF; scrollbar-highlight-color:000000; } .commentbox { position:absolute; width:188px; height:132px; visibility:visible !important; left:400px; top:175px; overflow:hidden; color:FFFFFF; } .other { position:absolute; width:auto; height:auto; visibility:visible !important; left:4px; top:626px; color:000000; } .home{ position:absolute; width:auto; height:auto; left: 972px; top: 332px; } .facebook{ position:absolute; width:auto; height:auto; left:924px; top:270px; } .pictures{ position:absolute; width:auto; height:auto; left:906px; top:397px; } .videos{ position:absolute; width:auto; height:auto; left: 924px; top: 460px; } .blogs{ position:absolute; width:auto; height:auto; left: 929px; top: 524px; } .addme{ position:absolute; width:auto; height:auto; left: 880px; top: 586px; } .messageme{ position:absolute; width:auto; height:auto; left: 1115px; top: 585px; } </style> That should make your music player appear. |
|
|
![]() ![]() |