Antworten auf deine Fragen:
Neues Thema erstellen

Css Layout für Myspace....Hilfe?^^

M

Mindcraft

Guest

Vielen Dank erstmal, dass ihr euch die Mühe gemacht habt meinem Hilferuf zu folgen^^
Ich hab ein Problem. Ich habe wirklich null (oder noch weniger) Ahnung vom scripten. Wir haben gerade ein neues Bandprojekt und versuchen ein eigenes Layout zu designen. Ich habe es schon mit verschiedenen Editoren/Generatoren probiert aber nicht das gefunden was ich brauche.

Mein Wunsch ist für das unten angegebene Script(?!) einen halb-transparenten grauen Hintergrund für die Tabellen zu machen für alle Tabellenboxen:
Bandmembers, Einflüsse, etc :). Ich habe auch schon eine Png-Datei die halbtransparent ist aber die kriege ich da irgendwie nicht mit eingebunden.
(weil ich nicht weiß wo- sofern das denn nötig ist)

Hier mal das Script

<style>
body {background-color:; background-image:url( background-position:Top Center; background-attachment:fixed; background-repeat:no-repeat;}
Table, Td { background-color:transparent; border-style:none; }
table table td { width:100%; }
table table table table td { width:auto; }
table table table {background-color:; background-image:; background-position:Top Center; background-repeat:no-repeat; border-color:; border-style:Outset; border-width:5px; padding:4px;}
table table table table{ background-image:none; background-color:transparent; border-style:none; }

.orangetext15, .lightbluetext8, .whitetext12, .nametext, .btext, .redtext, .redbtext {color:993300; font-size:14pt; font-weight:bold; font-style:normal; font-family:,arial,verdana,sans-serif;} body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited { color:993300; font-size:12pt; font-style:normal; font-family:,arial,verdana,sans-serif;}
a, a:link, a:visited, a.navbar, a.navbar:link, a.navbar:visited, a.man, a.man:link, a.man:visited {color:; font-size:10pt; font-style:normal; font-family:,arial,verdana,sans-serif;}
a:hover, a:active, a.navbar:hover, a.navbar:active, a.man:hover, a.man:active, a.searchlinkSmall:hover, a.searchlinkSmall:active {color:; font-size:10pt; text-decoration:underline; font-style:normal; font-family:,arial,verdana,sans-serif;}
</style><br /><a href="http://www.msplinks.com/MDFodHRwOi8vbXlzcGFjZS1oaWxmZS5kZS8=" target="_blank"><img src="http://myspace-hilfe.de/support.gif" alt="Myspace Layouts" style="position:absolute; left:0px; top: 0px;" border="0" /></a>
?&gt;


Für eine Hilfe wäre ich äußerst dankbar.
 

zutrinken

I hate Sundays

AW: Css Layout für Myspace....Hilfe?^^

table table table td {
border:0;
background-image: (url vom transparenten png);
background-color: transparent;
}

müsste so funktionieren...bitteschön
 
M

Mindcraft

Guest

AW: Css Layout für Myspace....Hilfe?^^

Vielen Dank.
Kannst du mir auch sagen, wo im Script ich das einsetzen muss?^^
 
M

Mindcraft

Guest

AW: Css Layout für Myspace....Hilfe?^^

Hmm das hat leider nicht geklappt. Irgendwas mache ich falsch^^
 

zutrinken

I hate Sundays

AW: Css Layout für Myspace....Hilfe?^^

nimm erstmal das mit rein...

<style>
body{
background-color: ffffff;
background-attachment: fixed;
background-image: (url vom background);
background-position: top center;
background-repeat: no-repeat;
margin-top: 0px;
overflow-x: hidden;
}
div, tbody, table, tr, td, table tr, table table tr, table table table td, table table table tr, table table table table, table table table table td{
border-color: ffffff;
border-style: none;
border-width: 0 px;
background-image:none;
background-color: transparent;
}

table table td {
border-color: ffffff;
border-style: none;
border-width: 0 px;
background-image:none;

}
table table {
border-color: ffffff;
border-style: none;
border-width: 0 px;
background-image:none;
background-color: transparent;

}
table table table td {
border-color: ffffff;
border-style: none;
border-width: 0 px;
background-image: (url vom transparenten png);
background-color: transparent;
}
table table td{
background-color: transparent;
}
</style>
 
M

Mindcraft

Guest

AW: Css Layout für Myspace....Hilfe?^^

Das Script sieht jetzt so aus:
<style>
body {background-color:; background-image:url( background-position:Top Center; background-attachment:fixed; background-repeat:no-repeat;}
Table, Td { background-color:transparent; border-style:none; }
table table td { width:100%; }
table table table td {
border:0;
background-image: (MySpace
background-color: transparent;
table table table table td { width:auto; }
table table table {background-color:; background-image:; background-position:Top Center; background-repeat:no-repeat; border-color:; border-style:Outset; border-width:5px; padding:4px;}
table table table table{ background-image:none; background-color:transparent; border-style:none; }

.orangetext15, .lightbluetext8, .whitetext12, .nametext, .btext, .redtext, .redbtext {color:993300; font-size:14pt; font-weight:bold; font-style:normal; font-family:,arial,verdana,sans-serif;} body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited { color:993300; font-size:12pt; font-style:normal; font-family:,arial,verdana,sans-serif;}
a, a:link, a:visited, a.navbar, a.navbar:link, a.navbar:visited, a.man, a.man:link, a.man:visited {color:; font-size:10pt; font-style:normal; font-family:,arial,verdana,sans-serif;}
a:hover, a:active, a.navbar:hover, a.navbar:active, a.man:hover, a.man:active, a.searchlinkSmall:hover, a.searchlinkSmall:active {color:; font-size:10pt; text-decoration:underline; font-style:normal; font-family:,arial,verdana,sans-serif;}
</style><br /><a href="http://www.msplinks.com/MDFodHRwOi8vbXlzcGFjZS1oaWxmZS5kZS8=" target="_blank"><img src="http://myspace-hilfe.de/support.gif" alt="Myspace Layouts" style="position:absolute; left:0px; top: 0px;" border="0" /></a>
?&gt;
 
M

Mindcraft

Guest

AW: Css Layout für Myspace....Hilfe?^^

So gut dann? Stimmt das mit den URLs?


<style>
body{
background-color: ffffff;
background-attachment: fixed;
background-image: (MySpace
background-position: top center;
background-repeat: no-repeat;
margin-top: 0px;
overflow-x: hidden;
}
div, tbody, table, tr, td, table tr, table table tr, table table table td, table table table tr, table table table table, table table table table td{
border-color: ffffff;
border-style: none;
border-width: 0 px;
background-image:none;
background-color: transparent;
}

table table td {
border-color: ffffff;
border-style: none;
border-width: 0 px;
background-image:none;

}
table table {
border-color: ffffff;
border-style: none;
border-width: 0 px;
background-image:none;
background-color: transparent;

}
table table table td {
border-color: ffffff;
border-style: none;
border-width: 0 px;
background-image: (MySpace
background-color: transparent;
}
table table td{
background-color: transparent;
}
</style>

.orangetext15, .lightbluetext8, .whitetext12, .nametext, .btext, .redtext, .redbtext {color:993300; font-size:14pt; font-weight:bold; font-style:normal; font-family:,arial,verdana,sans-serif;} body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited { color:993300; font-size:12pt; font-style:normal; font-family:,arial,verdana,sans-serif;}
a, a:link, a:visited, a.navbar, a.navbar:link, a.navbar:visited, a.man, a.man:link, a.man:visited {color:; font-size:10pt; font-style:normal; font-family:,arial,verdana,sans-serif;}
a:hover, a:active, a.navbar:hover, a.navbar:active, a.man:hover, a.man:active, a.searchlinkSmall:hover, a.searchlinkSmall:active {color:; font-size:10pt; text-decoration:underline; font-style:normal; font-family:,arial,verdana,sans-serif;}
</style><br /><a href="http://www.msplinks.com/MDFodHRwOi8vbXlzcGFjZS1oaWxmZS5kZS8=" target="_blank"><img src="http://myspace-hilfe.de/support.gif" alt="Myspace Layouts" style="position:absolute; left:0px; top: 0px;" border="0" /></a>
?&gt;
 

zutrinken

I hate Sundays

AW: Css Layout für Myspace....Hilfe?^^

jetzt noch das </style> über dem .orangetext15 weg und du hast es.

die url kann ich hier nicht prüfen.
 
M

Mindcraft

Guest

AW: Css Layout für Myspace....Hilfe?^^

das funktioniert leider auch nicht. komplett weißer hintergrund auch in den tabellen
 

zutrinken

I hate Sundays

AW: Css Layout für Myspace....Hilfe?^^

so jetzt aber! ...du hast glaub ich nicht viel ahnung von css, stimmt?!? ...sollte man sich erst aneignen bevor man bei myspace was bestimmtes machen will ;D

<style>
body{
background-color: ffffff;
background-attachment: fixed;
background-image: url(background png);
background-position: top center;
background-repeat: no-repeat;
margin-top: 0px;
overflow-x: hidden;
}
div, tbody, table, tr, td, table tr, table table tr, table table table tr, table table table table, table table table table td{
border-color: ffffff;
border-style: none;
border-width: 0 px;
background-image:none;
background-color: transparent;
}

table table td {
border-color: ffffff;
border-style: none;
border-width: 0 px;
background-image:none;

}
table table {
border-color: ffffff;
border-style: none;
border-width: 0 px;
background-image:none;
background-color: transparent;

}
table table table td {
border-color: ffffff;
border-style: none;
border-width: 0 px;
background-image: url(transparentes png);
background-color: transparent;
}
table table td{
background-color: transparent;
}


.orangetext15, .lightbluetext8, .whitetext12, .nametext, .btext, .redtext, .redbtext {color:993300; font-size:14pt; font-weight:bold; font-style:normal; font-family:,arial,verdana,sans-serif;} body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited { color:993300; font-size:12pt; font-style:normal; font-family:,arial,verdana,sans-serif;}
a, a:link, a:visited, a.navbar, a.navbar:link, a.navbar:visited, a.man, a.man:link, a.man:visited {color:; font-size:10pt; font-style:normal; font-family:,arial,verdana,sans-serif;}
a:hover, a:active, a.navbar:hover, a.navbar:active, a.man:hover, a.man:active, a.searchlinkSmall:hover, a.searchlinkSmall:active {color:; font-size:10pt; text-decoration:underline; font-style:normal; font-family:,arial,verdana,sans-serif;}
</style>
 
M

Mindcraft

Guest

AW: Css Layout für Myspace....Hilfe?^^

Es ist leider nicht transparent...dabei ist die deckkraft nur 30%. Ich bin erst um 16:15 ungefähr wieder da.
 
Bilder bitte hier hochladen und danach über das Bild-Icon (Direktlink vorher kopieren) platzieren.
Antworten auf deine Fragen:
Neues Thema erstellen

Willkommen auf PSD-Tutorials.de

In unseren Foren vernetzt du dich mit anderen Personen, um dich rund um die Themen Fotografie, Grafik, Gestaltung, Bildbearbeitung und 3D auszutauschen. Außerdem schalten wir für dich regelmäßig kostenlose Inhalte frei. Liebe Grüße senden dir die PSD-Gründer Stefan und Matthias Petri aus Waren an der Müritz. Hier erfährst du mehr über uns.

Stefan und Matthias Petri von PSD-Tutorials.de

Nächster neuer Gratisinhalt

03
Stunden
:
:
25
Minuten
:
:
19
Sekunden

Neueste Themen & Antworten

Flatrate für Tutorials, Assets, Vorlagen

Zurzeit aktive Besucher

Statistik des Forums

Themen
118.565
Beiträge
1.538.066
Mitglieder
67.488
Neuestes Mitglied
Andrew56524
Oben