Guten Morgen mg....
danke, dass du mir bisserl hilfst!
Also das Ganze ist mit drei frames aufgebaut.... links....top..und haupt frame.
hier der Quelltext von links:
HTML-Code:
<HTML>
<HTML>
<HEAD>
<TITLE>Vorschlag_6</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
</HEAD>
<BODY BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<table border="0" cellspacing="0" cellpadding="0" bgcolor="white" height="195">
<tr align="left" valign="top">
<td><img src="Bilder/Top_1_02.gif" alt="" height="136" width="825" align="top"></td>
</tr>
</table>
</BODY>
</HTML>
<BODY LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<table width="200" border="0" cellspacing="0" cellpadding="0" background="Bilder/Links_1_01.gif" height="100%">
<tr>
<td></td>
<td></td>
<td width="34%"></td>
</tr>
<tr valign="top" height="30">
<td height="30"></td>
<td height="30"><img src="Bilder/Zierde_1_02.gif" alt="" border="0"></td>
<td width="34%" height="30"></td>
</tr>
<tr>
<td colspan="3"></td>
</tr>
<tr>
<td></td>
<td></td>
<td width="34%"></td>
</tr>
<tr>
<td></td>
<td></td>
<td width="34%"></td>
</tr>
<tr>
<td></td>
<td></td>
<td width="34%"></td>
</tr>
</table>
</BODY>
</HTML>
Hier der Text von Top:
<HTML>
<HEAD>
<TITLE>Vorschlag_6</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
</HEAD>
<BODY BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<table border="0" cellspacing="0" cellpadding="0" bgcolor="white" height="195">
<tr align="left" valign="top">
<td><img src="Bilder/Top_1_02.gif" alt="" height="136" width="825" align="top"></td>
</tr>
</table>
</BODY>
</HTML>
UNd hier vom Hauptframe:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta name="generator" content="Adobe GoLive" />
<title>Unbenannte Seite</title>
<style>
.jc{
position:relative;
}
.bgground { background-image: url(test/Bilder/Hinterg_Katze.gif); background-repeat: no-repeat; background-attachment: fixed; background-position: 150px 100%; }
</style>
<script language="JavaScript1.2">
//Trembling message script- © Dynamic Drive (
www.dynamicdrive.com)
//For full source code, 100's more DHTML scripts, and TOS,
//visit
http://www.dynamicdrive.com
var ns6=document.getElementById&&!document.all
var ie=document.all
var customcollect=new Array()
var i=0
function jiggleit(num){
if ((!document.all&&!document.getElementById)) return;
customcollect[num].style.left=(parseInt(customcollect[num].style.left)==-1)? customcollect[num].style.left=1 : customcollect[num].style.left=-1
}
function init(){
if (ie){
while (eval("document.all.jiggle"+i)!=null){
customcollect[i]= eval("document.all.jiggle"+i)
i++
}
}
else if (ns6){
while (document.getElementById("jiggle"+i)!=null){
customcollect[i]= document.getElementById("jiggle"+i)
i++
}
}
if (customcollect.length==1)
setInterval("jiggleit(0)",80)
else if (customcollect.length>1)
for (y=0;y<customcollect.length;y++){
var tempvariable='setInterval("jiggleit('+y+')",'+'100)'
eval(tempvariable)
}
}
window.onload=init
</script>
</head>
<body class="bgground" bgcolor="#ffd397" leftmargin="0" marginheight="0" marginwidth="0" topmargin="0">
<table width="800" border="0" cellspacing="0" cellpadding="0" height="450">
<tr valign="top" height="20">
<td width="33%" height="20">
<div align="center">
<font size="2" face="Helvetica, Geneva, Arial, SunSans-Regular, sans-serif"><a href="../Internet_Platin/index.html">Kontakt</a></font></div>
</td>
<td valign="top" width="33%" height="20">
<div align="center">
<font size="2" face="Helvetica, Geneva, Arial, SunSans-Regular, sans-serif"><a href="../Internet_Platin/index.html">Links</a></font></div>
</td>
<td width="33%" height="20">
<div align="center">
<font size="2" face="Helvetica, Geneva, Arial, SunSans-Regular, sans-serif"><a href="../Internet_Platin/index.html" target="mainFrame">Impressum</a></font></div>
</td>
</tr>
<tr valign="top">
<td width="33%"></td>
<td width="33%">
<div align="center">
<img src="test/Bilder/Titel_Katze.gif" alt="" width="100%" border="0" vspace="30" /></div>
</td>
<td width="33%"></td>
</tr>
</table>
<p align="center"><font size="5" face="Helvetica, Geneva, Arial, SunSans-Regular, sans-serif">
</html>
Jetzt gleich noch eine sehr wichtige frage:
Kann ich, wenn ich z.b. auf den link Infos klicke das so machen, dass sich dann nicht nur das hauptfenster ändert, sonder ich möchte praktisch, dass sich die komplette Fare aller frames ändert und auch die Buttons links wäre anders.....ich hoffe das geht???
Danke schön schon mal!!
Mike