[jQuery] Re: Star Rating v2 and Half-Star (NEED FEEDBACK)

2008-04-07 Thread Diego A.
that should not affect the image because it is in the background (not affected by text-indent). it seems to be working for me. do you have a link I can look at? On Apr 4, 11:08 pm, AsymF <[EMAIL PROTECTED]> wrote: > It seems that in IE 7 the DIVs for the stars are in fact being created > from the

[jQuery] Re: Star Rating v2 and Half-Star (NEED FEEDBACK)

2008-04-04 Thread AsymF
It seems that in IE 7 the DIVs for the stars are in fact being created from the radio buttons as expected but the text-indent CSS is set to -999em. On Apr 4, 8:34 am, AsymF <[EMAIL PROTECTED]> wrote: > Yeah, I had thought about doing that. Even overlapping them. Was just > wondering if I had some

[jQuery] Re: Star Rating v2 and Half-Star (NEED FEEDBACK)

2008-04-04 Thread AsymF
Yeah, I had thought about doing that. Even overlapping them. Was just wondering if I had somehow missed a simpler way of doing it. :) One other thing. I can't get this version to work at all in IE 7 when the stars are split. The stars don't show up. Even the radio buttons won't show up. On Apr 4

[jQuery] Re: Star Rating v2 and Half-Star (NEED FEEDBACK)

2008-04-04 Thread Diego A.
Erm.. no. What you can do is have 2 controls. 1. Dummy control to display value (split). 2. Actual control that takes an input (not split). Show/hide at your disclosure and voila! On Apr 3, 10:29 pm, AsymF <[EMAIL PROTECTED]> wrote: > Sorry, nevermind about the metadata. I j

[jQuery] Re: Star Rating v2 and Half-Star (NEED FEEDBACK)

2008-04-03 Thread AsymF
Sorry, nevermind about the metadata. I just noticed it is optional. New questionis it possible to display the current value with split stars but only allow whole star voting? In other words, show 3 and 3/4ths stars highlighted and the remainder portion grayed out but on mouseover show a full

[jQuery] Re: Star Rating v2 and Half-Star (NEED FEEDBACK)

2008-04-03 Thread AsymF
Any way to get around the need for the metadata plugin? I am trying to keep included scripts light. On Mar 20, 3:23 pm, "Diego A." <[EMAIL PROTECTED]> wrote: > For reference: The issue was relative positioning in IE. > I worked around it with a negative margin. > > On Mar 20, 6:29 pm, "Diego A."

[jQuery] Re: Star Rating v2 and Half-Star (NEED FEEDBACK)

2008-03-28 Thread AsymF
Schweet. :) On Mar 20, 3:23 pm, "Diego A." <[EMAIL PROTECTED]> wrote: > For reference: The issue was relative positioning in IE. > I worked around it with a negative margin. > > On Mar 20, 6:29 pm, "Diego A." <[EMAIL PROTECTED]> wrote: > > > I had tried that but it didn't work reliably in IE. It