#topnav a[href^="http://www.";] {
  padding-right: 0;
  background: none;
}

might work


On 5/31/05, Pringle, Ron <[EMAIL PROTECTED]> wrote:
> I have the following code to add a small graphic after an external link (in
> compliant browsers):
> 
> a[href^="http://www.";] {
>    padding-right: 16px;
>    background: url("icn_externallink.png") no-repeat center right;
> }
>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to