Hey, I've just simplified my html even more:

<html>
<head>
        <title>jdMenu test</title>
</head>
<body>
<ul class="jd_menu jd_menu_slate">
        <li>File
                <ul>
                        <li>New #dblarrow#
                                <ul>
                                        <li><span >Title Loan Evaluation 
Worksheet</span></li>
                                        <li><span >Repo Decision 
Worksheet</span></li>
                                </ul>
                        </li>
                        <li><span >Logoff</span></li>
                </ul>
        </li>
</ul>
</body>
</head>

Of course, the includes are all still the same as in my last post. The
firebug error is still the same.

Thanks,
Chris

On Jun 9, 12:37 pm, Chris Jordan <[EMAIL PROTECTED]> wrote:
> Jonathan,
>
> Sorry it's taken me so long to follow up on the advice you've given
> me. I still seem to be having a bit of trouble.
>
> I'm using:
> jquery.js 1.1.2
> jquery.dimensions.js (version not listed in source)
> jquery.jdMenu.js 1.3.beta2 (2007-03-06)
>
> Here's my entire example page:
> <style type="text/css">@import url("CSS/jdMenu.css");</style>
> <style type="text/css">@import url("CSS/jdMenu.slate.css");</style>
> <script type="text/javascript" src="Include/js/jquery.js"></script>
> <script type="text/javascript" src="Include/js/jquery.dimensions.js"></
> script>
> <script type="text/javascript" src="Include/js/jquery.jdmenu.js"></
> script>
>
> <script>
>         $(function(){
>                 $(".jd_menu").jdMenu();
>         });
> </script>
> <html>
> <head>
>         <title>jdMenu test</title>
> </head>
> <body>
> <ul class="jd_menu jd_menu_slate">
>         <li>File
>                 <ul>
>                         <li>New #dblarrow#
>                                 <ul>
>                                         <li><span class="link"
> onclick="DisplayScreen('newTitleLoanEvaluation','displayNewTitleLoanEvaluationWorksheet');"
> WindowStatus="New Title Loan Evaluation">Title Loan Evaluation
> Worksheet</span></li>
>                                         <li><span class="link"
> onclick="DisplayScreen('newRepoDecisionWorksheet',
> 'displayRepoDecisionWorksheet');" WindowStatus="New Repo Decision
> Worksheet.">Repo Decision Worksheet</span></li>
>                                 </ul>
>                         </li>
>                         <li><span class="link" onclick="logout();" 
> WindowStatus="Log out of
> the title loan program.">Logoff</span></li>
>                 </ul>
>         </li>
>         <li>Admin
>                 <ul>
>                         <!--- <li><span class="link" onclick="alert('coming 
> soon');">Modify
> Loan Amount Matrix</span></li> --->
>                         <li><span class="link" 
> onclick="DisplayScreen('AddUser',
> 'displayAddNewUser');">Add User</span></li>
>                         <li><span class="link" onclick="alert('coming 
> soon');">Edit User</
> span></li>
>                 </ul>
>         </li>
> </ul>
> </body>
> </head>
>
> Here's the Firebug output when I click on "File" in the menu:
>
> elem.style has no properties
> [Break on this error] if (!force && elem.style[prop])
> jquery.js (line 414)
>
> Thanks,
> Chris
>
> On Jun 5, 11:02 am, "Jonathan Sharp" <[EMAIL PROTECTED]> wrote:
>
> > On 6/5/07, Chris Jordan <[EMAIL PROTECTED]> wrote:
>
> > > @Ben,
>
> > > Thanks man. I appreciate it.
>
> > > @Brian, I think you've hit the nail on the head, actually. Jonathan's
> > > post seems to bear that out.
>
> > > @Jonathan,
>
> > > Thanks I think that's what I was missing when I was doing this in
> > > 1.2.1. However, I'm having a separate issue in 1.3 in that I can't get
> > > it to work at all. Even on just a simple unordered list. I'm going to
> > > try simplifying things even further with the 1.3 version to see if I
> > > can't get *something* working. But I'll ask now, is there *anything*
> > > that I need to do differently in 1.3 than I did in 1.2.1? In 1.2.1 all
> > > I did was include the plug-in and write the unordered lists making
> > > sure that the top most level had a specific class. Is that the same
> > > procedure to use in 1.3?
>
> > Yep, it's the same technique. You may have to add: $('ul.jd_menu').jdMenu();
> > in your $(...).ready(...) for 1.3.beta2
>
> > Feel free to send me a HTML sample if you're still having problems and I'll
> > see if I can take a look at it.
>
> > Cheers,
> > -Jonathan

Reply via email to