Background Only Showing On Edges of Profile. |
Background Only Showing On Edges of Profile. |
Oct 22 2008, 08:56 PM
Post
#1
|
|
![]() Newbie ![]() Group: Member Posts: 5 Joined: Oct 2008 Member No: 692,932 |
I was attempting to get my layout to work in IE last night, when the background stopped showing up (in all browsers, even after i re-inputed the original coding)
Today I tried everything, and eventually got the background to show on the outer edges of my profile, it was white in about the center 2/3's. I went as far as to delete everything but the code for the background in 'about me' and it still did that. I also tried to just have a bkg color, and it still was white in the center, not even the grey that myspace uses as default. I have no clue what to do now. Help? http://www.myspace.com/xxcyanideandstarsxx About Me- CODE <style>body {background-image:url('http://i81.photobucket.com/albums/j234/XForgottenRomanceX/STARLAYOUTcopy2-1.jpg'); background-attachment:scroll; background-repeat:no repeat; background-position:bottom center; } font, body, table, td, div, h1, h2, br, a, p {font-family:Small Fonts; font-size:9px; color:990099; background-color: text-transform:lowercase; text-decoration:none; font-weight:bold;} a:link, a:active, a.man:link, a.text:link, a.redlink:link, a.redlink:active, a.navbar:link, a.navbar:active {font-family:Small Fonts; font-size:8px; color:cc3399; background-color: text-transform:lowercase; text-decoration:none; font-weight:bold;} a:visited, a.man:visited, a.text:visited, a.redlink:visited, a.navbar:visited {font-family:Small Fonts; font-size:8px; color:990099; background-color: text-transform:lowercase; text-decoration:none; font-weight:bold;} a:hover, a.man:hover, a.text:hover, a.redlink:hover, a.navbar:hover {font-family:Small Fonts; font-size:8px; color:000000; background-color: text-transform:lowercase; text-decoration:none; font-weight:bold;} .div5 { background-color:transparent; color:transparent; border:0px groove; border-color:33ff33; width:140px; height:180px; overflow:auto; position:absolute; z-index:2; left:50%; top:0%; margin-left:-435px; margin-top:195px; text-align:left; visibility:visible;} .div0 { background-color:transparent; color:transparent; border:0px groove; border-color:33ff33; width:350px; height:150px; overflow:auto; position:absolute; z-index:2; left:50%; top:0%; margin-left:-305px; margin-top:305px; text-align:left; visibility:visible;} .div1 { background-color:transparent; color:transparent; border:0px groove; border-color:33ff33; width:162px; height:334px; overflow:auto; position:absolute; z-index:2; left:50%; top:0%; margin-left:-355px; margin-top:482px; text-align:center; visibility:visible;} .div2 { background-color:transparent; color:transparent; border:0px groove; border-color:33ff33; width:485px; height:170px; overflow:auto; position:absolute; z-index:2; left:50%; top:0%; margin-left:-173px; margin-top:440px; text-align:center; visibility:visible;} .div3 { background-color:transparent; color:transparent; border:0px groove; border-color:33ff33; width:500px; height:180px; overflow:auto; position:absolute; z-index:2; left:50%; top:0%; margin-left:-170px; margin-top:668px; text-align:center; visibility:visible;} .comt {width:740px; height:220px; overflow:auto; background-color:transparent; border:0px solid; border-color:black; position:absolute; top:863px; left:50%; margin-left:-350px;} marquee { z-index:8; } table div, span, td td td, table div div { visibility:hidden !important; } .bbzContainer div, .bbzContainer div font, .bbzContainer div a, .bbzContainer div div, .bbzContainer font a, .bbzContainer span, .bbzContainer div table a, .bbzContainer div table img, .bbzContainer div table font, .bbzContainer div table, .bbzContainer div table td, .comt, .comt td, .comt span, .comt a, .comt div {visibility:visible !important;} .bbzDiv {content:"Overlay Generator beta";} </style> I'd Like To Meet CODE <div class="comt"><table><tr><td><table><tr><td>
|
|
|
|
forgottenromance Background Only Showing On Edges of Profile. Oct 22 2008, 08:56 PM
Smarmosaur CODEtable {background-image:url('link... Oct 22 2008, 08:59 PM
forgottenromance Uh, how exactly would I get one of those? Oct 22 2008, 09:26 PM
Anarchy Try this:
CODEtable {background-image:url... Oct 23 2008, 12:44 PM
allvanishing This seems to work:CODEtd {background: transpa... Oct 23 2008, 03:35 PM
forgottenromance Thanks, It's a fixed now.
Except for on IE. ... Oct 24 2008, 12:19 AM
Anarchy ^It's left:50%;. You forgot the colon. That, a... Oct 24 2008, 05:16 AM![]() ![]() |