CSS validate Share This

AddThis Social Bookmark Button

Alex King has written a really great plugin for social bookmarks called Share This and I use it here on the blog. It looks awesome but I had a problem with CSS validation. Essentially, I got a CSS error that said “background Too many values or values are not recognized” which refers to line 255 and occured because you can’t mix positions with keywords. Originally, the line was:

background: url(’.$key.’.gif) no-repeat 2px center; — which I changed to:

background: url(’.$key.’.gif) no-repeat center;
background-position: 2px;

You can download the revised version here: share-this.phps

Popularity: 9%


Tags:

,

,

,


If you enjoyed this post, please consider to leave a comment.

Comments

[…] If you have CSS validation errors with Alex King’s WordPress plugin called Share-This, there is a fix posted by TechRoam. […]

[…] If you have CSS validation errors with Alex King’s WordPress plugin called Share-This which I happen to be using, there is a fix posted by TechRoam. Thanks, TechRoam. […]

Leave a comment

(required)

(required)