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>

-- 
View this message in context: 
http://www.nabble.com/css-menu-and-wicket-tp16062124p16062124.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to