Hi leude, ich hab da ein prob ...
ich hab mit css ein image-background definiert, nur leider interressiert das den Mozilla - Browser net so richtig .... der scheint das Background-image anscheinend nur so weit, bis die Wortlänge "aufhört", ich poste mal den Quellcode , für´s Anzeigebeispiel könnt ihr hier klicken (auf jeden Fall logischerweise mit Mozilla öffnen) <A HREF="http://tunichtgut.s01.user-portal.com/any.html>Anzeigebeispiel mit Mozilla öffnen</a>
<HTML><HEAD>
<style type="text/css">
<!--
#link
{
a
display: block;
width: 178px;
padding: 5px;
font-family: Arial;
font-size: 12px;
text-decoration: none;
font-weight: bold;
color: Black;
background: url(letzteres2.jpg) no-repeat;
}
#link:hover
{
background-color: Red;
}
</style>
</head>
<BODY>
<A id=link HREF="http://tunichtgut.s01.user-portal.com/hp/rezepte.html">
rezepte
</a>