[jQuery] Re: Bizarre rendering issue (FF 3, IE 6)

2008-12-22 Thread Alexandre Plennevaux
jared, your website is supernice and promising, but i for one don't understand anything about your problem description. i think either you're lacking sleep or you wrote too fast :) Can you rephrase please, for people that don't yet know your website internals (or lack sleep themselves ) ?can you

[jQuery] Re: Bizarre rendering issue (FF 3, IE 6)

2008-12-22 Thread userdude
Hi Alexandre, Thank you for the reply. I'm not sure what you mean by enable debugging in Firebug. Basically, the first submenu item for specific menu item should always default to having the current class. Although I can tell that something is occurring using console.log to inspect the a-link

[jQuery] Re: Bizarre rendering issue (FF 3, IE 6)

2008-12-22 Thread userdude
Well, in the following example (another iteration of the same menu), the behavior works: http://www.houseofoverlord.com/c/jeniffer/bhive/test3.html http://www.houseofoverlord.com/c/jeniffer/bhive/test3.html You have to click on the about us link and then scroll down until the header for that

[jQuery] Re: Bizarre rendering issue (FF 3, IE 6)

2008-12-22 Thread Alexandre Plennevaux
ok, i got it, well, at least the problem. now, i'm not sure about how to solve it. 1/ maybe it's a css issue. in your stylesheet, try changing this #aboutus .nav .navmain a.current, #aboutus .nav .navsecondary a.current { color: #a5ee26; } #aboutus .nav ul.navsecondary { left: 130px;

[jQuery] Re: Bizarre rendering issue (FF 3, IE 6)

2008-12-22 Thread userdude
Something tells me jQuery is acting up in some way that means the class is never applied, like an event never completes successfully. It's just very strange it doesn't work, especially since the test3.html link code does work, and I don't think I did anything to make the code interpret