I'm using a modal window to display some information. In the window, I got a table to make the display look prettier. The problem is that the window is really close to the border of the modal window.
So I though that a padding around the table (of margin) would do the trick. The problem is that is I put a margin or a padding, the modal window is all weird. It seems something in the modal CSS does not handle well padding or margin. I included a screen shot of the problem (I didn't think it was worth making an executable example of this but I can provide one if needed)
Here is the HTML of the panel included in the modal window :
<wicket:panel>
<table width="100%" style="margin:5px">
<tr>
<td>Something</td>
<td>Something else</td>
</tr>
</table>
</wicket:panel>
Thanks in advance.
P.S. : The problem can be seen in the top right of the modal window! ;)
<<attachment: modal_problem.JPG>>
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
