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. ataman

Beiträge von ataman

  • Firefox und Webseiten mit ActiveX

    • ataman
    • 29. Januar 2006 um 15:10

    [Blockierte Grafik: http://img54.imageshack.us/img54/6100/activex9da.gif]


    Die Ausführung von ActiveX habe ich selbstverständlich ausgeschaltet, deswegen oft diese Meldungen.

    Aber wie ist es mit Firefox? Werden die Seiten auch nicht richtig angezeigt? Oder wie? Verstehe ich nicht...

  • CSS/HTML Problem

    • ataman
    • 13. Januar 2006 um 23:21

    [Blockierte Grafik: http://img50.imageshack.us/img50/405/divfirefox3xr.gif]

    HTML
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html>
    <head>
    <meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
    <title>HTML DIV TEST</title>
    <style type="text/css">
    body	{background-color:moccasin}
    #main	{width:540px;background-color:lightblue;padding:30px;border:1px outset}
    #d1	{float:left;width:200px;background-color:ivory;font-family:verdana;font-size:13px;padding:20px}
    #d2	{float:right;width:200px;background-color:ivory;font-family:verdana;font-size:13px;padding:20px}
    </style>
    </head>
    <body>
      <div id="main">
         <div id="d1">
               TEXT TEXT TEXT TEXT TEXT
               TEXT TEXT TEXT TEXT TEXT
               TEXT TEXT TEXT TEXT TEXT
               TEXT TEXT TEXT TEXT TEXT
               TEXT TEXT TEXT TEXT TEXT
               TEXT TEXT TEXT TEXT TEXT
         </div>
         <div id="d2">
               TEXT TEXT TEXT TEXT TEXT
               TEXT TEXT TEXT TEXT TEXT
               TEXT TEXT TEXT TEXT TEXT
               TEXT TEXT TEXT TEXT TEXT
               TEXT TEXT TEXT TEXT TEXT
               TEXT TEXT TEXT TEXT TEXT
         </div>
      </div>
    </body>
    
    
    </html>
    Alles anzeigen

    Die Höhe (height) kann ich nicht angeben, weil sie vom veränderbaren Inhalt (Text) abhängig ist.

    An welche Stelle ist dieser HTML-Code fehlerhaft?

  • Nichts funktioniert jetzt!

    • ataman
    • 9. Januar 2006 um 18:20
    Zitat von Dr. Evil

    js: WO wird "field" definiert?


    Keine Ahnung...Aber mit dem IE hat alles Funktioniert. :(


    Jetzt weitere Probleme:

    HTML
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
    <html>
    <head>
    <meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
    <title>TEST TABLE</title>
    <style type="text/css">
    a:link	{color:#000040; text-decoration:none}
    a:visited	{color:#700080; text-decoration:none}
    a:active	{color:#704080; text-decoration:none}
    a:hover	{color:#C00000; text-decoration:underline}
    body	{background-color:#c5c2c0;text-align:center}
    td	{border-top:1px outset;border-bottom:1px outset}
    .c1	{background-color:#ff8080;color:#00f000;font-family:verdana;font-size:18px;padding:10px 20px 10px 20px}
    .c2	{background-color:#a0ffa0;color:#f00000;font-family:verdana;font-size:18px;padding:10px 20px 10px 20px}
    .c3	{background-color:#a0a0ff;color:#f0f000;font-family:verdana;font-size:18px;padding:10px 20px 10px 20px}
    .c4	{background-color:#f0f0a0;color:#0000f0;font-family:verdana;font-size:18px;padding:10px 20px 10px 20px}
    </style>
    </head>
    <body>
    <table border="0" cellspacing="0">
    <colgroup>
    <col class="c1">
    <col class="c2">
    <col class="c3">
    <col class="c4">
      <tr>
        <td>CELL 11</td>
        <td>CELL 12</td>
        <td>CELL 13</td>
        <td>CELL 14</td>
      </tr>
      <tr>
        <td>CELL 21</td>
        <td>CELL 22</td>
        <td>CELL 23</td>
        <td>CELL 24</td>
      </tr>
      <tr>
        <td>CELL 31</td>
        <td>CELL 32</td>
        <td>CELL 33</td>
        <td>CELL 34</td>
      </tr>
      <tr>
        <td>CELL 41</td>
        <td>CELL 42</td>
        <td>CELL 43</td>
        <td>CELL 44</td>
      </tr>
    </table>
    
    
    
    
    CENTER
    </body>
    </html>
    Alles anzeigen


    [Blockierte Grafik: http://img433.imageshack.us/img433/4130/firefox1ur.gif]

    Bitte, bitte, was mache ich falsch? :cry:

  • Nichts funktioniert jetzt!

    • ataman
    • 9. Januar 2006 um 13:05

    Hallo!
    Ich habe probiert vom IE auf FF umzusteigen, und jetzt ist alles ganz schlimm.
    - Den Quellcode wird angezeigt, aber er lässt sich nicht editieren
    - CSS-beschriebene Seiten werden nich richtig dargestellt
    - Wo kann ich den/das ActiveX ausschalten?
    - Einfachste Java Scripte werden nicht ausgeführt


    Beispiel (Funktioniert mit IE aber nicht mit FF):

    HTML
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
    <title>FireFox Test</title>
    <style TYPE="text/css">
    <!--
    body	{background-color:#f0e3d0;text-align:center}
    #cont	{width:500px;height:200px;font-family:verdana;font-size:64px;text-align:left;overflow:hidden}
    #field	{width:500px;height:200px;font-family:verdana;font-size:64px;text-align:left;display:none}
    P	{margin:3px}
    -->
    </style>
    <script type="text/javascript" language="JavaScript" >
    <!--
    function order() 
    {
    field.innerText="OK";
    field.style.display="block";
    cont.style.display="none";
    }
    window.onload=order;
    // -->
    </script>  
    </head>
    <body>
    <textarea ID="cont" readonly>
    Fehler!
    </textarea>
    <div ID="field">
    </div>
    </body>
    </html>
    Alles anzeigen


    Was mache ich falsch? Wo im Web kann man Information finden, wie man universelle (browser-unabhängige) HTML-CSS-JavaScript-Dokumente erstellt?

    Bitte helft mir!

    Vielen Dank im Voraus

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