Gernot Back: Text exakt positioniert über Bild legen

Beitrag lesen

Hallo Adam,

<div style="background-image:url(card.jpg); margin:0px; padding:00px; width=250; height=159; position: absolute;">
<P style="margin-left:42px; margin-top:124px; text-align=left; position: absolute;"><B>Name<?php echo $Vorname." "; echo $Name; ?></p>
</div>

Im IE auch echt super. Aber Firefox und Netscape zeigen wirres Zeug. Könnt ihr da mal helfen?

Dass der IE wirres Zeugs interpretiert ist ja auch nicht neu (scnr): Du hast Doppelnullen und Gleichheitszeichen in deinem CSS, die da nicht hingehören.

Gruß Gernot