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. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
