Inita_: background-image in einem Link rechts positionieren

Beitrag lesen

hi,

also, bei mir funct alles in IE6, Opera, FF:

  
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">  
<html>  
  <head>  
  <meta http-equiv="content-type" content="text/html; charset=windows-1250">  
  <meta name="generator" content="PSPad editor, www.pspad.com">  
  <title></title>  
  </head>  
  <body>  
    <a href="google.com" alt="link" style="background:url(Sheldon.gif) right no-repeat;padding:5px 50px 5px 0;line-height:50px;">me is clever</a>  
    <br />  
    <a href="google.com" alt="link" style="background:url(Sheldon.gif) right no-repeat;padding:5px 50px 5px 0;line-height:50px">me is very very clever</a>  
  </body>  
</html>