Ok i have jdMenu working now but i am getting a weird spacing error. Weirdly enought it is only happening if FF, IE displays it like i think it should. I am getting a small space from my image and the menu but there should not be. I have taken a look at the jd css and it seems fine and i also looked at my css and don't see anything wrong..
Klaus Hartl wrote: > > > Eridius wrote: >> >> here is my code: >> >> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" >> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> >> <html xmlns="http://www.w3.org/1999/xhtml"> >> <head> >> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> >> <title>Kaizen Digital</title> >> <script type="text/javascript" src="/kaizen/api/js/jquery.js"></script> >> <script type="text/javascript" >> src="/kaizen/api/js/livequery.js"></script> >> <script type="text/javascript" src="/kaizen/api/js/jdmenu.js"></script> >> <link rel="stylesheet" type="text/css" href="/kaizen/css/default.php" /> >> <link rel="stylesheet" type="text/css" >> href="/kaizen/api/js/css/jdmenu.css" >> /> >> </head> >> <body> >> <div id="header"> >> >> <ul id="main_menu" class="jd_menu"> >> <li> # Home <ul><li> # test </li></ul></li> >> <li> # Products </li> >> <li> # The Team </li> >> <li> # Forums </li> >> <li> # About Us </li> >> >> <li> # Contact Us </li> >> <li> # Register </li> >> </ul> >> </div> >> <div id="main_content"> >> </div> >> <div id="footer"> >> <div class="copyright"> >> Content Copyright © 2007 Kaizen Digital<br /> >> >> Site Built With Codereck API, Copyrighted © 2007 Ryan Zec >> </div> >> </div> >> <script type="text/javascript" language="javascript"> >> $(document).ready(function() >> { >> $('ul.jd_menu').jdMenu(); >> }); >> </script> >> </body></html> >> >> I am getting this error when i roll over and the out of the first >> link(and >> the test link does not appear like i thought it would). >> >> $(window).scrollLeft is not a function >> >> Anyone know why i am getting this error > > > I think you're missing the dimensions plugin! > > > --Klaus > > -- View this message in context: http://www.nabble.com/jd-menu-issue-tf4320619s15494.html#a12322497 Sent from the JQuery mailing list archive at Nabble.com.