[CSS] Keine Textselektion möglich

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • [CSS] Keine Textselektion möglich

    Hallo @ all,

    in meinem Intranetprojekt kann ich keine Textselektionen durchführen.
    Ich vermute, dass es an meinem Stylesheet liegt.

    Könnt ihr mir verraten welche Einstellung ich hinzufügen/anpassen muss, dass es klappt??

    Vielen Dank im voraus.

    Gruß martiniz

  • #2
    wie wäre es mit ein wenig code?

    peter
    Nukular, das Wort ist N-u-k-u-l-a-r (Homer Simpson)
    Meine Seite

    Kommentar


    • #3
      sorry, wird gemacht!

      BODY {
      background: #FFFFFF;
      color: #000000;
      font-family: Tahoma, Verdana, sans-serif;
      margin-top: 0;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 0;
      }

      TH {
      font-family: Tahoma, Verdana, sans-serif;
      font-size: 12px;
      }

      TD {
      font-family: Tahoma, Verdana, sans-serif;
      font-size: 11px;
      }

      TABLE {
      border-collapse:collapse;
      }
      A:link {
      color: #0000FF;
      font: 11px Tahoma, Verdana, sans-serif;
      text-decoration: underline;
      }
      A:active {
      color: #0000FF;
      font: 11px Tahoma, Verdana, sans-serif;
      text-decoration: underline;
      }
      A:visited {
      color: #0000FF;
      font: 11px Tahoma, Verdana, sans-serif;
      text-decoration: underline;
      }
      A:hover {
      color: #0000FF;
      font: 11px Tahoma, Verdana, sans-serif;
      text-decoration: underline;
      }
      A.pn-title {
      color: #0000FF;
      font: bold 13px Tahoma, Verdana, sans-serif;
      text-decoration: underline;
      }
      A.pn-title:active {
      color: #0000FF;
      font: bold 12px Tahoma, Verdana, sans-serif;
      text-decoration: underline;
      }
      A.pn-title:visited {
      color: #0000FF;
      font: bold 12px Tahoma, Verdana, sans-serif;
      text-decoration: underline;
      }
      A.pn-title:hover {
      color: #0000FF;
      font: bold 12px Tahoma, Verdana, sans-serif;
      text-decoration: underline;
      }
      A.pn-normal:link {
      color: #0000FF;
      font: 11px Tahoma, Verdana, sans-serif;
      text-decoration: underline;
      }
      A.pn-normal:active {
      color: #0000FF;
      font: 11px Tahoma, Verdana, sans-serif;
      text-decoration: underline;
      }
      A.pn-normal:visited {
      color: #0000FF;
      font: 11px Tahoma, Verdana, sans-serif;
      text-decoration: underline;
      }
      A.pn-normal:hover {
      color: #0000FF;
      font: 11px Tahoma, Verdana, sans-serif;
      text-decoration: underline;
      }
      A.pn-sub:link {
      color: #0000FF;
      font: 10px Tahoma, Verdana, sans-serif;
      text-decoration: underline;
      }
      A.pn-sub:active {
      color: #0000FF;
      font: 10px Tahoma, Verdana, sans-serif;
      text-decoration: underline;
      }
      A.pn-sub:visited {
      color: #0000FF;
      font: 10px Tahoma, Verdana, sans-serif;
      text-decoration: underline;
      }
      A.pn-sub:hover {
      color: #0000FF;
      font: 10px Tahoma, Verdana, sans-serif;
      text-decoration: underline;
      }
      A.pn-logo:link {
      color: #0000FF;
      font-size: 16px;
      font-weight: bold;
      font-family: Tahoma, Verdana, sans-serif;
      letter-spacing: 3px;
      text-decoration: none;
      }
      A.pn-logo:active {
      color: #0000FF;
      font-size: 16px;
      font-weight: bold;
      font-family: Tahoma, Verdana, sans-serif;
      letter-spacing: 3px;
      text-decoration: none;
      }
      A.pn-logo:visited {
      color: #0000FF;
      font-size: 16px;
      font-weight: bold;
      font-family: Tahoma, Verdana, sans-serif;
      letter-spacing: 3px;
      text-decoration: none;
      }
      A.pn-logo:hover {
      color: #0000FF;
      font-size: 16px;
      font-weight: bold;
      font-family: Tahoma, Verdana, sans-serif;
      letter-spacing: 3px;
      text-decoration: none;
      }
      .pn-logo {
      color: #000000;
      font-size: 16px;
      font-weight: bold;
      font-family: Tahoma, Verdana, sans-serif;
      letter-spacing: 3px;
      text-decoration: none;
      }
      .pn-logo-small {
      color: #000000;
      font-size: 11px;
      font-weight: bold;
      font-family: Tahoma, Verdana, sans-serif;
      text-decoration: none;
      }
      .pn-pagetitle {
      color: #000000;
      font: bold 16px Tahoma, Verdana, sans-serif;
      text-decoration: none;
      }
      .pn-title {
      color: #000000;
      font: bold 13px Tahoma, Verdana, sans-serif;
      text-decoration: none;
      }
      .pn-storytitle {
      color: #000000;
      font: bold 12px Tahoma, Verdana, sans-serif;
      letter-spacing: 3px;
      text-decoration: none;
      }
      .pn-normal {
      color: #000000;
      font: 10px Tahoma, Verdana, sans-serif;
      text-decoration: none;
      text-align: justify;
      }
      .pn-sub {
      color: #000000;
      font: 10px Tahoma, Verdana, sans-serif;
      text-decoration: none;
      }

      INPUT {
      background-color: transparent;
      border-bottom-width: 1px;
      border-color: #000000;
      border-left-width: 1px;
      border-right-width: 1px;
      border-top-width: 1px;
      color: #000000;
      font-family: Tahoma, Verdana, sans-serif;
      font-size: 11px;
      font-weight: normal;
      text-indent: 2px;
      }

      INPUT.pn-text {
      background-color: #D9DCC2;
      border-bottom-width: 1px;
      border-color: #000000;
      border-left-width: 1px;
      border-right-width: 1px;
      border-top-width: 1px;
      color: #000000;
      font-family: Tahoma, Verdana, sans-serif;
      font-size: 10px;
      font-weight: normal;
      text-indent: 2px;

      INPUT.pn-button {
      background-color: #D9DCC2;
      border-bottom-width: 1px;
      border-color: #000000;
      border-left-width: 1px;
      border-right-width: 1px;
      border-top-width: 1px;
      color: #000000;
      font-family: Tahoma, Verdana, sans-serif;
      font-size: 10px;
      font-weight: normal;
      text-indent: 2px;
      }

      INPUT.r-button {
      background-color: transparent;
      font-family: Tahoma, Verdana, sans-serif;
      }

      }

      Kommentar


      • #4
        Re: [CSS] Keine Textselektion möglich

        Original geschrieben von martiniz
        in meinem Intranetprojekt kann ich keine Textselektionen durchführen.
        bekannter bug des IE 6 - ich nehme mal an, du redest von diesem "browser"?

        unter gewissen umständen verhält der sich so ...
        I don't believe in rebirth. Actually, I never did in my whole lives.

        Kommentar


        • #5
          Ja es geht um den Browser!
          Aber wenn wir so ne stylesheetvorlage einsetzen dann klappt's auch beim 6er! es muss irgendwo in meinem stylesheet was fehlen

          Kommentar


          • #6
            Hat jemand vielleicht irgendein stylesheet das im IE6 funzt und mir mailen kann. Vielleicht finde ich durch einen Abgleich den Fehler!

            Gruß martiniz

            Kommentar


            • #7
              Original geschrieben von martiniz
              Hat jemand vielleicht irgendein stylesheet das im IE6 funzt und mir mailen kann.
              bitte sehr:

              body { background-color:#fff;}


              (ja, die antwort ist so ernst gemeint, wie man die frage nehmen kann.)
              I don't believe in rebirth. Actually, I never did in my whole lives.

              Kommentar


              • #8
                funzt auch nicht! ich blick langsam gar nichts mehr!

                (ja, die antwort ist so ernst gemeint, wie man die frage nehmen kann.)
                War das jetzt ein Witz? natürlich meinte ich das ernst!

                Anmerkung: bei gedrücktgehaltener linker maustaste erscheint ein zeigefinger als mauszeiger als ob ein link vorhanden wäre. beim ziehen mit gedrückgehaltener linker maustaste erscheint ein durchgestrichener schwarzer kreis als mauszeiger

                Gruß martiniz
                Zuletzt geändert von martiniz; 30.03.2004, 12:19.

                Kommentar


                • #9
                  Anmerkung: bei gedrücktgehaltener linker maustaste erscheint ein zeigefinger als mauszeiger als ob ein link vorhanden wäre. beim ziehen mit gedrückgehaltener linker maustaste erscheint ein durchgestrichener schwarzer kreis als mauszeiger

                  Kommentar


                  • #10
                    nochmal nach oben schieb!

                    Kommentar

                    Lädt...
                    X