What is the best way to customize the CSS styles of a ModalWindow in
1.2.6? The blue and grey borders do not go well with my site's color
scheme.  It looks like setCssClassName only selects from the blue or
grey in modal.css.  So how do I use my own stylesheet?

Should I extend ModalWindow and copy/modify the css as a new css file
for the extended class (call it MyModalWindow)?  Won't that mean both
the ModalWindow css and the MyModalWindow css files will be included
in the header?  Will I have to copy all of ModalWindow's resources
into the MyModalWindow package (png, js, etc)?

Should I just override the css attributes that I want changed in my
main css file?  But chances are the ModalWindow's css file will be
included after my main one, in which case it will override my
settings.

Something else?

Thanks!
Tauren

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to