CyberKilleR
Active Member
Maybe You Didn't Follow Step By Step Or Miss Something.
Nice tut cyberavijit
btw how to exclude a certain link?
Like I want sort all the ryushare link to have a background
but I want my referral link not to be included into that. is that possible?
a:not([href*="ryushare.com/affiliate.python?aff_id="]) {
background: url("http://dl.dropbox.com/u/16918132/Logo/New%20folder/small/up.png") no-repeat;
height: 16px;
width: 16px;
padding: 5px 25px
}
a:not
a:not([href*="ryushare.com/affiliate.python?aff_id="])
{
background: url("http://dl.dropbox.com/u/16918132/Logo/New%20folder/small/up.png") no-repeat;
height: 16px;
width: 16px;
padding: 5px 25px
}
So what you showed works like this:
if the url shown down appears in a link:
than display this:PHP:a:not([href*="ryushare.com/affiliate.python?aff_id="])
Am I right?PHP:{ background: url("http://dl.dropbox.com/u/16918132/Logo/New%20folder/small/up.png") no-repeat; height: 16px; width: 16px; padding: 5px 25px }