Hi,
es gibt differenzen zwischen dem IE und FF. Das Problem ist, dass in Firefox nicht alles angezeigt wird, aber im IE schon.
HTML
<html><head>
<style type="text/css">
<!--
body {
font-family:arial;
}
#logo_txt {
font-family:arial; font-size:8pt; text-align: center;
}
#nav {
font-family:arial; font-size:10pt; font-weight: bold;
}
#nav_links {
font-family:arial; font-size:10pt; font-weight: bold; color: #FFFFFF;
}
#fett
{
font-family:arial; font-size:12pt; font-weight: bold; color: #FFFFFF;
}
h1
{
font-family:arial; font-size:15pt; font-weight: bold; color: #000000;
}
h2
{
font-family:arial; font-size:14pt; font-weight: bold; color: #000000;
}
A {
TEXT-DECORATION: none
}
A:active {
}
A:hover {
TEXT-DECORATION: underline
}
@page
{
size: 20cm 28cm;
margin-left: 1cm;
margin-right: 1cm;
margin-top: 1cm;
margin-bottom: 1cm
}
-->
</style>
<script language="JavaScript">
if(screen.width > 848)
{
pfeil = '>> ';
}
if(screen.width <= 848)
{
pfeil = '';
}
</script>
<title>ND</title>
</head>
<body bgcolor="#000000" vlink="#000000" alink="#000000" link="#000000">
<table cellspacing="0" cellpadding="0" height="100%" width="100%"> <tr> <td>
<div align="center">
<table CelLSpacing=0 CellPadding=1 Border=0 BorderColor=Black width="40%">
<tr><td height="100" background="DATA/bg.JPG" id="nobg" colspan="3">
<div align="center">[img]DATA/logo.JPG[/img]</div>
</td> </tr>
<tr>
<td width="100%" height="100%">
<table background="DATA/leftright.jpg" height="100%" width="100%">
<tr><td width="17%">
<div align="center">
<table height=0><tr><TD></td></tr></table>
<table id="nav" Border=0 CelLSpacing=0 CellPadding=0 BorderColor=Black>
<tr>
<td width="100" background="data/nav.jpg">Navigation</td>
</tr>
<tr id="nav_links">
<td nowrap><script language="JavaScript"></script>[url='index.php?show=start']Startseite[/url]
<script language="JavaScript"></script>[url='index.php?show=jdweb']ND[/url]
<script language="JavaScript"></script>[url='index.php?show=phil']Programme[/url]
<script language="JavaScript"></script>[url='index.php?show=faq']FAQ[/url]
<script language="JavaScript"></script>[url='index.php?show=kontakt']Kontakt[/url]
</td>
</tr>
</table>
<table id="nav" Border=0 CelLSpacing=0 CellPadding=0 BorderColor=Black>
<tr>
<td width="110" background="DATA/nav.jpg">Angebote</td>
</tr>
<tr id="nav_links">
<td>[url='index.php?show=webdesign']Webdesign[/url]
[url='index.php?show=webhosting']Webhosting[/url]
[url='index.php?show=preise']Preise[/url]
[url='index.php?show=bestellen']Bestellen[/url]
</td>
</tr>
</table>
<table id="nav" Border=0 CelLSpacing=0 CellPadding=0 BorderColor=Black>
<tr>
<td width="110" background="DATA/nav.jpg">Sonstiges</td>
</tr>
<tr id="nav_links">
<td>[url='index.php?show=ref']Referenzen[/url]
[url='index.php?show=login']Login[/url]
</td>
</tr>
</table>
</div>
<table height="100%"><tr><td></td></tr></table>
<table height=3><tr><TD></td></tr></table>
</td>
<td width="66%">
<div align="center">
<table height=3><tr><TD></td></tr></table>
<table width="90%" id="nav" Border=0 CelLSpacing=0 CellPadding=0 BorderColor=Black>
<tr>
<td height="25" width="100%" background="DATA/bg.jpg">
Hauptteil</td>
</tr>
<tr>
<td>
<table background="DATA/bg.jpg"><tr><td></td><td><p align="justify">
<h1>Willkommen...</h1>
<h2></h2>
[url='index.php?show=ref']Umsehen[/url]
test test test test test test test test test test test test test test test test
<div align="center">[url='index.php?show=drucken&print=startseite'][img]img/drucken.gif[/img][/url]
</div>
</p></td><td></td></tr></table>
</td>
</tr>
</table>
<table height=3><tr><TD></td></tr></table>
</div>
</td>
<td width="17%" height="100%">
<div align="center">
<table height=3><tr><TD></td></tr></table>
<table id="nav" Border=0 CelLSpacing=0 CellPadding=0 BorderColor=Black>
<tr>
<td width="110" background="DATA/nav.jpg">Referenzen</td>
</tr>
<tr id="nav_links">
<td><div align="center">
[url=''][img][/img][/url]
</div></td>
</tr>
</table>
</div>
<table height="100%"><tr><td></td></tr></table>
<table height=3><tr><TD></td></tr></table>
</td>
</tr>
</table>
</div></td></tr></table><table height="100%"><tr><td></td></tr></table> </td> </tr> </table>
</body>
</html>
Alles anzeigen