Dialog: how to position element *within* dialog
Hi,
I want to show a Dialog with an additional fixed-position
'header' and 'footer' - this header/footer bar would serve to display
e.g.
error messages to the user. Since the Dialog's content can be a long
form,
I dont' want the scrollbar to move this information out of the view.
(additional info: the dialog form-data gets loaded dynamically using
ajax).
The problem is that I can not any additional header positioned withing
the Dialog.
the header always scrolls away.
I think the reason is that the Dialog itself always has CSS property
'absolute',
and it is therefore difficult to position and additional 'div' inside
its content.
Any suggestion, (or confirmation ?) is greatly appreciated
Regards, B.