For those trying to solve this same issue, here's the markup I
added near the end of commonheader.jsp:
<!--[if IE]>
<link rel="stylesheet" type="text/css" media="screen,projection,print"
href="<wiki:Link format='url' templatefile='skins/' /><c:out
value='${prefs.SkinName}/skin_ie.css' />" />
<![endif]-->
This is the generally approved way of dealing with IE quirks :-/
While this is not exactly JSPWiki-related, it is in the sense that
I believe we *used* to have an IE solution included in the default
template, and there may be people out there (like me) looking for
the solution.
Yes, we did, but it was a pain to maintain. Dirk did a commendable
job in producing a CSS file which works both in IE and the rest of
the world...
/Janne