[jQuery] Re: jd menu issue

2007-08-24 Thread Eridius


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:
>> 
>> > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
>> http://www.w3.org/1999/xhtml";>
>> 
>> 
>> Kaizen Digital
>> 
>> > src="/kaizen/api/js/livequery.js">
>> 
>> 
>> > href="/kaizen/api/js/css/jdmenu.css"
>> />
>> 
>> 
>> 
>> 
>> 
>>  # Home  # test 
>>  # Products 
>>  # The Team 
>>  # Forums 
>>  # About Us 
>> 
>>  # Contact Us 
>>  # Register 
>> 
>> 
>> 
>> 
>> 
>> 
>> Content Copyright © 2007 Kaizen Digital
>> 
>> Site Built With Codereck API, Copyrighted © 2007 Ryan Zec
>> 
>> 
>> 
>> $(document).ready(function()
>> {
>> $('ul.jd_menu').jdMenu();
>> });
>> 
>> 
>> 
>> 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.



[jQuery] Re: jd menu issue

2007-08-24 Thread Klaus Hartl


Eridius wrote:


here is my code:

http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
http://www.w3.org/1999/xhtml";>


Kaizen Digital










 # Home  # test 
 # Products 
 # The Team 
 # Forums 
 # About Us 

 # Contact Us 
 # Register 






Content Copyright © 2007 Kaizen Digital

Site Built With Codereck API, Copyrighted © 2007 Ryan Zec



$(document).ready(function()
{
$('ul.jd_menu').jdMenu();
});



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