hallo zusammen
komm da leider nicht weiter, und brauche eure hilfe.
ich möchte die beiden Bilder in den Tabellenspalten links und rechts oben und ganz am Rand haben. das klappt auch mit Opera und FF nur nicht mit dem IE, da hab ich 2-3px zwischen dem Tabellenramen und dem Bild.
hat da jemnd einen tip?
mein code:
<html>
<head>
<title>Fehlerkatalog</title>
<style type="text/css">
<!--
#linkerFloat { padding: 0px; margin-left: 0px; margin-right: 0px; float: left; }
#ramen {border:2px solid #B3B3B3;}
.nav_troub { font: bold 10pt Georgia, Verdana, Arial; color: #B3B3B3; line-height:18px;}
.mini { font: 2pt Verdana, Arial, Georgia; color:#000000 }
A.navo:link { font: bold 10pt Georgia, Verdana, Arial; color: #616161; line-height: 20pt;}
A.navo:visited { font: bold 10pt Georgia, Verdana, Arial; color: #616161; line-height: 20pt;}
A.navo:hover { font: bold 10pt Georgia, Verdana, Arial; color: #B3B3B3; text-decoration: none; line-height: 20pt;}
A.navo:active { font: bold 10pt Georgia, Verdana, Arial; color: #B3B3B3; line-height: 20pt;}
-->
</style>
</head>
<body topMargin="0" marginHeight="0" leftMargin="0" marginWidth="0" bgcolor="#FFFFFF">
<br><br><br>
<table style="border-collapse:collapse" cellpadding="0" cellspacing="0" width="900" id="ramen" align="center">
<tr height="30">
<td id="ramen" colspan="8" align="center" width="100%" valign="top"><img src="images/ecke_l.gif" style="float:left; width:10px; height;15px;" border="0" alt=""><img src="images/ecke_r.gif" style="float:right; width:10px; height;15px;" border="0" alt=""><span class="mini"><br></span><span class="nav_troub">Trouble Shooting</span></td>
</tr>
<tr height="30">
<td id="ramen" colspan="2" align="center" width="25%" valign="top"><img src="images/ecke_l.gif" style="float:left; width:10px; height;15px;" border="0" alt=""><img src="images/ecke_r.gif" style="float:right; width:10px; height;15px;" border="0" alt=""><a class="navo" href="">Inhalt</a></td>
<td id="ramen" colspan="2" align="center" width="25%" valign="top"><img src="images/ecke_l.gif" style="float:left; width:10px; height;15px;" border="0" alt=""><img src="images/ecke_r.gif" style="float:right; width:10px; height;15px;" border="0" alt=""><a class="navo" href="">Suche</a></td>
<td id="ramen" colspan="2" align="center" width="25%" valign="top"><img src="images/ecke_l.gif" style="float:left; width:10px; height;15px;" border="0" alt=""><img src="images/ecke_r.gif" style="float:right; width:10px; height;15px;" border="0" alt=""><a class="navo" href="">Literatur</a></td>
<td id="ramen" colspan="2" align="center" width="25%" valign="top"><img src="images/ecke_l.gif" style="float:left; width:10px; height;15px;" border="0" alt=""><img src="images/ecke_r.gif" style="float:right; width:10px; height;15px;" border="0" alt=""><a class="navo" href="">Formular</a></td>
</tr>
<tr height="30">
<td id="ramen" colspan="4" align="center" width="50%" valign="top"><img src="images/ecke_l.gif" style="float:left; width:10px; height;15px;" border="0" alt=""><img src="images/ecke_r.gif" style="float:right; width:10px; height;15px;" border="0" alt=""><a class="navo" href="">Experten</a></td>
<td id="ramen" colspan="4" align="center" width="50%" valign="top"><img src="images/ecke_l.gif" style="float:left; width:10px; height;15px;" border="0" alt=""><img src="images/ecke_r.gif" style="float:right; width:10px; height;15px;" border="0" alt=""><a class="navo" href="">Dokumente</a></td>
</tr>
</table>
</body>
</html>
kanns leider nicht online stellen :-(
vielen Dank im voraus für die hilfe
gruß Rüdiger