Log In · Register

 
 
Closed TopicStart new topic
Music Player on DIV Layout...
darktonight
post Dec 12 2008, 02:30 PM
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 _smile.gif
 
Insurmountable
post Dec 12 2008, 10:21 PM
Post #2


Cornflakes :D
*******

Group: Staff Alumni
Posts: 4,541
Joined: Dec 2005
Member No: 322,923



http://www.createblog.com/scripts/index.php?tag=music

Have you checked through all of our scripts recently? Also do you have a link or could you post the codes that your using currently so we can look through them as well to make sure there isn't any issues.

Thanks _smile.gif
 
Mickey
post Dec 13 2008, 04:52 AM
Post #3


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



It might be because your DIV layout is covering it. Please post all of your codes and a link to your page so we can find the problem.
 
darktonight
post Dec 18 2008, 11:26 AM
Post #4


Newbie
*

Group: Member
Posts: 3
Joined: Dec 2008
Member No: 703,176



Ill just post the style part.. as that is where it needs to be changed lol...

CODE
<style>

.profileInfo, .contactTable, .userProfileURL, .interestsAndDetails, .userProfileDetail, .userProfileSchool, .userProfileNetworking, .userProfileCompany, .extendedNetwork, .latestBlogEntry, .friendSpace, .friendsComments, td div {display:none;}
div td div, span.text div {display:block;}
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;}
.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;
z-index:1;
visibility:visible !important;
left: 147px;
top: 124px;
font-size:36px;
color:FFFFFF;
}

.displaypic {
position:absolute;
width:auto;
height:auto;
z-index:1;
visibility:visible !important;
left:213px;
top:177px;
border:double;
border-width:thick;
border-color:FFFFFF;
}

.music {
position:absolute;
width:274px;
height:219px;
z-index:1;
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;
z-index:1;
visibility:visible !important;
left:399px;
top:313px;
color:FFFFFF;
}

.commentmypics {
position:absolute;
width:529px;
height:85px;
z-index:1;
visibility:visible !important;
left:595px;
top:176px;
color:FFFFFF;
}

.aboutme {
position:absolute;
width:333px;
height:302px;
z-index:1;
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;
z-index:1;
visibility:visible !important;
left:400px;
top:175px;
overflow:hidden;
color:FFFFFF;
}

.other {
position:absolute;
width:auto;
height:auto;
z-index:1;
visibility:visible !important;
left:525px;
top:658px;
color:000000;
}
/*buttons*/

.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>


the .music is a div where i put all the music i like in lol..

anyway a link to it is http://www.myspace.com/dividedfears

thanks a million for helping! :)



QUOTE(Insurmountable @ Dec 13 2008, 03:21 AM) *
http://www.createblog.com/scripts/index.php?tag=music

Have you checked through all of our scripts recently? Also do you have a link or could you post the codes that your using currently so we can look through them as well to make sure there isn't any issues.

Thanks _smile.gif


thanks, tried them scripts, but nothing lol :s
but ive posted all my styles..
Reason for edit: Please use [codebox] tags when posting codes. - Mike
 
Mickey
post Dec 18 2008, 12:32 PM
Post #5


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.
 
darktonight
post Dec 18 2008, 12:52 PM
Post #6


Newbie
*

Group: Member
Posts: 3
Joined: Dec 2008
Member No: 703,176



QUOTE(Anarchy @ Dec 18 2008, 05:32 PM) *
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.


THANKS SO MUCH!! It solved it! Thanks again! :)
 
Mickey
post Dec 18 2008, 12:52 PM
Post #7


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



Alright, topic closed & moved.
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: