Einzelnen Beitrag anzeigen
  #3 (permalink)  
Alt 28.07.2005, 23:18
grazioli grazioli ist offline
Benutzer
neuer user
Thread-Ersteller
 
Registriert seit: 28.07.2005
Beiträge: 32
grazioli befindet sich auf einem aufstrebenden Ast
Standard

Also:

leftFrame:
Code:
<LINK href="grw.css" type=text/css rel=stylesheet>
<body>


</p>
<table width="100%" border="0" id="leftFrame_Tab">
  <tr> 
    <td>
<div align="center">
        <table width="100%" border="0" align="center">
          <tr> 
            <td onMouseOver="this.style.backgroundColor='#DBDBDB'; this.style.cursor='pointer';" onMouseOut="this.style.backgroundColor='#FFFFFF'" 
		  		onclick="window.location.href='home.htm'" height="40" valign="middle"><div align="center"><font color="#DBDBDB"> 
                	Home</font></div></td>
          </tr>
          <tr> 
            <td onMouseOver="this.style.backgroundColor='#DBDBDB'; this.style.cursor='pointer';" onMouseOut="this.style.backgroundColor='#FFFFFF'" 
		  		onclick="window.location.href='home.htm'" height="40" valign="middle"><div align="center"><font color="#DBDBDB">  
                <a href="http://www......ch/ueberuns.htm">&Uuml;ber 
                uns</a></font></div></td>
          </tr>
          <tr> 
            <td onMouseOver="this.style.backgroundColor='#DBDBDB'; this.style.cursor='pointer';" onMouseOut="this.style.backgroundColor='#FFFFFF'" 
		  		onclick="window.location.href='home.htm'" height="40" valign="middle"><div align="center"><font color="#DBDBDB"> 
                L&ouml;sungen</font></div></td>
          </tr>
          <tr> 
            <td onMouseOver="this.style.backgroundColor='#DBDBDB'; this.style.cursor='pointer';" onMouseOut="this.style.backgroundColor='#FFFFFF'" 
		  		onclick="window.location.href='home.htm'" height="40" valign="middle"><div align="center"><font color="#DBDBDB">  
                Kontakt</font></div></td>
          </tr>
          <tr> 
            <td onMouseOver="this.style.backgroundColor='#DBDBDB'; this.style.cursor='pointer';" onMouseOut="this.style.backgroundColor='#FFFFFF'" 
		  		onclick="window.location.href='home.htm'" height="40" valign="middle"><div align="center"><font color="#DBDBDB"> 
                Referenzen</font></div></td>
          </tr>
          <tr> 
            <td onMouseOver="this.style.backgroundColor='#DBDBDB'; this.style.cursor='pointer';" onMouseOut="this.style.backgroundColor='#FFFFFF'" 
		  		onclick="window.location.href='home.htm'" height="40" valign="middle"><div align="center"><font color="#DBDBDB"> 
                Links</font></div></td>
          </tr>
        </table>
      </div></td>
  </tr>
</table>


</p>
</body>
</html>
und topFrame
Code:
<LINK 
href="grw.css" 
type=text/css rel=stylesheet>
<body>
<p class="grw">
<table width="100%" border="0">
  <tr> 
    <td width="40%" align="center" valign="middle"><div align="center">[img]../bilder/Logo.gif[/img]</div></td>
    <td width="60%" align="center" valign="middle"><table width="80%" border="0">
        <tr> 
          <td height="25%"><div align="center">Appertweg 7</div></td>
          <td height="25%"><div align="center">Telefon: 076/462'96'09</div></td>
        </tr>
        <tr> 
          <td height="25%"><div align="center">8853 Lachen-SZ</div></td>
          <td height="25%"><div align="center">Fax: 055/442'26'77</div></td>
        </tr>
        <tr> 
          <td height="25%"><div align="center">www.grazioli-web.ch</div></td>
          <td height="25%"><div align="center"></div></td>
        </tr>
      </table></td>
  </tr>
</table>


</p>
</body>
</html>
Ich hoffe Euch nützten diese zwei Codes!

Gruss Simon

Geändert von grazioli (16.06.2010 um 20:39 Uhr)
Mit Zitat antworten