tobiasre
Neues Mitglied
Hi,
ich habe folgendes Problem: Auf meiner Seite werden 2 imgs nebeneinander angezeigt. Das 2te hat allerdings einen Rahmen und ist etwas höher als das andere da es noch einen link hat.
Bild eins:
Bild zwei:
Entferne ich "href" aus dem "a" hab ich das Problem nicht (bei webkit hab ich es auch mit nicht)
Ich will nun das ich keinen Rahmen um das 2. Bild habe. Wie mach ich das?
mfg tobiasre
ich habe folgendes Problem: Auf meiner Seite werden 2 imgs nebeneinander angezeigt. Das 2te hat allerdings einen Rahmen und ist etwas höher als das andere da es noch einen link hat.
Bild eins:
Code:
<img class="posted_on" src="images/icons/time.png" title="09.01.2010 14:32" alt="time" width="16" height="16" />
Code:
<a id="alink" href="http://favetec.de/b.php?p2"><img href="http://favetec.de/b.php?p2j10" class="slink" src="images/icons/link.png" title="favetec.de/b.php?p2j10" alt="time" width="16" height="16" /></a>
Entferne ich "href" aus dem "a" hab ich das Problem nicht (bei webkit hab ich es auch mit nicht)

Ich will nun das ich keinen Rahmen um das 2. Bild habe. Wie mach ich das?
mfg tobiasre