Beiträge von Cinderella

    Ich erstelle gerade eine Homepage mit Frontpage.

    Komischerweise sieht die Seite bei Frontpage so aus wie ich es möchte, beim Explorer ist sie schon etwas verschoben und beim Firefox sieht sie ganz unmöglich aus.

    Gibt es da einen Befehl, damit sich die Seite automatisch anpasst?

    Außerdem haben die Links in Firefox andere Farben als eingestellt und die Scrollbalken sind nicht transparent, so wie ich es eigentlich eingestellt habe und wie es auch im Explorer angezeigt wird.

    <style type="text/css">
    <!--
    A:link {text-decoration:none; color: "FF0000"; font-family: verdana;

    font-size: 11px; font weight: bold;}
    A:visited {text-decoration:none; color: "FFDD78"; font-family: verdana;

    font-size: 11px; font weight: bold;}
    a:hover {
    font-weight: bold;
    font-size: 11px;
    font-family: verdanan,
    filter: blur; height:0;
    cursor: se-resize;
    text-decoration: none; color: #FFFFF; border-bottom: 1 dotted #FFFFFF;

    }<STYLE type="text/css">
    <!--
    BODY { cursor: se-resize;
    scrollbar-face-color: 000000;
    scrollbar-highlight-color: FF0000;
    scrollbar-3dlight-color: 000000;
    scrollbar-darkshadow-color: FF0000;
    scrollbar-shadow-color: 000000;
    scrollbar-arrow-color: FF0000;
    scrollbar-track-color: 000000;
    }

    }

    p{

    font-weight: normal;
    font-size: 11px;
    color : #FFFFFF;
    font-family: verdana, comic sans ms,

    ,arial,helvetica,sans-serif;
    }
    -->
    </STYLE>

    Ich bin momentan an einer HP, von der ich einen Teil jetzt hochgelanden habe.

    Mein Problem ist, dass meine Page völlig anders aussieht, wenn man sie über Firefox ansieht.

    Z.B. hab ich meine Schrift weiß, in Firefox ist sie schwarz und das ist schlecht, da mein Hintergrund auch schwarz ist :roll:

    Oder die Scrolleisten hab ich durchsichtig mit rotem Rand. Bei Firefox sind sie wie bei Microsoft XP.

    Wie muss man den Code verändern, dass man die Page mit allen gleich anschauen kann???