dirty hack, but working:

$('#dialogbox').live('dialogopen', function(event){$
("#dialogbox").parent().css("overflow", "visible")} );

if anyone has a bether solution, please respond. Thanks

On Sep 16, 11:08 am, stvorbodka <[email protected]> wrote:
> Hello, I'm looking for a way to override css overflow-x on UI dialog
> from hidden to visible, but jquery UI seems to put this option
> straight to element style which of course has the highest priority in
> css, so there's no way to do it via css no matter where you put it as
> far as i know.
>
> I did my fair share of googling on this.
>
> anyone with a working solution or some ideas (I have to use google api
> for loading jquery ui so altering the source code is not an option,
> apart from the fact that it's not a good idea anyway)?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to