 |
| Hinweise |
Willkommen im TP-Hilfe-Forum!Dies ist ein Forum zu den Themen Photoshop, Dreamweaver, Flash, Selbständigkeit und mehr, in dem Du Hilfe, Anleitung oder eine Lösung zu Deinen Problemen erhältst. Aktuell bist Du in unseren Foren als Gast mit reinen Leserechten unterwegs. Wenn Du Dich registrierst, kannst Du eigene Themen verfassen, Fragen stellen und privat mit anderen TPlern kommunizieren. Weitere Foren werden zugänglich, und Du wirst – falls gewünscht – per Mail über neue Beiträge informiert. Die Registrierung ist schnell und kostenlos. Sollten bei der Registrierung Fragen auftauchen, reicht ein Klick in unsere Hilfe - Häufig gestellte Fragen oder eine kurze Mitteilung an das Support-Team. Viel Spaß bei Traum-Projekt.com |
29.04.2008, 13:12
|
#1
|
|
TP-Member
Registriert seit: Dec 2001
Ort: Westhausen
|
Hilfe - Internet Explorer macht Probleme
hallo,
ich habe jetzt nicht durchsucht, ob es was zu meinem Thema schon gibt, da ich etwas unter Zeitdruck stehe.
Ich habe für einen Terminal eine Startseite mit Unterseiten erstellt, in Frames. Funktioniert in jedem Browser, ausser dem Internet Explorer im PC (IE im Mac funktioniert, weshalb ich es gestern bei der Programmierung auch nicht bemerkt habe.
Ich habe oben einen Frame, unten einen für Navigation, einen links und einen rechts, auch navi und in der Mitte content. Auf PC IE sehe ich jetzt allerdings nur noch die obere und die untere Leiste.
Woran liegt es? Was muß ich ändern? Ich hab jetzt hier leider mein Dreamweaver Buch nicht dabei und sonst nichts, und stehe ziemlich auf dem Schlauch.
Das Ding soll heut fertig werden, ich geh morgen früh in Urlaub und muß noch ungefähr eine Million anderer Sachen erledigen ich krieg jetzt mal kurz die Krise  ich mach mich jetzt mal hier im Forum auf die Suche, hoffe, dass jemand was weiß. Ich stell gleich noch mal den Code ein:
Zitat:
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Unbenanntes Dokument</title>
<style type="text/css">
<!--
body {
background-color: #999999;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style></head>
<frameset rows="66,735*,65" cols="*" frameborder="no">
<frame src="navi_oben.htm" name="navi-oben" frameborder="no" scrolling="no" noresize="noresize" marginwidth="0" marginheight="0" bordercolor="#999999" id="navi-oben" title="navi-oben" />
<frameset cols="171,876*" frameborder="no">
<frame src="navi_links.htm" name="navi-links" frameborder="no" scrolling="No" noresize="noresize" marginwidth="0" marginheight="0" bordercolor="#999999" id="navi-links" title="leftFrame" />
<frameset cols="876*,217" frameborder="no">
<frame src="content.htm" name="content" frameborder="no" scrolling="no" noresize="noresize" marginwidth="0" marginheight="0" bordercolor="#999999" id="content" title="content-guenzburg" />
<frame src="navi_rechts.htm" name="navi-rechts" frameborder="no" scrolling="No" noresize="noresize" marginwidth="0" marginheight="0" id="navi-rechts" title="rightFrame" />
</frameset>
</frameset>
<frame src="navi_unten.htm" name="navi-unten" frameborder="no" scrolling="No" noresize="noresize" marginwidth="0" marginheight="0" id="navi-unten" title="navi-unten" />
</frameset>
<noframes><body>
</body>
</noframes></html>
|
obere Navi
Zitat:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0014)about:internet -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>navi_oben.jpg</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!--Fireworks CS3 Dreamweaver CS3 target. Created Tue Apr 29 00:12:24 GMT+0200 (CEST) 2008-->
</head>
<body bgcolor="#999999">
<img name="navi_oben" src="navi_oben.jpg" width="1263" height="68" border="0" id="navi_oben" usemap="#m_navi_oben" alt="" />
<map name="m_navi_oben" id="m_navi_oben">
<area shape="rect" coords="0,0,168,62" href="javascript:;" alt="" />
<area shape="rect" coords="170,0,320,63" href="javascript:;" alt="" />
<area shape="rect" coords="326,0,474,62" href="content_sanivital.htm" target="content" alt="" />
<area shape="rect" coords="480,0,629,62" href="http://www.snehotta.de" target="_parent" alt="" />
<area shape="rect" coords="634,0,784,63" href="javascript:;" alt="" />
<area shape="rect" coords="788,0,939,65" href="http://www.pflegedienst-tenta.de" target="_parent" alt="" />
<area shape="rect" coords="944,0,1092,62" href="javascript:;" target="_parent" alt="" />
<area shape="rect" coords="1098,0,1248,63" href="http://www.brk.de" target="_parent" alt="" />
</map>
</body>
</html>
|
mittlere Frames
Zitat:
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Unbenanntes Dokument</title>
<style type="text/css">
<!--
body {
background-color: #999999;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style></head>
<frameset rows="66,735*,65" cols="*" frameborder="no">
<frame src="navi_oben.htm" name="navi-oben" frameborder="no" scrolling="no" noresize="noresize" marginwidth="0" marginheight="0" bordercolor="#999999" id="navi-oben" title="navi-oben" />
<frameset cols="171,876*" frameborder="no">
<frame src="navi_links.htm" name="navi-links" frameborder="no" scrolling="No" noresize="noresize" marginwidth="0" marginheight="0" bordercolor="#999999" id="navi-links" title="leftFrame" />
<frameset cols="876*,217" frameborder="no">
<frame src="content.htm" name="content" frameborder="no" scrolling="no" noresize="noresize" marginwidth="0" marginheight="0" bordercolor="#999999" id="content" title="content-guenzburg" />
<frame src="navi_rechts.htm" name="navi-rechts" frameborder="no" scrolling="No" noresize="noresize" marginwidth="0" marginheight="0" id="navi-rechts" title="rightFrame" />
</frameset>
</frameset>
<frame src="navi_unten.htm" name="navi-unten" frameborder="no" scrolling="No" noresize="noresize" marginwidth="0" marginheight="0" id="navi-unten" title="navi-unten" />
</frameset>
<noframes><body>
</body>
</noframes></html>
|
linke navi
Zitat:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0014)about:internet -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>navi_links.jpg</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!--Fireworks CS3 Dreamweaver CS3 target. Created Tue Apr 29 00:11:51 GMT+0200 (CEST) 2008-->
</head>
<body bgcolor="#999999">
<img name="navi_links" src="navi_links.jpg" width="171" height="730" border="0" id="navi_links" usemap="#m_navi_links" alt="" />
<map name="m_navi_links" id="m_navi_links">
<area shape="rect" coords="0,667,167,729" href="javascript:;" alt="" />
<area shape="rect" coords="0,600,167,662" href="javascript:;" alt="" />
<area shape="rect" coords="0,533,167,595" href="http://www.kwa.de/php_dateien/property_1.php?haus_id=kwa_11" target="_blank" alt="" />
<area shape="rect" coords="0,464,167,526" href="javascript:;" alt="" />
<area shape="rect" coords="0,397,167,459" href="javascript:;" alt="" />
<area shape="rect" coords="0,332,167,394" href="javascript:;" alt="" />
<area shape="rect" coords="0,266,167,326" href="javascript:;" alt="" />
<area shape="rect" coords="0,198,167,260" href="http://www.hirschbachhaus.de" target="content" alt="" />
<area shape="rect" coords="0,131,167,193" href="javascript:;" alt="" />
<area shape="rect" coords="0,66,167,128" href="javascript:;" alt="" />
<area shape="rect" coords="0,0,167,60" href="http://www.kursana.de/" target="_blank" alt="" />
</map>
</body>
</html>
|
Content
Zitat:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0014)about:internet -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>content.jpg</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!--Fireworks CS3 Dreamweaver CS3 target. Created Sat Apr 26 18:15:24 GMT+0200 (CEST) 2008-->
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style></head>
<body bgcolor="#999999">
<img name="content" src="content.jpg" width="876" height="735" border="0" id="content" usemap="#m_content" alt="" /><map name="m_content" id="m_content">
<area shape="rect" coords="2,3,871,728" href="http://www.kliniken-gz-kru.de/gunzburg.htm" target="content" alt="" />
</map>
</body>
</html>
|
rechte navi
Zitat:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0014)about:internet -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>navi_rechts.jpg</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!--Fireworks CS3 Dreamweaver CS3 target. Created Mon Apr 28 23:59:01 GMT+0200 (CEST) 2008-->
</head>
<body bgcolor="#999999">
<img name="navi_rechts" src="navi_rechts.jpg" width="221" height="730" border="0" id="navi_rechts" usemap="#m_navi_rechts" alt="" />
<map name="m_navi_rechts" id="m_navi_rechts">
<area shape="rect" coords="7,633,221,663" href="content_visit_22.htm" target="content" alt="" />
<area shape="rect" coords="7,609,221,633" href="content_visit_19.htm" target="content" alt="" />
<area shape="rect" coords="7,577,221,609" href="content_visit_17.htm" target="content" alt="" />
<area shape="rect" coords="7,553,221,578" href="content_visit_20.htm" target="content" alt="" />
<area shape="rect" coords="7,525,221,554" href="content_visit_19.htm" target="content" alt="" />
<area shape="rect" coords="7,500,220,525" href="content_visit_02.htm" target="content" alt="" />
<area shape="rect" coords="7,470,221,501" href="content_visit_17.htm" target="content" alt="" />
<area shape="rect" coords="7,445,221,470" href="content_visit_02.htm" target="content" alt="" />
<area shape="rect" coords="7,417,220,446" href="content_visit_10.htm" target="content" alt="" />
<area shape="rect" coords="7,390,220,417" href="content_visit_14.htm" target="content" alt="" />
<area shape="rect" coords="7,365,220,393" href="content_visit_07.htm" target="content" alt="" />
<area shape="rect" coords="7,338,221,365" href="content_visit_02.htm" target="content" alt="" />
<area shape="rect" coords="7,308,220,339" href="content_visit_11.htm" target="content" alt="" />
<area shape="rect" coords="7,286,221,308" href="content_visit_10.htm" target="content" alt="" />
<area shape="rect" coords="7,254,220,287" href="content_visit_09.htm" target="content" alt="" />
<area shape="rect" coords="7,231,221,255" href="content_visit_03.htm" target="content" alt="" />
<area shape="rect" coords="7,200,221,232" href="content_visit_07.htm" target="content" alt="" />
<area shape="rect" coords="7,178,220,201" href="content_visit_06.htm" target="content" alt="" />
<area shape="rect" coords="7,147,220,179" href="content_visit_05.htm" target="content" alt="" />
<area shape="rect" coords="7,123,221,148" href="content_visit_04.htm" target="content" alt="" />
<area shape="rect" coords="7,94,220,123" href="content_visit_03.htm" target="content" alt="" />
<area shape="rect" coords="7,70,220,95" href="content_visit_02.htm" target="content" alt="" />
<area shape="rect" coords="7,39,220,71" href="content_visit_01.htm" target="content" alt="" />
</map>
</body>
</html>
|
unter navi
Zitat:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0014)about:internet -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>navi_unten.jpg</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!--Fireworks CS3 Dreamweaver CS3 target. Created Tue Apr 29 00:13:50 GMT+0200 (CEST) 2008-->
</head>
<body bgcolor="#999999">
<img name="navi_unten" src="navi_unten.jpg" width="1264" height="67" border="0" id="navi_unten" usemap="#m_navi_unten" alt="" />
<map name="m_navi_unten" id="m_navi_unten">
<area shape="rect" coords="1098,5,1248,66" href="javascript:;" alt="" />
<area shape="rect" coords="945,3,1093,66" href="javascript:;" alt="" />
<area shape="rect" coords="790,5,941,66" href="javascript:;" alt="" />
<area shape="rect" coords="634,6,783,66" href="http://www.ksk-ostalb.de/" target="_blank" alt="" />
<area shape="rect" coords="480,6,630,66" href="javascript:;" alt="" />
<area shape="rect" coords="327,8,476,66" href="http://www.samariterstiftung.de/Einrichtungen/Samariterstift Neresheim/" target="_blank" alt="" />
<area shape="rect" coords="171,6,319,67" href="http://www.neuebkk.de" target="_blank" alt="" />
<area shape="rect" coords="0,5,166,67" href="javascript:;" alt="" />
</map>
</body>
</html>
|
Ich hoffe, irgend jemand kann was damit anfangen, und ich hoffe, ich habe nichts vergessen. Wäre suuuuuuuper Dankbar, Vielen dank wenn jemand was wissen sollte
gruß
petzi
__________________
gruß
petra :-)
|
|
|
|
Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)
|
|
|
| Themen-Optionen |
Thema durchsuchen |
|
|
|
| Thema bewerten |
|
|
Forumregeln
|
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.
HTML-Code ist aus.
|
|
|
Alle Zeitangaben in WEZ +2. Es ist jetzt 22:35 Uhr.
|
 |