[HTML] myspace-Header

Dieses Thema im Forum "Webentwicklung" wurde erstellt von crix, 13. November 2008 .

Schlagworte:
Status des Themas:
Es sind keine weiteren Antworten möglich.
  1. 13. November 2008
    myspace-Header

    Hallo liebe RR-Community,

    ich schreib hier nicht weil ich zu faul bin zu suchen.. sondern weil alles was ich finde irgendwie nicht geht.. -.-

    habe hier mal meinen myspace code (der in "über die band" steht)

    HTML:
    <style type="text/css">
    body { 
    scrollbar-face-color:000000;
    scrollbar-highlight-color:FFFFFF;
    scrollbar-3dlight-color:000000;
    scrollbar-shadow-color:FFFFFF;
    scrollbar-darkshadow-color:000000;
    scrollbar-arrow-color:FFFFFF;
    scrollbar-track-color:000000; 
     background-color:000000;
     background-image:url('http://meine.domain.de/myspace/bg.jpg');
     background-position:left bottom;
     background-repeat:no-repeat;
     background-attachment:fixed;
    }
    table, tr, td {background:transparent; border:0px;}
    div[id=header_gae] { margin-top:30px; }
    table table table {background-color:000000;}
    table table table {
     border-width:3px;
     border-color:FFFFFF;
     border-style:solid;
    }
    table table table table {border:0px;}
    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 !important; font-style: normal !important; font-weight: normal !important; text-transform: normal !important; }
    a:hover {color:FFFFFF !important; text-decoration: underline !important; font-style: normal !important; font-weight: normal !important; text-transform: normal !important; }
    img {border:0px;}
    .contactTable {width:300px !important; height:150px !important; padding:0px !important;background-image:url('http://meine.domain.de/myspace/contact.jpg');background-attachment:scroll; background-position:center center;background-repeat:no-repeat; background-color:transparent;}.contactTable table, table.contactTable td { padding:0px !important;border:0px; background-color:transparent; background-image:none;}.contactTable a img {visibility:hidden; border:0px !important;}.contactTable .text {font-size:1px !important;}.contactTable .text, .contactTable a, .contactTable img {filter:none !important;}.contactTable .whitetext12 {display:none;}.Stil1 {color: FFFFFF}
    div.header {
    height:0px;
    left:50%;
    margin-left:-500px;
    position:absolute;
    top:0px;
    width:1000px;
    }
    </style>
    <p class="Stil1"><strong>ICH</strong></p>
    <p class="Stil1">&nbsp;</p>
    <p class="Stil1"><strong>Hallihallo myspace-User..</strong>
    </p>
    <p class="Stil1">Willkommen in meinem myspace Account.<br>
     SCHAUT EUCH NUR UM ;-)</p>
    <p class="Stil1"><br>
     <strong>gruß<br>
     ICH</strong></p>
    
    
    <span class="Stil1"><br>
    <br>
    <br>
    <strong>Contact : <a href="mailto:email@email.de">email@email.de</a></strong><br>
    <br>
    <br>
    
    
    </span>
    <div class="header"><img src="http://meine.domain.de/myspace/header.jpg" alt="ICH PRÄSENTIERE"></div>
    ich möchte halt oben über den banner und die navi einen header hinklatschen der die maßen 1000x30px hat.. und die url "http://meine.domain.de/myspace/header.jpg"
    das habe ich ja hinbekommen.. leider stört der werbebanner von myspace.. diesen möchte ich nach unten schieben.. so 30px.. leider find ich echt nix im netz..

    edit:
    habe jetzt div[id=header_gae] { margin-top:30px; } in <style> eingefügt.. funktioniert einwandfrei.. leider nicht bei den flash-werbebanner

    leider funktioniert bei mir echt garnix.. deswegen frage ich hier..

    und wie bekomme ich die frames.. also myspace url, allgemeine infos usw.. durchsichtig also dass der hintergrund dort durchkommt..

    hoffe ihr könnt mir pei dem "pipifax" helfen..

    bw gibts natürlich..
    und ich bin echt nicht zu faul zu suchen..

    crix
     
  2. 15. November 2008
    AW: myspace-Header

    also ich hab das SO gemacht!!

    Code:
    <style type="text/css">
    
    table, td { background-color:transparent; }
    table, tr, td, li, p, div {
    color: FFFFFF;
    }
    .btext {
    color: FFFFFF;
    }
    .blacktext10 {
    color: FFFFFF;
    }
    .blacktext12 {
    color: FFFFFF;
    }
    .lightbluetext8 {
    color: FFFFFF;
    }
    .orangetext15 {
    color: FFFFFF;
    }
    .redtext {
    color: FFFFFF;
    }
    .redbtext {
    color: FFFFFF;
    }
    .text {
    color: FFFFFF;
    }
    .whitetext12 {
    color: FFFFFF;
    }
    .nametext {
    font-size: 16px;
    color: FFFFFF;
    }
    a:active, a:visited, a:link {
    color: FFFFFF;
    }
    a:hover {
    color: FFFFFF;
    }
    a.navbar:active, a.navbar:visited, a.navbar:link {
    color: FFFFFF;
    }
    a.navbar:hover {
    color: FFFFFF;
    }
    a.redlink:active, a.redlink:visited, a.redlink:link {
    color: FFFFFF;
    }
    a.redlink:hover {
    color: FFFFFF;
    }
    img { filter: none; }
    a:link img { filter: none; }
    a:hover img { filter: none; }
    
    </style>
    
    
    
    <style type="text/css">
    
    body {margin-top: 145px }
    
    
    
    
    
    div {display:none }
    
    body {
    
    background-image: url('http://www.deinewebseite/logo.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    font-color: FFFFFF
    
    }
    </style>
    
    
    HOFFE ICH KONNTE DIR HELFEN !!!
     
  3. 15. November 2008
    AW: myspace-Header

    danke ich werds mal versuchen!!
    crix
     
  4. Video Script

    Videos zum Themenbereich

    * gefundene Videos auf YouTube, anhand der Überschrift.