>
> > if you look here :
> > http://test3.dekkers.net/
> > you can see the icon lies under the link, as soon as i remove the
> dir="rtl"
> > from the html tag - all works.
> >
> > this is all the code :
>

The problem is that links are inline elements and this type can not have
padding. if you want to apply this property to a inline element you have to
use other properties (for example, "display: block" or "float: right"):
a[href^="http:"]
       {
           float: right;
           padding-right:10px;
           background:url(/images/externalLink.gif) no-repeat right top;
       }
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to