XHTMLforum

XHTMLforum (http://xhtmlforum.de/index.php)
-   CSS (http://xhtmlforum.de/forumdisplay.php?f=73)
-   -   Myspace-Probleme (http://xhtmlforum.de/showthread.php?t=53668)

Nora-B 15.09.2008 23:52

Myspace-Probleme
 
Hallo,
ich hätte da mal eine Frage zu Myspace:

Ich möchte ein Pic mit der Größe 540px × 328px gerne in mein Profil oben also über dem Banner platzieren und wollte gerne wissen wie ich das mache also ich habe ungefähr folgendes schon eingefügt:

body {
background-color:000000;
margin-top:560px;
}
table, tr, td {background:transparent; border:0px;}
table table table {background-color:000000;}
input {background-color:transparent !important;}
td, span, div, input, a, table td div div font,
body div table tbody tr td font {font-family:Verdana !important;}
td, span, div, input, table td div div font,
body div table tbody tr td font {color:ffffff !important;}
.nametext, .whitetext12, .lightbluetext8, .orangetext15, .blacktext12,
.redtext, .redbtext, .blacktext10, .btext {color:ffffff !important;}
a {color:ffffff !important; text-decoration: underline overline !important; font-style: normal !important; font-weight: normal !important; text-transform: uppercase !important; }
a:hover {color:ffffff !important; text-decoration: none!important; font-style: normal !important; font-weight: normal !important; text-transform: uppercase !important; }
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 {
border-top-width:1px; border-bottom-width:0px; border-left-width:0px; border-right-width:0px;
border-color:000000; border-style:dashed; display:block; width:100%;}
table table table {width:300px;}
table table td.text table {width:auto;}




.masthead {
width: auto;
height: auto;
position: absolute;
margin-left: auto;
left: auto;
top: auto;
background-image: url (xxx.xxx.xxx);
background-repeat:no-repeat;background-color:ffffff;}

irgendwie mach ich was falsch und ich habe auch sehr wenig kenntnisse über css. BEi mir will einfach nicht das pic erscheinen und ich bin mir sicher dass ich etwas falsch mache mit dem positionieren.

Wäre sehr lieb von euch wenn ihr mir da weiter helfen könntet

Dankeschön

Nora-B

heiko_rs 16.09.2008 00:02

body kann eine background-Deklaration bekommen, aber am besten wäre ein Link zur konkreten Seite.

Nora-B 16.09.2008 00:08

MySpace Deutschland

heiko_rs 16.09.2008 00:17

Du kannst hier ansetzen:

Code:

body {
background-color:000000;
margin-top:560px;
}

Ersetze die erste Deklaration durch background: #000 url(bild.jpg) no-repeat 50% 0; und dann geht's nur noch um den richtigen Pfad zum Bild.


Alle Zeitangaben in WEZ +2. Es ist jetzt 09:33 Uhr.

Powered by vBulletin® Version 3.8.11 (Deutsch)
Copyright ©2000 - 2024, vBulletin Solutions, Inc.

© Dirk H. 2003 - 2023