Log In · Register

 
 
Closed TopicStart new topic
2 Questions
RealArtDesigns
post Sep 6 2009, 08:17 AM
Post #1


Senior Member
***

Group: Member
Posts: 63
Joined: Jun 2009
Member No: 735,129



Code for a myspace div (FRiends and Comment in scrool bar)

And

Code for putting a banner 800x500 plz.. help!
 
Mickey
post Sep 6 2009, 08:23 AM
Post #2


Treasure Pleasure
********

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



Have you looked through the Scripts section of the site? Pretty sure we have codes for those things.
 
RealArtDesigns
post Sep 6 2009, 09:20 AM
Post #3


Senior Member
***

Group: Member
Posts: 63
Joined: Jun 2009
Member No: 735,129



I had put amost all the script for the banner and they always mess up the page myspace.com/20junior

CODE
<style>
body { margin-top:400px; }
.topban { width:800px; height:500px; position:absolute; top:0; left:50%; margin:0 0 0 -400px; }
</style>
<div class="topban"><img src="http://i25.tinypic.com/axfz1c.jpg" /></div>

<style>

body {

background-color: rgb(#, #, #);

background-image: url(http://i27.tinypic.com/2a815ph.jpg);

background-position: center center;

background-repeat: repeat;

background-attachment: fixed;

}

table, tr, td {

background-color: transparent;

border: 0px;

}

</style> <style>

table table {

border: #px;

}

table table table table{

border:#px;

}

table table table {

border-width: #px;

border-color: rgb(#, #, #);

border-style: outset;

background-color: transparent;

}

table table table td {

background-color: rgb(#, #, #);

}

table table table table td {

filter:none;

}

</style>



<style>

body, div, span, td, p, .orangetext15, .whitetext12, .lightbluetext8, strong, b, u, .redtext, .redbtext, .btext, .text, .nametext, .blacktext10, .blacktext12 {

font-size: 10px;

color: rgb(#, #, #);

font-weight: normal;

font-style: normal;

text-decoration: none;

}

.whitetext10, .orangetext15 {

font-size: 10px;

color: rgb(#, #, #);

font-weight: bold;

font-style: normal;

text-decoration: none;

}

a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.man:link, a.man:active, a.man:visited, a.man:hover, a, a:link, a:active, a:visited, a:hover, a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.text:link, a.text:active, a.text:visited, a.text:hover, a.searchlinksmall:link, a.searchlinksmall:active, a.searchlinksmall:visited, a.searchlinksmall:hover, a.redlink:link, a.redlink:active, a.redlink:visited, a.redlink:hover {

color: rgb(#, #, #);

font-weight: bold;

font-style: normal;

text-decoration: none;

}

a.navbar:hover, a.man:hover, a:hover {

color: rgb(#, #, #);

font-weight: bold;

font-style: normal;

text-decoration: underline;

}

</style>



<style>

.thebanner{

background-color: transparent;

position: absolute;

left: 50%;

top: 190px;

width: 800px;

height: 1226px;

margin-left: -400px;

overflow:hidden;

background-position:center left;

background-repeat:no-repeat;

border-width: 0px;

border-style: solid;

..;

}

body table table td {padding-top: #px;}

div table table td {padding-top:0px;}

body table table table td {padding-top:0px;}

</style>



<div class="thebanner">
<img src="http://i28.tinypic.com/fd8x04.jpg" />
</div>

<style>

.extendedNetwork { display:none; }

</style>

<style>

.contactTable {display: none;}

</style>

<style>

.profileInfo{display:none;}

</style>

<style>

.latestBlogEntry {display:none;}

</style>

<style>

.interestsAndDetails{display:none;}

</style>

<style>

.userProfileDetail{display:none;}

</style>

<style>

.orangetext15{display: none;}

</style>

<style>

.friendSpace { display:none; }

</style>

<style>

.userProfileURL { display:none; }

</style>

<style>

.friendsComments {display:none;}

</style>


that's my code
Reason for edit: Please use [codebox] tags instead of [code] tags when posting longer codes. - Mike
 
RealArtDesigns
post Sep 6 2009, 09:25 AM
Post #4


Senior Member
***

Group: Member
Posts: 63
Joined: Jun 2009
Member No: 735,129



Please note it does got the banner inside but my overlay dont know just get mess up and shows in front of it, and no does't matter if a change index: 0 thingy, then the banner i sgoing to be in front od the overlay
 
Mickey
post Sep 6 2009, 09:28 AM
Post #5


Treasure Pleasure
********

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



Those scripts work fine. You're just not using them correctly. Replace this:

CODE
<style>
body { margin-top:400px; }
.topban { width:800px; height:500px; position:absolute; top:0; left:50%; margin:0 0 0 -400px; }
</style>

With this:

CODE
<style>
.topban { width:800px; height:500px; position:absolute; top:174px; left:50%; margin-left:-400px; }
</style>

Then replace this:

CODE
.thebanner{

background-color: transparent;

position: absolute;

left: 50%;

top: 190px;

width: 800px;

height: 1226px;

margin-left: -400px;

overflow:hidden;

background-position:center left;

background-repeat:no-repeat;

border-width: 0px;

border-style: solid;

..;

}

With this:

CODE
.thebanner{
background-color: transparent;
position: absolute;
left: 50%;
top: 674px;
width: 800px;
height: 1250px;
margin-left: -400px;
overflow:hidden;
background-position:center left;
background-repeat:no-repeat;
border-width: 0px;
border-style: solid;
}

See how that works for you.
 
RealArtDesigns
post Sep 6 2009, 09:32 AM
Post #6


Senior Member
***

Group: Member
Posts: 63
Joined: Jun 2009
Member No: 735,129



I love you right now :D NO homosexual thing but i love us! thnx thnx thn :D


By the way can you put the banner on top of the adversitement i mwean in top of it (not to hide it)


And friends adn comments in scrool box does't show up it's on a div it was on who i do liek to met
Reason for edit: Please use the Edit button instead of triple-posting. - Mike
 
Mickey
post Sep 6 2009, 09:43 AM
Post #7


Treasure Pleasure
********

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



Posts merged.

I'm only supposed to give you support, not do it for you. Like I said, check out our Scripts section to find solutions for your coding issues.
 
RealArtDesigns
post Sep 6 2009, 09:50 AM
Post #8


Senior Member
***

Group: Member
Posts: 63
Joined: Jun 2009
Member No: 735,129



Mmmm.. one question, why do all my scripts, liek a div i made for a slideshow and for scroolbox friends and comments,DID'T APPEAR?

They dont show up!
 
RealArtDesigns
post Sep 6 2009, 10:08 AM
Post #9


Senior Member
***

Group: Member
Posts: 63
Joined: Jun 2009
Member No: 735,129



i am putting them on who i do like to meet
CODE
<div class="friendspacecomments" style="overflow:auto;width: 721px; height:417px; position: absolute; top:1536px; margin-left: -360px; z-index:3; left:50%; "><center><table><table><tr><td><table></center></div> <table><table><tr><td> <table><tr><td><table>

<div class="slide">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" height="228" width="300">
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="all" />
<param name="movie" value="http://lads.myspace.com/slideshow20/p.swf" />
<param name="wmode" value="transparent" />
<param name="flashvars" value="aid=3075832&sid=shuffle&creationTime=1252248479000&uid=63567191&pr=3" />
<embed type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="all" src="http://lads.myspace.com/slideshow20/p.swf" height="228" width="300" wmode="transparent" flashvars="aid=3075832&sid=shuffle&creationTime=1252248479000&uid=63567191&pr=3" />
</object></div>


And i made an style for the Slide one.


The DIVS DONT SHOWS UP!

That's why i want to know how to make them show up
Reason for edit: Please use [codebox] tags instead of [code] tags when posting longer codes. - Mike
 
Mickey
post Sep 6 2009, 10:40 AM
Post #10


Treasure Pleasure
********

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



Your DIVs are fine. You just messed up the order of a few things. Replace the codes you posted with this:

CODE
<div class="slide">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" height="228" width="300">
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="all" />
<param name="movie" value="http://lads.myspace.com/slideshow20/p.swf" />
<param name="wmode" value="transparent" />
<param name="flashvars" value="aid=3075832&sid=shuffle&creationTime=1252248479000&uid=63567191&pr=3" />
<embed type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="all" src="http://lads.myspace.com/slideshow20/p.swf" height="228" width="300" wmode="transparent" flashvars="aid=3075832&sid=shuffle&creationTime=1252248479000&uid=63567191&pr=3" />
</object></div>

<div class="friendspacecomments" style="overflow:auto;width: 721px; height:417px; position: absolute; top:1536px; margin-left: -360px; z-index:3; left:50%;"><table><tr><td><table><tr><td></div>

Also, your friends and comments aren't showing because you have them hidden. Look for and remove these from your About Me codes:

CODE
<style>

.friendSpace { display:none; }

</style>

<style>

.friendsComments {display:none;}

</style>

Once the slideshow and tables show up, fix up their positioning. Their coordinates aren't quite right.
 

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