|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
How do you adjust the z-index of the ExtJS container window?When editing my containers the ExtJS rules window is displayed under my primary navigation menu. Is it possible to adjust the z-index of the ExtJS popup window to something over 20,000? Thanks!
|
|
|
Re: How do you adjust the z-index of the ExtJS container window?On Apr 25, 6:03 am, DTECH <drap...@...> wrote: > When editing my containers the ExtJS rules window is displayed under my > primary navigation menu. Is it possible to adjust the z-index of the ExtJS > popup window to something over 20,000? Thanks! I'm not sure its something we'd anticipated needing ;) Please raise an enhancement request with your suggestion at http://bugs.farcrycms.org/. In the interim you might try reducing the z-index of our menu :) All the best, -- geoff http://www.daemon.com.au/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-beta" group. To post to this group, send email to farcry-beta@... To unsubscribe from this group, send email to farcry-beta-unsubscribe@... For more options, visit this group at http://groups.google.com/group/farcry-beta?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: How do you adjust the z-index of the ExtJS container window?Not with a setting easily. You could use firebug to determine where the z-index is being set then manually override that value in your own CSS. Note. your css may come before the ext css so you may reqire the dreaded !important Kind regards -- -- Matthew Bryant Product Development Manager Daemon Internet Consultants Adobe Solutions Partner http://www.daemon.com.au/ p. 02 9380 4162 f. 02 9380 4204 On 25/04/2008, at 6:03 AM, DTECH wrote: > > > When editing my containers the ExtJS rules window is displayed under > my > primary navigation menu. Is it possible to adjust the z-index of > the ExtJS > popup window to something over 20,000? Thanks! > -- > View this message in context: http://www.nabble.com/How-do-you-adjust-the-z-index-of-the-ExtJS-container-window--tp16851992s621p16851992.html > Sent from the FarCry - Beta mailing list archive at Nabble.com. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-beta" group. To post to this group, send email to farcry-beta@... To unsubscribe from this group, send email to farcry-beta-unsubscribe@... For more options, visit this group at http://groups.google.com/group/farcry-beta?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: How do you adjust the z-index of the ExtJS container window?I am actually using a menu made by http://www.udm4.com/, which handles our 508 compliancy issues. I don't know why they padded their z-index up to 20,000. As Matthew mentioned, I am sure there is a way to use my own custom CSS to override the z-index.
Just a side note: You guys are doing an excellent job with farcry! Darrell
|
|
|
Re: How do you adjust the z-index of the ExtJS container window?Thanks Matt! Firebug worked great to find the ExtJS div IDs. Here is my quick work around.
<cfif request.mode.design> #iframedialog-rzproxy {z-index: 20007 !important} #iframedialog {z-index: 20003 !important} </cfif> Darrell
|
| Free Forum Powered by Nabble | Forum Help |