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>
|
|
|
|
![]() |
Oct 22 2008, 08:59 PM
Post
#2
|
|
|
AKA RockIt Studios ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 2,286 Joined: Jun 2006 Member No: 421,809 |
CODE table {background-image:url('link');} replace link with a link to a completely transparent image. |
|
|
|
Oct 22 2008, 09:26 PM
Post
#3
|
|
![]() Newbie ![]() Group: Member Posts: 5 Joined: Oct 2008 Member No: 692,932 |
Uh, how exactly would I get one of those?
|
|
|
|
Oct 23 2008, 12:44 PM
Post
#4
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Try this:
CODE table {background-image:url('http://x.myspace.com/images/spacer.gif');}
|
|
|
|
Oct 23 2008, 03:35 PM
Post
#5
|
|
![]() simple and clean... ![]() ![]() ![]() ![]() Group: Official Designer Posts: 149 Joined: Nov 2006 Member No: 478,009 |
This seems to work:
CODE td {background: transparent none !important;}
|
|
|
|
Oct 24 2008, 12:19 AM
Post
#6
|
|
![]() Newbie ![]() Group: Member Posts: 5 Joined: Oct 2008 Member No: 692,932 |
Thanks, It's a fixed now.
Except for on IE. I put the bkg as the bkg image of a div and it's where I want it in FF/google chrome, but completely off (on the far right side of the profile) in IE. How can I get it to be in the same spot in all browsers? About Me- CODE <style> body td {background: transparent none !important;} font, body, table, td, div, h1, h2, br, a, p {font-family:Small Fonts; font-size:9px; color:000000; 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:9px; color:660066; 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:9px; 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:9px; color:000000; background-color: text-transform:lowercase; text-decoration:none; font-weight:bold;} font, body, table, td, div, h1, h2, br, a, p {font-family:Small Fonts; font-size:9px; color:000000; background-color: text-transform:lowercase; text-decoration:none; font-weight:bold;} .orangetext15 {font-family:Small Fonts; font-size:9px; color:000000; background-color: text-transform:lowercase; text-decoration:none; font-weight:bold;} .whitetext12 {font-family:Small Fonts; font-size:9px; color:000000; background-color: text-transform:lowercase; text-decoration:none; font-weight:bold;} .lightbluetext8 {font-family:Small Fonts; font-size:9px; color:000000; background-color: text-transform:lowercase; text-decoration:none; font-weight:bold;} .text {font-family:Small Fonts; font-size:9px; color:000000; background-color: text-transform:lowercase; text-decoration:none; font-weight:bold;} .nametext {font-family:Small Fonts; font-size:9px; color:000000; background-color: text-transform:lowercase; text-decoration:none; font-weight:bold;} .blacktext12 {font-family:Small Fonts; font-size:9px; color:000000; background-color: text-transform:lowercase; text-decoration:none; font-weight:bold;} .blacktext10 {font-family:Small Fonts; font-size:9px; color:000000; background-color: text-transform:lowercase; text-decoration:none; font-weight:bold;} .btext {font-family:Small Fonts; font-size:9px; color:000000; background-color: text-transform:lowercase; text-decoration:none; font-weight:bold;} .redtext {font-family:Small Fonts; font-size:9px; color:000000; background-color: text-transform:lowercase; text-decoration:none; font-weight:bold;} .redbtext {font-family:Small Fonts; font-size:9px; color:000000; 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:9px; color:660066; 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:9px; color:666666; 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:9px; 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; z-index:2; top:863px; left:50%; margin-left:-350px;} .bkg {width:850px; height:1000px; overflow:auto; background-color:transparent; background-image:url('http://i81.photobucket.com/albums/j234/XForgottenRomanceX/STARLAYOUTcopy.jpg'); background-attachment:scroll; background-repeat:no-repeat; background-position:center center; border:2px dotted; border-color:black; position:absolute; top:175px; left 50%; margin-left:-50px} a.text {visibility:visible; display:auto;} 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";} a.text {visibility:visible; display:inline;} </style> |
|
|
|
Oct 24 2008, 05:16 AM
Post
#7
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
^It's left:50%;. You forgot the colon. That, and add margin-left:#px;. Replace the number sign with the appropriate amount of pixels.
|
|
|
|
![]() ![]() |