Probleme mit der Darstellung bei Opera/Firefox

M

marcuz

Neues Mitglied
Thread Starter
Dabei seit
21.12.2006
Beiträge
10
Reaktionspunkte
0
Hallo,
ich bin gerade dabei ne Website in HTML und bissle CSS zu schreiben, mache sowas eigentlich nicht, muss nun aber sein. Nun habe ich folgendes Problem. Beim Menu habe ich bei Opera und Firefox so eine unschöne Ecke nach dem Punkt Dienstleistungen im roten Bereich drin. Wie kann ich das coden damit es auf allen Browsern gleich schön angezeigt wird, nicht nur im Safari?

Code:
<html>
<head>
<title>Willkommen auf www.websts.de / Welcome to www.websts.de</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<style type="text/css">
		a:link { font-weight: normal; color:#FFFFFF; text-decoration:none }
		a:visited { font-weight: normal; color:#FFFFFF; text-decoration:none }
		a:hover { font-weight: normal; color:#FFFFFF; text-decoration:underline }
		a:active { font-weight: normal; color:#FFFFFF; text-decoration:underline }
		a:focus { font-weight: normal; color:#FFFFFF; text-decoration:underline }
		p {font-style:normal; font-family:verdana, sans-serif;}
		div {font-style:normal; font-family:verdana, sans-serif;}
		.sizeem {font-size:1em;}
    .sizexsmall {font-size:x-small;}
    .sizesmall {font-size:small;}
  </style>
<body background="img/bg_v.png" bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0">
<center>
<table width=750 border=0 cellpadding=0 cellspacing=0>
	<tr>
		<td rowspan=2>
			<img src="img/index_01.png" width=420 height=103 alt=""></td>
		<td colspan=4>
			<img src="img/index_02.png" width=330 height=63 alt=""></td>
	</tr>
	<tr>
		<td background="img/index_03.png" width=98 height=40>
			<img src="img/spacer1.png"width="5" height="1"><a href="_dleistung.html"><div class="sizexsmall">
				<center>Dienstleistungen</center></div></a>
		</td>
		<td bgcolor="7E0000" width=98 height=40>
			<img src="img/spacer1.png"width="12" height="1"><a href="_tippsinfos.html"><div class="sizexsmall">
				<center>Tipps & Infos</center></div></a>
		</td>
		<td bgcolor="7E0000" width=98 height=40>
			<img src="img/spacer1.png"width="7" height="1"><a href="_referenzen.html"><div class="sizexsmall">
				<center>Referenzen</center></div></a>
		</td>
		<td background="img/index_06.png" width=56 height=40>
			<img src="img/spacer1.png"width="5" height="1"><a href="_kontakt.html"><div class="sizexsmall">
				<center>Kontakt</center></div></a>
		</td>
	</tr>
	<tr>
		<td height="17" colspan="5" align="right" background="img/websts.png" with="750">
			<font face="Tahoma" size="1" color="#FFFFFF"><a href="_impressum.html">» impressum</font></a></td>
	</tr>
	<tr>
		<td colspan=5 bgcolor="FFFFFF">
		<table width="749" border="0" cellspacing="2" cellpadding="2" bgcolor="#FFFFFF">
<tr>
	<td bgcolor="7E0000"><!--spacer row//--></td>
	<td bgcolor="D7D7D7"><font face="Verdana" size="4" color="#000000"><img src="img/spacer1.png" width="15"><br>
		Willkommen auf der Website der Firma STS. <br></font>
		<font face="Tahoma" size="2" color="#999999">
		<img src="img/spacer1.png" width="10">
		<i>Welcome to the Website of the STS Company.</i></font><br><br>
		<font face="Tahoma" size="3" color="#000000">
		</font>
</td>
</tr>
</table>
<br>
<table>
	<tr>
		<td><img src="img/spacer1.png" width="15"></td>
		<td><font face="Verdana" size="3">
		<b>STS</b> <i>steht f&uuml;r</i> <b>S</b>ervice - <b>T</b>raining und <b>S</b>oftware
		<br></font></td>
		</tr>
		<tr>
			<td><img src="img/spacer1.png" width="10"></td>
			<td></td>
		</tr>
</table>
		<br><br><br><br><br><br><br></td>
	</tr>
	<tr>
		<td colspan=5>
			<img src="img/index_09.png" width=750 height=12 alt=""></td>
	</tr>
	<tr>
		<td colspan="5" align="right" background="img/spacer.png width=750 height=15">
			<font face="Tahoma" size="1" color="#000000">&copy 2006 websts.de</font></td>
	</tr>
</table>
</center>
</body>
</html>
 
Zurück
Oben Unten