Group,
I've noticed that even though we specify in the window parameters that a
window is not resizable, the resize button image* still appears in the
lower right corner of such a window. We will have occasion to implement
resizable and non-resizable windows, so I can't just eliminate the image
or statically set it to display:none in our theme css.
We could dynamically set the image to display:none via some new script,
but I hope there's a mechanism in the toolkit I've missed that will make
this work seamlessly with the "resizable" window parameter.
Any ideas would be greatly appreciated
::Michael
/* Resize button */
.THEME_NAME_sizer {
width:7px;
height:7px;
background: transparent url(THEME_NAME/RESIZE_IMAGE.gif) no-repeat 0
0;
cursor:se-resize;
}
_______________________________________________
Javawin mailing list
[email protected]
http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com