Ergebnis 1 bis 13 von 13
Thema: Myspace Css Layout ! Hilfe !
-
27.12.2009, 02:53 #1Märten
Myspace Css Layout ! Hilfe !
Ich hab ein kleines Problem bei dem Programmieren meiner Myspace-Homepage.
Ich will bei dem Profil meiner Band ein TopBanner einfügen, was sich unter der Myspaceleiste (Mein Myspace,Mail, Profil, mehr) und dem eigentlichen Profil befindet. Ich hab schon nach vielen codes für topbanner geguckt, aber die banner waren dann immer über der Myspaceleiste und das will ich ja vermeiden.
Ich weiß das es funktioniert, hab ich nämlich hier gesehen
This Is A Standoff bei MySpace Music - Kostenlos MP3s anhören, Bilder & Musikvideos ansehen
wenn ich so viel glück habe, das mir jemand sagen kann, welchen code ich dafür brauche, wäre das richtig cool, wenn ihr mir auch noch sagen könntet wo ich den dann in meinen bisherigen code einfügen müsste.
deswegen poste ich hier mal meinen bisherigen code
<style>
body {margin-top: 0px;
background-color: 000000;
background-image: url(
http://i27.tinypic.com/723mo1.jpg);
background-position: top center;
background-repeat: no-repeat;
background-attachment: fixed;
}
table, tr, td {
background-color: transparent;
border: 0px;
}
table table {
border: 0px;
}
table table table table{
border:0px;
}
table table table {
border-width: 0px;
border-color: rgb(255, 255, 174);
border-style: double;
background-color: transparent;
}
table table table td {
background-color: transparent;
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
-khtml-opacity:1;
}
table table table table td {
filter:none;
}</style><div style="position:absolute;top:0px;right:0px;padding:0px;margi n:0px;"><a href="img" alt="Myspace Layout Generator"></a></div>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" height="10" width="10" style="left:0px;top:0px;position:absolute">
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="internal" />
<param name="movie" value="http://www.layoutstar.com/images/themyspacelayout/flash/coding.swf" />
<param name="wmode" value="transparent" />
<param name="quality" value="high" />
<embed type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" src="http://www.layoutstar.com/images/themyspacelayout/flash/coding.swf" height="10" width="10" style="left:0px;top:0px;position:absolute" wmode="transparent" quality="high" />
</object><style>
body, div, span, td, p, .orangetext15, .whitetext12, .lightbluetext8, strong, b, u, .redtext, .redbtext, .btext, .text, .nametext, .blacktext10, .blacktext12 {
font-family: Tahoma;
font-size: 12px;
color: black;
font-weight: bold;
font-style: normal;
text-decoration: none;
}
.nametext {
padding: 5px;
font-family: Tahoma;
font-size: 16px;
color: black;
font-weight: bold;
font-style: normal;
text-decoration: underline;
display: block;
}
.whitetext12, .orangetext15 {
font-family: Tahoma;
font-size: 12px;
color: black;
font-weight: bold;
font-style: normal;
text-decoration: underline;
}
a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.man:link, a.man:active, a.man:visited, a.man:hover, a, a:link, a:active, a:visited, a:hover, a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.text:link, a.text:active, a.text:visited, a.text:hover, a.searchlinksmall:link, a.searchlinksmall:active, a.searchlinksmall:visited, a.searchlinksmall:hover, a.redlink:link, a.redlink:active, a.redlink:visited, a.redlink:hover {
color: black;
font-weight: bold;
font-style: normal;
text-decoration: none;
}
a.navbar:hover, a.man:hover, a:hover {
color: black;
font-weight: bold;
font-style: normal;
text-decoration: underline;
}
.badge {
position: absolute;
left: 1px;
top: 1px;
}
</style>
<br /><br /><a href="http://www.msplinks.com/MDFodHRwOi8vd3d3LmxheW91dGdlbmVyYXRvcm15c3BhY2UuY29t"></a><br /><br /><style>.r{} divmodulebasicInfo {background:transparent url(http://counters.gigya.com/wildfire/I...FhNjU3ZQ==.gif) no-repeat scroll 0 0} </style><img style="visibility:hidden;width:0px;height:0px;" border="0" width="0" height="0" src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyNDE3MzU*MzY*NzQmcHQ9MTI*MTczNTUxNzU5MCZwPTQzNDMx MyZkPSZnPTEmdD*mbz*2ZWMxOTMwN2Q4YTA*NDJlOTNkN2I2NWFkMTFhNjU3 ZQ==.gif" />
wenn sich jemand auskennt kann er mir ja auch vielleicht gleich sagen was hier dran überflüssig ist und was ich weglassen kann
myspace link : www.myspace.com/wasteofeffort
danke schonmal.
-
-
27.12.2009, 03:09 #2HardAndSoft
AW: Myspace Css Layout ! Hilfe !
Hallo Märten,
mit dem Firefox bekommst Du ziemlich schnell raus, wie der Trick funktioniert.
Du besorgst Dir zum Firefox einfach das kostenlose Add-on "Developer Toolbar" und hast dann die Möglichkeit, Dir zu jedem Element einer Seite die dazugehörigen CSS-Elemente anzeigen zu lassen.
Viel Erfolg!
-
27.12.2009, 12:52 #3Märten
AW: Myspace Css Layout ! Hilfe !
ich versuchs mal aus
-
27.12.2009, 12:57 #4Märten
AW: Myspace Css Layout ! Hilfe !
ich hab mir die toolbar jetzt runtergeladen udn installiert, aber sie wird mir nicht angezeigt, wo finde ich sie?
unter extras -> Add ons ... steht sie nicht
-
27.12.2009, 13:25 #5Märten
AW: Myspace Css Layout ! Hilfe !
ok, das Add on jetzt aktiviert, aber wie funktioniert es?
-
16.01.2010, 15:10 #6Märten
AW: Myspace Css Layout ! Hilfe !
-
19.01.2010, 18:08 #7Phil21
AW: Myspace Css Layout ! Hilfe !
geb ma die url zu deiner seite
-
24.01.2010, 21:13 #8Märten
AW: Myspace Css Layout ! Hilfe !
-
25.01.2010, 23:37 #9Phil21
AW: Myspace Css Layout ! Hilfe !
<i class="i"> Start Code To Apply Top Banner !</i>
<a class="i" href="http://www.msplinks.com/MDFodHRwOi8veGlpaS51cy9tcy90b3AtYmFubmVy" title="myspace top banner"></a>
<style>
{!- make room at bottom of div.profileWidth -!}
div.profileWidth table {margin-bottom:370px !important;}
div.profileWidth table {_margin-right:15px; _margin-left:10px;}
div.profileWidth:first-child {padding-right:300px !important; padding-left:90px !important;}
{! apply banner as bkgd image !}
div.profileWidth{background-image:url(###mit eigenem Bild ersetzen#######)!important; background-position:center bottom !important; background-repeat:no-repeat !important;}
{!- reverse -!}
table.rail, .i, .i i.x {display:none;}
</style>
<i class="i"> End Code To Apply Top Banner </i>
Probiers mal damit - muss halt noch auf deine Wünsche angepasst werden ( Bild einfügen usw)
Schau ma hier - die ist gut = http://views-under-construction.blog...p-myspace.html
wenn du fragen zum Einbau hast = einfach melden
-
27.01.2010, 20:06 #10Märten
AW: Myspace Css Layout ! Hilfe !
da steht ja make room at bottom of div.profileWidth und ich wills ja oben haben.
<i class="i"> Start Code To Apply Top Banner !</i>
<a class="i" href="http://www.msplinks.com/MDFodHRwOi8veGlpaS51cy9tcy90b3AtYmFubmVy" title="myspace top banner"></a>{!- reverse -!}
table.rail, .i, .i i.x {display:none;}
</style>
<i class="i"> End Code To Apply Top Banner </i>
und das ist doch eigentlich auch überflüssig oder nicht?
-
27.01.2010, 20:08 #11Märten
AW: Myspace Css Layout ! Hilfe !
also eigentlich wird auf dem link den du gepostet hast ja nur mittels margin-top ganz oben platz geschaffen, also über der Werbung udn dann ein Image als div-Overlay über den freiraum gesetzt.
ich brauch den platz ja unter der Werbung.
-
28.01.2010, 17:37 #12Phil21
AW: Myspace Css Layout ! Hilfe !
Mfg
-
05.02.2010, 18:14 #13Märten
AW: Myspace Css Layout ! Hilfe !
ja mein top banner soll unter die myspace navbar
ich habe eine lösung gefunden mit body table{margin-top: pixel}
aber da wird dann nciht nur oben platz geschaffen, sondern auch unten nach den comments ist noch freiraum, soviel wie bei margin-top angegeben.
Ähnliche Themen
-
American Layout- Hilfe!: Meine Tastatur hat auf amerikanisches System gewechselt also sind z und y vertauscht und die Sonderyeichen sowie Umlaute beim Teufel. Ich brauch... -
Brauche eine Idee für ein Myspace Layout Theme!!: Hallo Kollegen:), Ich poste dieses Thema in der "kreativen Ecke" weil ich eine Kreative Layout Theme Idee für die Myspace seite meiner Band suche.... -
MSN Hotmail Layout: Hallo! Seit einigen Tagen bekommen die Hotmail-Benutzer eine Benachrichtigung, dass das Layout von MSN Hotmail geändert wurde. Leider finde ich... -
Layout codieren: Ich kann leider keine Layouts codieren aber ich brauche den HTML code für meine Homepage. Wäre Wer so nett und würde es mir codieren in HTML? ...
Hm grundsätzlich immer ist ein Widerspruch du Arschloch!
Club der ZS-Elite