Hallo Leute hab folgendes Problem !!
Habe ein Seite in Frames eingeteilt ( Überschrift , links Navi, rechtsmitte Hauptteil )
Alle Seiten in HTML programmiert.
Mache ich jede Seite extra im IE auf zeigt er alles ohne irgendwelche Probleme an ! Sobald sie aber in einem Hauptfenster alle zusammen (ALso alle 3 Frames zusammen) aufgemacht werden, zeigt er keine Bilder mehr an !
Bilder sind jpg. Format !
COde für das Hauptfenster :
<html>
<head>
<title>Azubiportal </title></head>
<frameset rows=100,*>
<frame name="Header" src="Header.html" marginheight=0 marginwidth=0 border=0 position=fixed scrolling="no" >
<frameset cols=150,*>
<frame name="Navigation" src="Navi.html" marginheight=0 marginwidth=0 border=0 position=fixed >
<frame name="Startseite" src="Startseite.html" marginheight=0 marginwidth=0 border=0 position=fixed>
</frameset>
</frameset>
</html>
die einzelnen Frames zeigt er ohne Probleme an !!
Ich hoffe ihr Könnt mir HELFEN!!!
Danke schon mal im Vorraaus !!
Habe ein Seite in Frames eingeteilt ( Überschrift , links Navi, rechtsmitte Hauptteil )
Alle Seiten in HTML programmiert.
Mache ich jede Seite extra im IE auf zeigt er alles ohne irgendwelche Probleme an ! Sobald sie aber in einem Hauptfenster alle zusammen (ALso alle 3 Frames zusammen) aufgemacht werden, zeigt er keine Bilder mehr an !
Bilder sind jpg. Format !
COde für das Hauptfenster :
<html>
<head>
<title>Azubiportal </title></head>
<frameset rows=100,*>
<frame name="Header" src="Header.html" marginheight=0 marginwidth=0 border=0 position=fixed scrolling="no" >
<frameset cols=150,*>
<frame name="Navigation" src="Navi.html" marginheight=0 marginwidth=0 border=0 position=fixed >
<frame name="Startseite" src="Startseite.html" marginheight=0 marginwidth=0 border=0 position=fixed>
</frameset>
</frameset>
</html>
die einzelnen Frames zeigt er ohne Probleme an !!
Ich hoffe ihr Könnt mir HELFEN!!!
Danke schon mal im Vorraaus !!