Log In · Register

 
 
Closed TopicStart new topic
MySpace Comedy
rockaneLLa
post Dec 9 2006, 11:40 AM
Post #1


Senior Member
***

Group: Member
Posts: 47
Joined: Sep 2006
Member No: 467,695



Hi everybody,

can u help me please? Look here for example: http://www.myspace.com/vicki_vomit
The red background behind the "Comedian Search | Top Comedians | Comedian Gigs | Comedian Forums | Comedian Signup " links ... how can I do that in my layout!? http://www.myspace.com/ingooschmann

Here's my code, if you want:

CODE
<style type="text/css">
. Ingo Oschmann-Support {by rockaneLLa}

table, tr, td { background-color:transparent; border:none; border-width:0;}
body {
    background-color:ffffff;
    background-image:url(http://img50.imageshack.us/img50/1046/ingobglt1.jpg);
    background-attachment: fixed;
    background-position:bottom left;
    background-repeat:yes;

     }

. Ingo Oschmann-Support { tables & sections }

table table { border: 0px }
table table table table{border:0px}
table table table {
    border-style:solid;
    border-width:2px;
    border-color:FCCD71;
    background-color:ffffff; }

table table table table {border:0px;}
table table table {width:300px;}
table table td.text table {width:auto;}

. Ingo Oschmann-Support { texts & fonts }

table, tr, td, li, p, div, textarea
{ font-family:Arial Narrow;
color:FCCD71;
font-size:10pt;
line-height:12px;}

.btext
{ font-family:Trebuchet MS;
color:FCCD71;
text-transform:lowercase;
font-size: 11pt;
line-height:15px; }

.blacktext10
{ font-family:Trebuchet MS;
color:cccccc;
line-height:12px;}

.blacktext12 { font-family:Trebuchet MS;
color:CCFFCC;
line-height:12px;
font-weight:bold;}

.lightbluetext8 {color:FCCD71; font-family:Trebuchet MS;
background-color:FFF7C9;
font-size: 14pt;
letter-spacing:-1pt;
font-weight:bold;
line-height:8px;
text-transform:lowercase;
border: px solid 000000;
display: block;
text-align:right;}

.orangetext15 {color:FCCD71; font-family:Trebuchet MS;
background-color:FFF9CD;
font-size: 14pt;
letter-spacing:-1pt;
font-weight:bold;
line-height:8px;
text-transform:lowercase;
border: px solid 000000;
display: block;
text-align:right;}


.redtext, .redbtext, .text, .whitetext12
{ font-family:Arial Narrow;
font-size:10pt;
color:FCCD71;
line-height:12px;}


a:active, a:visited, a:link { font-family:Trebuchet MS; color:FCCD71;text-transform:lowercase;line-height:12px;}

a:hover { font-family:Arial Narrow; color:FFF7C9;line-height:12px;text-transform:lowercase;text-decoration:none;      }

a.navbar:active, a.navbar:visited, a.navbar:link { font-family:arial; color:fff; line-height:12px;     }

a.navbar:hover { color:000;font-family:georgia;
font-size:17px;
letter-spacing:-2px;
font-weight:bold;
color:000;
line-height:15px;
text-decoration:none;      }

a.redlink:active, a.redlink:visited, a.redlink:link { font-family:Arial Narrow; color:FCCD71; line-height:12px;     }

a.redlink:hover { font-family:arial; color:fff;line-height:12px; text-decoration:none;       }

.nametext { color:FCCD71;font-family:georgia;
font-size:17px;
letter-spacing:-1px;
font-weight:bold;
color:black;
line-height:15px;  
cursor:hand;     }

input {background-color:transparent !important;}

.Ingo Oschmann-Support { Other properties }

img { filter:none;cursor:help;}
a:link img { filter:none;cursor:ne-resize;}
a:hover img { filter:none;}
a:hover { cursor:sw-resize;}
div table tr td font {visibility:hidden;}
div table table tr td font {visibility:visible;}
a.text, table div font a, table div div {visibility:hidden;}
table table div font a, table table div div {visibility:visible;}
img {border:0px;}

.blacktext10 {color:FCCD71; font-family:Trebuchet MS;
background-color:FFF9CD;
font-size: 14pt;
letter-spacing:-1pt;
font-weight:bold;
line-height:8px;
text-transform:lowercase;
border: px solid 000000;
display: block;
text-align:right;}

.Ingo Oschmann-Support { copy and die! }

</style>


<center>
Test Test Test
<br>
</center>

<style type="text/css">
a.warnmyspace{    
    position:absolute;
    height:145px;
    width:140px;
    background-repeat:no-repeat;
    background-position:bottom left;
    left:0;
    top:0;
    z-index:9;}
a.dontdeletethis{    
    position:absolute;
    height:43px;
    width:130px;
padding:2px;
background-color:000;
color:000000;
font-family:century-gothic;
font-size:11px;
border-width:1px;
border-color:000;
border-style:dashed;
    right:0;
    top:40;
    z-index:9;}
</style>
 
freeflow
post Dec 9 2006, 11:44 AM
Post #2


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



I suggest you take out line by line out of your code to find out how to get it back. I think, that you can't get it back, without briging back some other colors. Why? Because thats how myspace regular profiles are made. The blue behind the links for them, is also the blue for the interests section or the contact table. So if they designed it the same way then yea. I don't really think you can.

But you should take out line by line and see whats hiding it.


If its like the regular profile, this would be hiding the red:
table, tr, td { background-color:transparent; border:none; border-width:0;}

But that might bring back unwanted colors.
 
rockaneLLa
post Dec 9 2006, 12:03 PM
Post #3


Senior Member
***

Group: Member
Posts: 47
Joined: Sep 2006
Member No: 467,695



QUOTE(toyo loco @ Dec 9 2006, 5:44 PM) *
If its like the regular profile, this would be hiding the red:
table, tr, td { background-color:transparent; border:none; border-width:0;}

But that might bring back unwanted colors.

You're right. cry.gif But thank you very, very much anyway!

And the image , can I change that?
 
freeflow
post Dec 9 2006, 12:10 PM
Post #4


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



Since its an image you can't change it. Everyone I looked at that even has a layout has the image in the corner too.
 
rockaneLLa
post Dec 9 2006, 12:12 PM
Post #5


Senior Member
***

Group: Member
Posts: 47
Joined: Sep 2006
Member No: 467,695



Okay, I understand.
Thank u, have a nice weekend!
 

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