Frameset mit Rhamen in FFOX zentrieren

  • Hallo,

    ich muss eine Seite, die schon in Frames programmiert worden ist, ändern und zwar so, daß es Rahmen Oben, Rechts, Unten und Links gibt und der muss einen Abstand von 20px zu dem Fenster-Rand bekommen.

    Ich habe CSS-Klassen für dieses Ziel verwendet, aber leider ohne Erfolg, da der Firefox bzw. Netscape bei "margin: 20px;" nicht mit macht.

    Irgendwie schaffe ich es nicht, das gewünschte Layout zu bekommen.
    Selbst mit leeren Frames Oben, Rechts, Unten und Links scheint das nicht zu funktionieren.

    Hat Jemand hier bitte eine Idee oder einen Tipp, wie ich es hinbekommen kann? Das Layout muss mit Frameset gebaut werden.

    Vielen Dank und Gruß
    Messmar

  • Hi,

    ich habe leider es noch nicht im Netz.
    Aber der Code hier könnte evtl. eine Idee über das Problem geben:

    HTML-Code:


    Und hier der CSS-Code:

    Danke
    Messmar

  • <a href="data:text/html;charset=utf-8,%3C!DOCTYPE%20HTML%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20HTML%204.01%20Frameset%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FTR%2Fhtml4%2Fframeset.dtd%22%3E%0D%0A%3Chtml%3E%0D%0A%20%20%20%3Chead%3E%0D%0A%20%20%20%3CTITLE%3E%25presentation_title%25%3C%2FTITLE%3E%0D%0A%20%20%20%3Clink%20rel%3D%22stylesheet%22%20type%3D%22text%2Fcss%22%20href%3D%22css%2Fglobal.css%22%3E%0D%0A%20%20%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%0D%0A*%3Anot(hr)%20%23framesetGlobal%20%7B%0D%0A%20%20%20border-top%3A%20solid%208px%20green%3B%0D%0A%20%20%20border-right%3A%20solid%208px%20green%3B%0D%0A%20%20%20border-bottom%3A%20solid%208px%20green%3B%0D%0A%20%20%20border-left%3A%20solid%208px%20green%3B%0D%0A%20%20%20margin%3A%2020px%3B%0D%0A%20%20%20padding%3A%206px%3B%0D%0A%20%20%20background-color%3A%20%23f3f3f3%3B%0D%0A%7D%0D%0A%0D%0A*%20html%20%23framesetGlobal%20%7B%0D%0A%20%20%20border-top%3A%20solid%208px%20green%3B%0D%0A%20%20%20border-right%3A%20solid%208px%20green%3B%0D%0A%20%20%20border-bottom%3A%20solid%208px%20green%3B%0D%0A%20%20%20border-left%3A%20solid%208px%20green%3B%0D%0A%20%20%20margin%3A%2020px%3B%0D%0A%20%20%20background-color%3A%20%23f3f3f3%3B%0D%0A%7D%0D%0A%0D%0A.preFrameset1%20%7B%0D%0A%20%20%20border-top%3A%20solid%208px%20%23ffffff%3B%0D%0A%20%20%20border-right%3A%20solid%208px%20%23ffffff%3B%0D%0A%20%20%20border-bottom-width%3A%200px%3B%0D%0A%20%20%20border-left%3A%20solid%208px%20%23ffffff%3B%0D%0A%20%20%20background-color%3A%20%23f3f3f3%3B%0D%0A%20%20%20margin%3A%2020px%3B%0D%0A%7D%0D%0A%0D%0A.preFrameset2%20%7B%0D%0A%20%20%20border-top-width%3A%200px%3B%0D%0A%20%20%20border-right%3A%20solid%208px%20%23ffffff%3B%0D%0A%20%20%20border-bottom%3A%20solid%208px%20%23ffffff%3B%0D%0A%20%20%20border-left%3A%20solid%208px%20%23ffffff%3B%0D%0A%20%20%20padding%3A0%3B%0D%0A%20%20%20margin%3A0%2020px%2020px%200%3B%0D%0A%7D%0D%0A%0D%0A%0D%0A*%3Anot(hr)%20.preFrameset3%20%7B%0D%0A%20%20%20border-top-width%3A%200px%3B%0D%0A%20%20%20border-right%3A%20solid%208px%20%23ffffff%3B%0D%0A%20%20%20border-bottom-width%3A%200px%3B%0D%0A%20%20%20border-left%3A%20solid%208px%20%23ffffff%3B%0D%0A%20%20%20padding%3A0%3B%0D%0A%20%20%20margin%3A0%3B%0D%0A%7D%0D%0A%0D%0A.preFrameset3%20%7B%0D%0A%20%20%20border-top-width%3A%200px%3B%0D%0A%20%20%20border-right-width%3A%200px%3B%0D%0A%20%20%20border-bottom-width%3A%200px%3B%0D%0A%20%20%20border-left%3A%20solid%208px%20%23ffffff%3B%0D%0A%20%20%20padding%3A0%3B%0D%0A%20%20%20margin%3A0%3B%0D%0A%7D%0D%0A.preFrameset4%20%7B%0D%0A%20%20%20border-top-width%3A%200px%3B%0D%0A%20%20%20border-right%3A%20solid%208px%20%23ffffff%3B%0D%0A%20%20%20border-bottom-width%3A%200px%3B%0D%0A%20%20%20border-left-width%3A%200px%3B%0D%0A%20%20%20padding%3A0%3B%0D%0A%20%20%20margin%3A0%3B%0D%0A%7D%20%3C%2Fstyle%3E%0D%0A%20%20%20%0D%0A%20%20%20%3C%2Fhead%3E%0D%0A%20%20%20%0D%0A%20%20%20%3Cframeset%20rows%3D%2272%2C*%2C65%22%20border%3D%220%22%20id%3D%22framesetGlobal%22%3E%0D%0A%20%20%20%20%20%20%20%3Cframe%20src%3D%22title.html%22%20name%3D%22f_title%22%20class%3D%22preFrameset1%22%20frameborder%3D%220%22%20framespacing%3D%220%22%20marginwidth%3D%220%22%20marginheight%3D%220%22%20scrolling%3D%22no%22%20noresize%3E%0D%0A%20%20%20%20%20%20%20%3Cframeset%20cols%3D%22320%2C*%22%20border%3D%220%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cframe%20src%3D%22video.html%22%20name%3D%22f_video%22%20class%3D%22preFrameset3%22%20frameborder%3D%220%22%20framespacing%3D%220%22%20marginwidth%3D%220%22%20marginheight%3D%220%22%20scrolling%3D%22no%22%20noresize%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cframe%20src%3D%22content.htm%22%20name%3D%22f_slide%22%20class%3D%22preFrameset4%22%20frameborder%3D%220%22%20framespacing%3D%220%22%20marginwidth%3D%220%22%20marginheight%3D%220%22%20scrolling%3D%22no%22%20noresize%3E%0D%0A%20%20%20%20%20%20%20%3C%2Fframeset%3E%0D%0A%20%20%20%20%20%20%20%3Cframe%20src%3D%22footer.html%22%20name%3D%22f_footer%22%20class%3D%22preFrameset2%22%20frameborder%3D%220%22%20framespacing%3D%220%22%20marginwidth%3D%220%22%20marginheight%3D%220%22%20scrolling%3D%22no%22%20noresize%3E%0D%0A%20%20%20%3C%2Fframeset%3E%0D%0A%20%20%20%3Cnoframes%3E%3Cbody%3EIhr%20Browser%20kann%20leider%20keine%20Frames%20darstellen.%3C%2Fbody%3E%3C%2Fnoframes%3E%0D%0A%3C%2Fhtml%3E%20">für alle, die dafür keine Seite abspeichern wollen und in ihrem Forums-Profil HTML aktiviert haben</a>

    versuche mal, die Styles dem <html> statt <frameset> zuzuweisen