I downloaded jquery-1.2.6.min.js and replaced the ResourceReference with
that.  Set everything else back to original and now it is working.




On Tue, Sep 22, 2009 at 9:25 AM, T Ames <tamesw...@gmail.com> wrote:

> Found it.  Oddly enough, it is the jquery version.
>
> I removed the ResourceReference to JQUERY in MenuBar.java and stuck the
> script directly into the <head> tag of TestMenu.html :
>
> <script type="text/javascript" src="
> http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js";></script>
>
> I also removed the -4px hack in the css.  Works in my IE6 now without the
> hack or the holly hack for that matter.
>
>
>
>
> On Tue, Sep 22, 2009 at 9:00 AM, Ernesto Reinaldo Barreiro <
> reier...@gmail.com> wrote:
>
>> Then, I don't know what's the problem.... As, said I can't see this
>> happening on my IE6...
>> Another thing we could try is making a static page using
>> jquery-1.3.2.min.js
>> and see if this is the issue...  so that, we are sure it is not "Wicket"
>> related.
>> Best,
>>
>> Ernesto
>>
>> On Tue, Sep 22, 2009 at 2:49 PM, T Ames <tamesw...@gmail.com> wrote:
>>
>> > Yes, I did try the holly hack with a wicket:head and tried inserting the
>> > html .jquerycssmenu{height: 1%;}  directly into the css.  Neither made
>> any
>> > difference.
>> >
>> > I also noticed that they were using an older version of jquery 1.2.6
>> > although I am not sure that would matter.
>> >
>> >
>> >
>> > On Tue, Sep 22, 2009 at 3:26 AM, Ernesto Reinaldo Barreiro <
>> > reier...@gmail.com> wrote:
>> >
>> > > 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
>> > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
>
>

Reply via email to