1. Nachrichten
  2. Forum
    1. Unerledigte Themen
    2. Forenregeln
  3. Spenden
  • Anmelden
  • Registrieren
  • Suche
Alles
  • Alles
  • Artikel
  • Seiten
  • Forum
  • Erweiterte Suche
  1. camp-firefox.de
  2. rm1005

Beiträge von rm1005

  • Probleme mit meiner Webseite

    • rm1005
    • 28. Dezember 2004 um 23:05

    Hallo
    Ich habe Probleme mit meiner Webseite. Leider geht die Navi und die Hintergrundfarbe nicht. die Navi arbeitet unter JavaScript und die Hintergrundfarben werden über Stylesheet erzeugt. Es geht leider nicht unter Firefox. Ich habe für Firefox-Benutzer eine Notnavigation erstellt und teilweise auch schon die Hintergrundfarbe im HTML defieniert. Hätte aber gern gewusst welche Befehle der Firefox nicht beherrscht.
    http://www.brautimweb.de

    form.css:


    a:link {color:#000000;font-size:10pt;text-decoration:none;font-family:arial,verdana,helvetica,sans-serif;};
    a:visited {color:#000000;font-size:10pt;text-decoration:none;font-family:arial,verdana,helvetica,sans-serif;};
    a:active {color:#ff0000;font-size:10pt;text-decoration:none;font-family:arial,verdana,helvetica,sans-serif;};
    a:hover {color:#ff0000;font-size:10pt;text-decoration:none;font-family:arial,verdana,helvetica,sans-serif;};

    .body {background-color:#ffcc66;scrollbar-face-color:#DAE7ED;scrollbar-track-color:#DAE7ED;scrollbar-arrow-color:#000000;}
    .headline{font-size:16pt;color:#000000;font-family:arial,verdana,helvetica,sans-serif;font-weight:700;}
    .headtxt{font-size:18pt;color:#000000;font-family:arial,verdana,helvetica,sans-serif;font-weight:600;}
    .textbold {font-size:10pt;color:#000000;font-family:arial,verdana,helvetica,sans-serif;font-weight:800;}
    .text {font-size:10pt;color:#000000;font-family:arial,verdana,helvetica,sans-serif;}
    .textkl {font-size:8pt;color:#000000;font-family:arial,verdana,helvetica,sans-serif;}
    #dress {position: absolute;top: -250; left:15; z-index: 2;}
    #acces {position: absolute;top: -270; left:15; z-index: 2;}
    #kombi {position: absolute;top: -250; left:15; z-index: 2;}
    #navi {position: absolute;top: 32; left:10; z-index: 1;}
    #navi1 {position: absolute;top: 151; left:10; z-index: 1;}
    #ball {position: absolute;top: -250; left:15; z-index: 2;}


    <!-- scrollbar-face-color: #8cb0c0;
    scrollbar-shadow-color: #007C6A;
    scrollbar-highlight-color: #007C6A;
    scrollbar-3dlight-color: #8CB0C0;
    scrollbar-darkshadow-color: #8CB0C0;
    scrollbar-track-color: #8CB0C0;
    scrollbar-arrow-color: #FFFFFF; -->

    .box{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    background-color: #cc9966;
    color: #000000;
    border: 1 solid #ffffff;
    scrollbar-face-color: #FAF9AE;
    scrollbar-track-color: #ffffcc;
    scrollbar-arrow-color: #000000
    }


    rollover.js:


    <!--
    function openWindow(theURL,winName,features)
    {
    window.open(theURL,winName,features);
    }


    function click() {
    if (event.button==2) {
    alert('Fotos Eigentum von Braut-fashion!')
    }
    }
    document.onmousedown=click


    // No rightclick script for Netscape
    if (navigator.appName.indexOf("Netscape") != -1){
    window.captureEvents(Event.MOUSEDOWN | Event.MOUSEUP)
    window.onmousedown=rightclick;
    window.onmouseup=rightclick;

    function rightclick(e) {
    if (e.which == 3) {
    alert('Fotos Eigentum von Braut-fashion!')
    return false;
    }
    else {
    return true;
    }
    }
    }


    function MM_swapImgRestore() { //v3.0

    var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;

    }


    function MM_preloadImages() { //v3.0

    var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();

    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)

    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}

    }


    function MM_findObj(n, d) { //v3.0

    var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {

    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}

    if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];

    for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;

    }


    function MM_swapImage() { //v3.0

    var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)

    if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}

    }


    var eypos=-100, ejump=-4;
    var typos=-150, tjump=-4;
    var kypos=-200, kjump=-4;
    var bypos=-250, bjump=-4;

    var delay=4;


    function do_dress() {
    if(typos>-150) {
    tjump=-4;
    if(typos>=25)
    acces_fahren();

    }
    if(kypos>-200) {
    kjump=-4;
    if(kypos>=25)
    kombi_fahren();
    }

    if(bypos>-200) {
    bjump=-4;
    if(bypos>=25)
    ball_fahren();
    }
    ejump=-ejump;
    if(eypos<=-100 || eypos>=25)
    dress_fahren();


    }

    function dress_fahren() {
    if(document.layers) document.dress.top=eypos; else document.all.dress.style.top=eypos;
    eypos+=ejump;

    if(eypos>-230 && eypos<25)
    setTimeout("dress_fahren()", delay);
    }


    function do_acces() {
    if(eypos>-100) {
    ejump=-4;
    if(eypos>=25)
    dress_fahren();
    }
    if(kypos>-200) {
    kjump=-4;
    if(kypos>=25)
    kombi_fahren();
    }

    if(bypos>-200) {
    bjump=-4;
    if(bypos>=25)
    ball_fahren();
    }
    tjump=-tjump;
    if(typos<=-150 || typos>=25)
    acces_fahren();

    }

    function acces_fahren() {
    if(document.layers) document.acces.top=typos; else document.all.acces.style.top=typos;
    typos+=tjump;

    if(typos>-270 && typos<25)
    setTimeout("acces_fahren()", delay);
    }


    function do_kombi() {
    if(eypos>-100) {
    ejump=-4;
    if(eypos>=25)
    dress_fahren();
    }
    if(typos>-150) {
    tjump=-4;
    if(typos>=25)
    acces_fahren();

    }

    if(bypos>-200) {
    bjump=-4;
    if(bypos>=25)
    ball_fahren();
    }

    kjump=-kjump;
    if(kypos<=-200 || kypos>=25)
    kombi_fahren();


    }

    function kombi_fahren() {
    if(document.layers) document.kombi.top=kypos; else document.all.kombi.style.top=kypos;
    kypos+=kjump;

    if(kypos>-250 && kypos<25)
    setTimeout("kombi_fahren()", delay);
    }

    function do_ball() {

    if(eypos>-100) {
    ejump=-4;
    if(eypos>=25)
    dress_fahren();
    }
    if(typos>-150) {
    tjump=-4;
    if(typos>=25)
    acces_fahren();

    }

    if(kypos>-200) {
    kjump=-4;
    if(kypos>=25)
    kombi_fahren();
    }

    bjump=-bjump;
    if(bypos<=-200 || bypos>=25)
    ball_fahren();


    }

    function ball_fahren() {
    if(document.layers) document.ball.top=bypos; else document.all.ball.style.top=bypos;
    bypos+=bjump;

    if(bypos>-250 && bypos<25)
    setTimeout("ball_fahren()", delay);
    }
    //-->

Unterstütze uns!

Jährlich (2025)

82,4 %

82,4% (535,86 von 650 EUR)

Jetzt spenden
  1. Kontakt
  2. Datenschutz
  3. Impressum
Community-Software: WoltLab Suite™
Mastodon