Moin Leute!
Ich hab keinen Ahnung von PHP und momentan wg. anstehender Prüfungen auch keine Zeit groß einzusteigen. Alles was ich im Moment will, ist includes einzusetzen, um die ganze Seite scrollen zu können.
Ich habs mal so versucht:
<html><head><title>RSi - test</title>
</head><body style="margin:0px; background-color:#000000;">
<div style="position:absolute; top:0px; left:0px; height:192px; width:1008px;" margin:0px;>
<? include ('logo.htm'); ?></div>
<div style="position:absolute; top:192px; left:0px; height:auto; width:160px; " margin:0px;>
<? include ('menu.htm'); ?></div>
<div style="position:absolute; top:192px; left:160px; height:auto; width:848px; " margin:0px;>
<? include ('join.htm'); ?></div>
</body></html>
Allerdings verreissts mir im IExplorer den Hintergrund und Opera produziert nur noch Fehler. So schauts dann aus: http://www.rsi-clan.com/pages/test.php
So hätt ichs gern, nur eben ohne Frames http://www.rsi-clan.com
Ich hoffe, dass mir jemand helfen kann und will.
Ich bitte ausserdem zu entschuldigen, dass ich nicht sehr lange gesucht und probiert hab, weil ich einfach wegen der Prüfungen im Moment nur wenig Zeit im Moment habe.
Herzlichen Dank im Voraus
Patrick Urbanietz aka [RSi]Nemesis