PDA

View Full Version : Layout problem


redscare
02-08-2006, 05:53 PM
Alright, I used the MySpace Support Layout editor to create this, everything works fine accept the background. It only appears in the very center of my page and doesn't even ffill the window. I want it to cover my entire window, and to remain as my background as I scroll up or down. Any help would be greatly appreciated. Here is the full code though you may not need it.


<div style="position:absolute;left:0px;top:0px;"><a href="http://www.myspacesupport.com/">http://www.myspacesupport.com/images/button.gif</div><style type="text/css">
body {
background-color: rgb(255,255,255);
background-image: url(http://tn3-1.deviantart.com/fs9/300W/i/2006/039/3/3/MySpace_Layout_3_by_theblackswan.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: scroll;
}
table, tr, td {
background-color: transparent;
border: 0px;
}

table table {
border: 0px;
}
table table table table{
border:0px;
}
table table table {
border-width: 2px;
border-color: rgb(44, 119, 104);
border-style: solid;
background-color: transparent;
}
table table table td {
background-color: rgb(255,255,255);
filter:alpha(100);
-moz-opacity:1;
opacity:1;
-khtml-opacity:1;
}
table table table table td {
filter:none;
}
body, div, span, td, p, .orangetext15, .whitetext12, .lightbluetext8, strong, b, u, .redtext, .redbtext, .btext, .text, .nametext, .blacktext10, .blacktext12 {
font-family: Verdana;
font-size: 12px;
color: rgb(44, 119, 104);
font-weight: normal;
font-style: normal;
text-decoration: none;
}
.nametext {
padding: 5px;
display:block;
font-family: Verdana;
font-size: 12px;
color: rgb(196, 160, 128);
font-weight: bold;
font-style: normal;
text-decoration: none;
}
.whitetext12, .orangetext15 {
font-family: Verdana;
font-size: 12px;
color: rgb(13, 150, 170);
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(13, 150, 170);
font-weight: bold;
font-style: normal;
text-decoration: none;
}
a.navbar:hover, a.man:hover, a:hover {
color: rgb(13, 174, 170);
font-weight: bold;
font-style: normal;
text-decoration: none;
}
</style>
Create your own custom MySpace Layouts (http://www.myspacesupport.com/)

MSS101
02-08-2006, 07:10 PM
well, that picture is really small? How do you expect it to be as big as your screen is if the pic is small? My desktop resolution is 1024X768 pixles, and that pic is only like 400px's or whatever...

You need to get a higher resolution picture, and work with IT, or get someone to do a custom one for you for a few bucks..

myspacemagic
02-11-2006, 05:45 PM
You can get a few bucks to make someone a background? Count me in on that. Yeah what he said is correct you need a larger image. You could make the background repeat. Just change where it says...

background-repeat: no-repeat;

to

background-repeat: repeat;

or just get rid of that line completely.