So I have something like this for the top border for example:

.ui-resizable-n { height: 6px; width: 288px; top: -6px; left: 6px;
background: transparent url(/images/dialog-n.png) repeat scroll center
top; }

When I view it in firebug it is in the correct location (outside the
dialog box) but it is not visible.



On Sep 22, 4:20 am, Jeremy <[EMAIL PROTECTED]> wrote:
> The key is negative margins.  All the resizable components have
> negative margins that are equal to the dimension of the corner pieces
> if that makes sense.  Basically you want to get the resizable elements
> outside the ui-dialog so the background doesn't show through.
>
> On Sep 20, 1:42 pm, Asa Carter <[EMAIL PROTECTED]> wrote:
>
>
>
> > Good idea.
>
> > How did you get around the background-color of .ui-dialog being
> > visible under the edges of the corner?
>
> > On Sep 20, 6:42 pm, Jeremy <[EMAIL PROTECTED]> wrote:
>
> > > I themed my dialog boxes to look like Mac OS X windows (rounded,
> > > shadowed, transparent).  I did have to have resizables enabled.  In
> > > one window where I did not want the user to resize the window I set
> > > the minWidth, maxWidth, and width the same value.  I did the same with
> > > heights.  I hope this helps.
>
> > > On Sep 20, 9:31 am, Asa Carter <[EMAIL PROTECTED]> wrote:
>
> > > > Hi
>
> > > > I've just started playing with dialogs so I've not spent much time
> > > > with it yet.
>
> > > > Glancing at the docs for theming and the flora css, I was wondering if
> > > > it is possible to surround the whole dialog (including the titlebar)
> > > > with a transparent rounded edge border with resizables disabled?
>
> > > > Regards
>
> > > > Asa- Hide quoted text -
>
> > > - Show quoted text -- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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