Hi, The only difference I see between their page and TestMenu page is <!--[if lte IE 7]> <style type="text/css"> html .jquerycssmenu{height: 1%;} /*Holly Hack for IE7 and below*/ </style> <![endif]-->
So, I just added <head> <wicket:head> <!--[if lte IE 7]> <style type="text/css"> html .jquerycssmenu{height: 1%;} /*Holly Hack for IE7 and below*/ </style> <![endif]--> </wicket:head> </head> to TestMenu page.... Can you check, please, if that fixes the problem? Best, Ernesto On Mon, Sep 21, 2009 at 5:41 PM, T Ames <tamesw...@gmail.com> wrote: > Hmmm. The demo version on the dynamicdrive site works ok in my IE6. > > > > On Mon, Sep 21, 2009 at 11:10 AM, Ernesto Reinaldo Barreiro < > reier...@gmail.com> wrote: > > > Thanks for the feedback! > > Just one question... I can't see the problems you are mentioning on my > > (MultipleIEs) IE6. On the other hand if I add the lines you mention then > I > > get those sub-menus displaced to the left... 4 pixels. So, it might be > that > > this is somethings that doesn't show up on my "simulated" IE6? So, I > first > > committed the changes you proposed but later I rolled them back... as I > > can't see the problems myself. > > > > Maybe we should report this in here > > > > > > > http://www.dynamicdrive.com/style/csslibrary/item/jquery_multi_level_css_menu_2/ > > > > As I'm just building a wrapper for what they have done > > > > Best, > > > > Ernesto > > > > On Mon, Sep 21, 2009 at 4:32 PM, T Ames <tamesw...@gmail.com> wrote: > > > > > I just downloaded and tried. > > > > > > Works good in FF 3.0.14 > > > > > > If you are using IE6, you will get a 4 pixel space on a secondary list. > > > This > > > causes issues when you slide the mouse in this tiny space. In the Test > > > example, this is the list that would show when hovering over Two-2-1. > > > > > > For IE6, I can fix by adding another layer in the CSS - see "Fix IE6 > sub > > > menu list". The use of the "_" in front of the "left:" is only visible > > for > > > IE6 > > > > > > > > > /*All subsequent sub menu levels vertical offset after 1st level sub > menu > > > */ > > > .jqueryslidemenu ul li ul li ul{ > > > top: 0; > > > } > > > > > > /*Fix IE6 sub menu list */ > > > .jqueryslidemenu ul li ul li ul li{ > > > _left: -4px; /* IE6 only */ > > > } > > > > > > > > > On Mon, Sep 21, 2009 at 9:52 AM, Ernesto Reinaldo Barreiro < > > > reier...@gmail.com> wrote: > > > > > > > Hi Joeri, > > > > Good to hear that it worked for you! In the mean time I did some > > clean-up > > > > to > > > > make the component more configurable... If you get the chance to > > improve > > > > it, > > > > and if you are allowed to do so, it would nice if you also share the > > > > modifications... So, that others can benefit too. > > > > > > > > I also have had problems with SVN and eclipse (I guess because a > stupid > > > > proxy in between) but after some struggle I manage to get it > > working.... > > > > > > > > Best, > > > > > > > > Ernesto > > > > > > > > On Mon, Sep 21, 2009 at 3:38 PM, Boydens Joeri (OZ) < > > joeri.boyd...@oz.be > > > > >wrote: > > > > > > > > > Hi Ernesto, > > > > > > > > > > I downloaded your files and it's working fine! It's indeed very > easy > > > to > > > > > create such a menu if the javascript exists ! > > > > > > > > > > I'll have a look how we can integrate it in our new project! > > > > > > > > > > Thanks > > > > > Joeri > > > > > > > > > > > > > > > Ps: i had problems with the google svn... maybe it's my eclipse > > > settings > > > > > but I downloaded the files manually.. > > > > > > > > > > > > > > > -----Oorspronkelijk bericht----- > > > > > Van: Ernesto Reinaldo Barreiro [mailto:reier...@gmail.com] > > > > > Verzonden: maandag 21 september 2009 15:08 > > > > > Aan: users@wicket.apache.org > > > > > Onderwerp: Re: wicket menu > > > > > > > > > > Hi Joeri, > > > > > I just implemented the menu you mentioned > > > > > > > > > > > > > > http://www.dynamicdrive.com/style/csslibrary/item/jquery_multi_level_css > > > > > _menu_2/ > > > > > > > > > > in here > > > > > > > > > > > > > > http://code.google.com/p/antilia/source/browse/trunk/com.antilia.ext/src > > > > > /com/antilia/web/dynamicdrive > > > > > > > > > > If you want to give it a try... get those sources on that package > and > > > > > mount > > > > > the test page > > > > > > > > > > > > > > http://code.google.com/p/antilia/source/browse/trunk/com.antilia.ext/src > > > > > /com/antilia/web/dynamicdrive/test/TestMenu.java > > > > > > > > > > On you application... Feel free to modify the code as you need... > > > > > > > > > > It is so easy to create components in Wicket (moreover, when > someone > > > > > else > > > > > has done the dirty JavaScript work;-) > > > > > > > > > > Best, > > > > > > > > > > Ernesto > > > > > > > > > > > > > > > < > > > > http://code.google.com/p/antilia/source/browse/trunk/com.antilia.ext/sr > > > > > c/com/antilia/web/dynamicdrive> > > > > > > > > > > On Mon, Sep 21, 2009 at 11:03 AM, Boydens Joeri (OZ) > > > > > <joeri.boyd...@oz.be>wrote: > > > > > > > > > > > Hi, > > > > > > > > > > > > > > > > > > > > > > > > We are changing from Struts to Wicket, in our Struts application > we > > > > > used > > > > > > Struts-Menu. Now I've searched the wicket mailing list but I > > > couldn't > > > > > > find any descent menu. > > > > > > > > > > > > > > > > > > > > > > > > Is there a Wicket menu available, where can I find it ? Or should > I > > > > > > write my own? > > > > > > > > > > > > > > > > > > > > > > > > I've seen some code based on YUI, but I can't find that anymore > in > > > the > > > > > > svn. > > > > > > > > > > > > > > > > > > > > > > > > Joeri > > > > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > > > > > For additional commands, e-mail: users-h...@wicket.apache.org > > > > > > > > > > > > > > > > > > > >