We are using the standard Wicket ModalWindow. To this we add our own Panel. In order to override the CSS which is used by ModalWindow (defined in the file model.js) , we are taking the existing CSS (which we grab using Firebug), add it to the <style> section of the html for our Panel, and then modify those definitions as we need. This works great in FireFox, but it does not have any effect in Internet Explorer. Does anyone have any ideas, thanks
-- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ModalWindow-CSS-problem-in-IE-tp3664901p3664901.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
