Hi Jonathan,

thank you again for the new version. It works nice, but I encountered
a small bug and a missing feature;

Bug (or feature):
You canĀ“t click parent menulinks because in line 100 (in the binding
function) you return false;
I commented out this line, so it works fine for me now.
Maybe this could be an option, but i think users should be able to
click on the parent links!

Missing feature: Vertical Menus via parameters
I had to modify your script to get it working with vertical menus.
Changed line 33 from elementPos: 0 to elementPos: 2;
It would be nice if this is an parameter for jdmenu( {elemPos: x})



On Jan 31, 6:01 pm, "Jonathan Sharp" <[EMAIL PROTECTED]> wrote:
> Hi Chris,
>
> Just wanted to give you a heads up, I've released jdMenu 1.4.0 
> athttp://jdsharp.us/jQuery/plugins/jdMenu/1.4.0(though I haven't posted
> notice of this yet) It's been updated to work with jQuery 1.2.2 and the
> latest dimensions plugin.
>
> Cheers,
> -Jonathan
>
> On 1/24/08, Chris Jordan <[EMAIL PROTECTED]> wrote:
>
>
>
> > Sorry, I'm just now getting back to this guys (I was sick yesterday). I
> > appreciate all the suggestions. I'll bet it's malformed markup. I don't
> > create it though. This is an osCommerce shopping cart. I'll see if I can
> > find where the HTML is getting messed up.
>
> > Thanks heaps!
> > Chris
>
> > On Jan 21, 2008 7:02 PM, Karl Swedberg <[EMAIL PROTECTED]> wrote:
>
> > > Hi Chris,
>
> > > Sorry, I was looking in Firefox. I see now that the problem exists in IE
> > > only. It might have something to do with the fact that the page is running
> > > in quirks mode and that the markup is invalid. Try running it through an
> > > HTML validator ( 
> > > e.g.http://validator.w3.org/)<http://validator.w3.org/%29>.
> > > In particular, you have two extra DOCTYPE declarations throughout the 
> > > page.
> > > And if you want to stick with HTML 4.01 transitional, replace this ...
>
> > >  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
>
> > > with this ...
>
> > >  <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
> > >    "http://www.w3.org/TR/html4/loose.dtd";>
>
> > > If cleaning up the HTML doesn't help, we can look at some other stuff.
> > > In the meantime, I'll poke around the plugin code and the stylesheets a 
> > > bit
> > > to see how the positioning is being done.
>
> > > --Karl
> > > _________________
> > > Karl Swedberg
> > >www.englishrules.com
> > >www.learningjquery.com
>
> > >  On Jan 21, 2008, at 4:08 PM, Chris Jordan wrote:
>
> > > You said it was positioning correctly for you? What version of IE was
> > > that in? For me, in IE6 it shows up in the top left (0,0) of the view
> > > port... it's supposed to show just below the top-level menu choice.
>
> > > Also, I know there are broken images. Ignore those and look mostly at
> > > the ones that do have images. I'm still waiting on my graphic artist guy 
> > > to
> > > get me the rest of the images. I also don't see anywhere (unless I'm just
> > > missing it) where the sub-menus are being positioned. You can check out 
> > > all
> > > the css if you have the Web Developer extension for FF.
>
> > > Thanks again,
> > > Chris
>
> > > On Jan 21, 2008 1:01 PM, Chris Jordan <[EMAIL PROTECTED]> wrote:
>
> > > > going to lunch. I'd like to exchange emails with you about this. I'll
> > > > be back in about an hour or so. Thanks so much Karl.
>
> > > > Chris
>
> > > > On Jan 21, 2008 12:52 PM, Karl Swedberg < [EMAIL PROTECTED]>
> > > > wrote:
>
> > > > > It looked to me like it was being positioned correctly. Also looks
> > > > > like you have a broken link to a rollover image for the top-level nav 
> > > > > items.
> > > > > I'm guessing that the sub-menus are using position:absolute for their
> > > > > positioning, so you'll need to have a parent element given 
> > > > > position:relative
> > > > > in order for the submenus to be positioned relative to those parent 
> > > > > elements
> > > > > rather than the body element.
>
> > > > > Hope that helps.
>
> > > > > --Karl
> > > > > _________________
> > > > > Karl Swedberg
> > > > >www.englishrules.com
> > > > >www.learningjquery.com
>
> > > > >  On Jan 21, 2008, at 1:42 PM, Chris Jordan wrote:
>
> > > > > Hi folks.
>
> > > > > I'm having another problem with the jdMenu plug-in. In IE when I
> > > > > hover over the top-level menu the sub-menu appears in the absolute 
> > > > > top left
> > > > > of the view-port! Bah! I don't know what I've done wrong. I've used 
> > > > > jdMenu
> > > > > at another client of mine, and it works great in both FF and IE. This 
> > > > > time
> > > > > around however, I *am* customizing the css file quite a bit to better 
> > > > > suit
> > > > > my needs.
>
> > > > > The problem can be seen here<http://seidal.com/dev/furniturehotspot/>
> > > > > .
>
> > > > > This is causing me much aggravation, and more time at this one
> > > > > particular client that I should really be spending.
>
> > > > > I would *really* appreciate anyone's help on this problem. Of
> > > > > course, I'll keep working on finding a solution, but if someone knows 
> > > > > what
> > > > > I'm going through, or can offer suggestions, that'd be great.
>
> > > > > Thanks,
>
> > > > > Chris
>
> > > > > --
> > > > >http://cjordan.us
>
> > > > --
> > > >http://cjordan.us
>
> > > --
> > >http://cjordan.us
>
> > --
> >http://cjordan.us

Reply via email to