See https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-suckerfish
On Fri, 2008-03-14 at 16:17 -0700, Mathias P.W Nilsson wrote: > Hi! > > I have troubles creating a css menu with wicket and css. > > I'm using the RepeatingView in Wicket for the UL, LI list. But the UL and LI > needs some extra tweek for IE. > I need to do something like this for it to render properly. How can I > integrate this with wicket? > > > <!--[if lte IE 6]><table><tr><td><![endif]--><ul> > <li> #nogo SubMenu<!--[if gte IE 7]><!--> <!--<![endif]--> > <!--[if lte IE 6]><table><tr><td><![endif]--><ul> > <li> # 1 </li> > <li> # 2 </li> > <li> # 3 </li> > <li> # 4 </li> > </ul><!--[if lte IE 6]></td></tr></table> <![endif]--> > </li> > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
