View Single Post
  #2 (permalink)  
Old 04-20-2009, 05:45 PM
deepsand's Avatar
deepsand deepsand is offline
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: May 2004
Location: Philadelphia, PA
Posts: 3,248
deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9
Default Re: Wordpress's ShareThis plugin not working in Firefox

Try changing the width of the Comments box from relative to absolute.

Currently the code for such is
Code:
<p><textarea name="comment" id="comment" cols="100%" rows="10" tabindex="4"></textarea></p>
Note the the cols value is "100%."
Reply With Quote