Hello all! ajax star rating script is working fine for me, but i need to modify it a bit but can't find solution.. i tried to edit rpc.php db.php neither of it helped me, what i want is: A star rating looks like: ***** rating: 0/0 (0 votes cast) i want to show it like this: ***** rating: 0/0 ... i tried a lot to find any breaker or hr but couldn't. any solution?
im using masuga rating script, http://www.masugadesign.com/the-lab/scripts/unobtrusive-ajax-star-rating-bar/ it is based on css. yes, these stars are blocked in UL tags. But i can't mess with them..
Why not? Just use a display: inline property on the <ul> If not, I guess you could also try something nasty with floats.
thanks, it worked but now something more has happened, the text is shown beside the stars, mean both stars and rating:... thing comes at same place its looking messed like: *****(votes.. the rating thing gone backside of stars..
Any code to show as I am taking guesses at what you are doing at the moment. You didn't use absolute positioning (relative to parent element) by any chance right?
well it worked. actually i defined the rating li block float to left and didn't define for the voting text . so i defined, stars style float to left and vote style float to right. worked your suggestion was great for me. Thanks