Is the UI CSS framework new for version 1.6rc6? I've not used it at all before and have had no issues until upgrading to rc6. I'm having the same problem -- overlay is not displaying.
On Jan 31, 12:33 am, "Richard D. Worth" <[email protected]> wrote: > Sorry, I read your 2nd email more closely than your first. I see you already > shared a sample now. > > Looks like you're missing the jQuery UI CSS Framework: > > <link type="text/css" > href="http://jquery-ui.googlecode.com/svn/tags/1.6rc6/themes/base/ui.core.css" > rel="stylesheet" /> > <link type="text/css" > href="http://jquery-ui.googlecode.com/svn/tags/1.6rc6/themes/base/ui.dialog..." > rel="stylesheet" /> > <link type="text/css" > href="http://jquery-ui.googlecode.com/svn/tags/1.6rc6/themes/base/ui.theme.css" > rel="stylesheet" /> > > or > > <link type="text/css" > href="http://jquery-ui.googlecode.com/svn/tags/1.6rc6/themes/base/ui.all.css" > rel="stylesheet" /> > > Or you can download a custom theme from ThemeRoller > (http://jqueryui.com/themeroller). > > - Richard > > On Sat, Jan 31, 2009 at 12:27 AM, Richard D. Worth <[email protected]>wrote: > > > Did you set modal to true? That's the only time the overlay will be added. > > Otherwise, can you share a sample page? > > > - Richard > > > On Fri, Jan 30, 2009 at 11:52 PM, Nikola <[email protected]> wrote: > > >> I've added the overlay CSS but I am still unable to use an overlay > >> with UI Dialog in rc6... > > >> .ui-widget-overlay{ > >> opacity: .5; > >> filter: alpha(opacity=50); > >> -moz-opacity: 0.5; > >> background: #000000; > >> } > > >> On Jan 30, 11:28 pm, Nikola <[email protected]> wrote: > >> > Hello, > > >> > In trying out rc6 I've found that I cannot use the modal overlay. I > >> > reduced the page I was working on to a minimal test case and then also > >> > tried rc6 out on a previous minimal test case I already had up at > >> > jsbin.com. Here is a link to the test case. I have commented out the > >> > link to rc5 and added the rc6 link. You can just comment rc6 out and > >> > try it with rc5 to confirm it functions. I haven't been able to use > >> > any modal overlays so far in rc6 in any of the test cases I've put > >> > together. I am stumped. > > >> >http://jsbin.com/ivide/edit --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
