dec7
asked on
Best solution for customised Dialog Boxes on Web pages ?
Hi
A general design question, I have come across a number of solutions for customising dialog boxes, using divs or new windows, using both javascript and jquery.
Which would you suggest is the best solution (with sample code preferably):
The requirements are:
- option to make dialog box modal or modal less
- needs to dynamic, ie at different times different amounts of html code will appear
- can dynamically change size, with option to put in scroll bars.
- and of course cross browser support
regards
Declan
A general design question, I have come across a number of solutions for customising dialog boxes, using divs or new windows, using both javascript and jquery.
Which would you suggest is the best solution (with sample code preferably):
The requirements are:
- option to make dialog box modal or modal less
- needs to dynamic, ie at different times different amounts of html code will appear
- can dynamically change size, with option to put in scroll bars.
- and of course cross browser support
regards
Declan
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Would suggest you to try with jQuery dialog box. Easy to customize and it provide wide range of customizations, themes etc.
ASKER
Very flexibile solution