Log In · Register

 
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!
 
 
Start new topic
Replies
Mickey
post Sep 6 2009, 09:28 AM
Post #2


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.
 

Posts in this topic


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