Frameborder auf 1px stellen geht nicht

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

  • Frameborder auf 1px stellen geht nicht

    Ich habe zwei Frames, die verschiebbar sein sollen. Die Border zwischen "links" und "rechts" soll 1px sein, leider finde ich absolut gar keine Lösung für das Problem?

    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="de">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
    <title>Frameset</title>
    </head>
    <frameset cols="250,*" border="1">
     <frame src="links.html" name="links"/>
     <frame src="rechts.html" name="rechts"/>
    </frameset>';
    </html>
    Ich habe schon mit dem Border="0" und "1" gespielt, aber das bringt nichts. Mit CSS schaffe ich es ebenfalls nicht, dass das bei Frames funktioniert.

    Es soll sowohl im IE als auch Firefox eine 1px breite Linie haben.

    Ich verzweifle und finde keine Lösung?
    Gruß,
    Peter

  • #2
    frameborder="1"

    MFG
    BLG

    Kommentar


    • #3
      Wenn es so einfach wäre... Geht aber damit nicht. Habe das Problem nun mit einer PHP-Browserweiche gelöst.
      Gruß,
      Peter

      Kommentar


      • #4
        Schau mal bei SelfHtml.org vorbei.

        Gruss

        tobi
        Gutes Tutorial | PHP Manual | MySql Manual | PHP FAQ | Apache | Suchfunktion für eigene Seiten

        [color=red]"An error does not become truth by reason of multiplied propagation, nor does truth become error because nobody sees it."[/color]
        Mohandas Karamchand Gandhi (Mahatma Gandhi) (Source)

        Kommentar

        Lädt...
        X