Jay Houk: verschiedene Seitengrößen verzerren Bild

Beitrag lesen

Hallo zusammen,
ich mach es mal kurz:

Mein Bild wird , im Firefox auch normal angezeigt wenn, ich icq anhabe, im IE verrutscht der Rahmen (Border) dann und "frisst ein Stück vom Bild" hast das was mit dem fixedattribut bei tabellen zu tun ? das soll ja beim IE nicht gehen.
Wie kann ich das ändern ? kann ich das ?

Und weil ich gerade beim Thema Grafik bin noch was:
Die Rahmen sind auch nicht so wie ich will ! Ich wollte zwei mit einem pixel abstand inneinander, aber das hat der IE nicht angezeigt.
Jetzt ist es nur geringfügig besser ! wie ihr sicher sehen könnt !
Hab schon alles mögliche mit hspace vspace, margin, padding probiert. was ist das problem ?

Danke für eure Hilfe,Tipps,Quellen

Jay

<html>
<head>
<title>unsere startseite</title>

<style type="text/css">
<!--
table {
 width:100%;
 margin: 0px;
 padding: 0px;
}
h7 { color:#0000EF; font-size:30px; }
-->
</style>

<style type="text/css">
<!-- .top    { vertical-align:top; background-color:#000000; }
.mid { vertical-align:middle; background-color:#000000; }
.bottom   { vertical-align:bottom; background-color:#000000; }
-->
</style>

</head>
<hr
  align="center"
  width= 820
  size=5
  noshade
  color="#0000EF">
<body bgcolor="#000000" link="#0000EF" vlink="#771177" alink="#009900">
<span style="font-family:Avantgarde,Helvetica,Times,serif; color:blue">
<h1 align="center">Herzlich Willkommen </h1></span>
<hr
  align="center"
  width= 820
  size=5
  noshade
  color="#771177">

<table width="100%" style="table-layout:fixed">

<tr>
<td style= "border-color:#0000EF; border-width:0px; border-style:dashed; height=400px; width=275px" align= "center" valign="bottom"><h7 style= "border-color:#0000EF; border-width:3px; border-style:outset"><a href="ClanInfos.htm">Infos</a></h7></td>

<td width="386px" height="388" bordercolor="#FFFFFF"  style="border-color:#FFFFEF; border-width:px; border-style:inset"><img src="file:///E:\bild.png" alt="-" width="380" height="382" hspace="0" vspace="0" border="3" align="absmiddle"  style="border-color:#FFFFFF; border-width:3px; border-style:outset;" ></td>

<td style= "border-color:#0000EF; border-width:0px; border-style:double; height=400px; width=275px" valign="bottom" align="center"><h7 style= "border-color:#0000EF; border-width:3px; border-style:outset"><a href="Links.htm">Links</a></h7></td>

</tr>
<tr>
<td "width:275px"></td>

<td  align="center" valign="top" style= "border-color:#0000EF; border-width:3px; border-style:outset"><h7><a href="Spiele.htm">Spiele</a></h7></td>

<td width="275px"></td>
</tr>
</table>

</body>
</html>