Lukasz Grabun schrieb:
Hello there,

So, there is my page: http://www.grabun.com/blog/ with CSS file here: http://grabun.com/blog/wp-content/themes/chmurka/style.css


.entry-text a[href*="http://";] { background: url(/images/glob.gif) center right no-repeat; padding-right: 15px; }

.entry-text a[href*="http://www.grabun.com";], #content a[href*="http://grabun.com";] { background: transparent; padding-right: 0; }

according to Dom Inspector, both the rules come into play

and background: transparent;

means

background: transparent none repeat;

Ingo


______________________________________________________________________
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