setting z-index jquery ui controls?
Posted
by maxp
on Stack Overflow
See other posts from Stack Overflow
or by maxp
Published on 2010-06-04T15:23:30Z
Indexed on
2010/06/07
10:32 UTC
Read the original article
Hit count: 303
Annoyingly, the jquery ui's set a few css properties inline, making it impossible to override them in the stylesheet. I tried to override the values with jquery, but then they get changed back as soon as the control is interacted with.
Does anyone know if any of the jquery ui control's initialisers/constructors have the ability to override their z-index value or set other css properties?
© Stack Overflow or respective owner