[jQuery] Re: Text to the left of the jQuery Star Rating Plugin

2009-02-07 Thread jQuery Lover

Surround your text (Rating:) with div and give a float:right CSS...
worked for me on plugins demo page...


Read jQuery HowTo Resource  -  http://jquery-howto.blogspot.com



On Sat, Feb 7, 2009 at 12:54 AM, Tom seil...@gmail.com wrote:

 Hi, I'm using the star rating plugin at:
 http://www.fyneworks.com/jquery/star-rating/

 and I'm trying to add a little text to the left of a set of stars
 (i.e. Rating: * * * * * ).  After fooling around with the CSS for a
 long time, I still haven't been able to get rid of the line break
 between the text and the stars (I get the visual equivalent of Rating:
 \n* * * * * ).  I've tried floating things left, setting display:
 inline, etc, but I must be missing something.  I'm using the current
 version at:
 http://code.google.com/p/jquery-star-rating-plugin/

 Does anyone know how to do this?

 Much thanks,
 Tom



[jQuery] Re: Text to the left of the jQuery Star Rating Plugin

2009-02-07 Thread Tom

Great, that did the trick on the simplified test version I was messing
around on.  For some reason it didn't work on my site, but I tried
giving it a float: left !important instead and that worked.

Thanks for the help,
Tom

On Feb 7, 4:10 am, jQuery Lover ilovejqu...@gmail.com wrote:
 Surround your text (Rating:) with div and give a float:right CSS...
 worked for me on plugins demo page...

 
 Read jQuery HowTo Resource  -  http://jquery-howto.blogspot.com

 On Sat, Feb 7, 2009 at 12:54 AM, Tom seil...@gmail.com wrote:

  Hi, I'm using thestarrating plugin at:
 http://www.fyneworks.com/jquery/star-rating/

  and I'm trying to add a little text to theleftof a set of stars
  (i.e. Rating: * * * * * ).  After fooling around with the CSS for a
  long time, I still haven't been able to get rid of the line break
  between the text and the stars (I get the visual equivalent of Rating:
  \n* * * * * ).  I've tried floating thingsleft, setting display:
  inline, etc, but I must be missing something.  I'm using the current
  version at:
 http://code.google.com/p/jquery-star-rating-plugin/

  Does anyone know how to do this?

  Much thanks,
  Tom