Share-This CSS Validation Fix

November 24th, 2006

Categories: General

If you have CSS validation errors with Alex King’s WordPress plugin called Share-This which happens to be installed on this site, just look below, there is now a fix posted by TechRoam. Thanks, TechRoam. You will need to edit the share-this.php file inside the plugin folder and make the following changes.

From:

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

To:

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

  • Twitter
  • Facebook
  • Digg
  • del.icio.us
  • Google Bookmarks
  • StumbleUpon
  • LinkedIn
  • Technorati
  • FriendFeed
  • Live
  • MySpace
  • Ping.fm
  • Posterous
  • Reddit
  • Slashdot
  • Suggest to Techmeme via Twitter
  • Yahoo! Bookmarks
  • Yahoo! Buzz
  • Print
  • email
  • PDF
  • RSS

Leave a Reply