Yeah, I had that same idea over the weekend. I wasn't sure if there was any JS associated with the class. Even if there is, it shouldn't be too bad. Thanks for the reply.
Tim On Nov 2, 8:35 am, Fontzter <[email protected]> wrote: > You could just add it... > > .ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: . > 35; filter:Alpha(Opacity=35); background-image: none; } > > Hth, > > Dave > > On Oct 31, 1:51 pm, TimW66 <[email protected]> wrote: > > > Thanks for the reply. I am using themeroller, I've tried that, but it > > didn't work. I looked through the CSS file, and I don't see that rule > > in there, so I'm guessing the version I have pre-dates that. > > > On Oct 30, 8:58 am, Fontzter <[email protected]> wrote: > > > > If your using themeroller try adding the class ui-state-disabled. I > > > think that existed in 1.6 > > > > Hth, > > > > Dave > > > > On Oct 29, 7:02 pm, TimW66 <[email protected]> wrote: > > > > > Hi all, > > > > > I'm using jQuery UI v1.6rc2. I know this is an old version, but for > > > > now, I am unable to upgrade. I have the need to disable a button on > > > > the dialog box. I've tried just setting the disabled attribute via > > > > "$button.attr('disabled','disabled')". However, on IE, that looks > > > > bad. And on Firefox, the button can still be hovered, making it look > > > > like it is enabled. Is there a way to do what I'm looking for? > > > > > Thanks, > > > > > Tim -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en.
