pngs as dialog borders (solved i think)
<div dir="ltr">by playing with the css margins;
.jQuery .ui-dialog .ui-resizable-w,
.jQuery.ui-dialog .ui-resizable-w { cursor: w-resize; width: 7px; left: 0px; top: 0px; height: 100%; margin-top:29px; margin-bottom:29px;}
i can prevent overlapping of border pngs.
By splitting up the CSS into CSS3 background: and IE's filter:progid:*, and selecting the right CSS file based on PHP-side browser detection, i can probably get a semi-transparent, "aero" look ported to jQuery dialogs.
I'll post a demo URL on this list here once it's done..
</div>