Hey all. First of all, I'm very proud of how much I've been able to learn and accomplish since the last time I resorted to posting my question here - much of that is due to the guidance I got in such questions being answered. I'm entirely self taught, and have gotten somewhat decent at reverse engineering and, um, coaxing code to do what I want, as well as vaguely understanding tutorials that are clearly geared towards folks who develop for a living. I, on the other hand, am just a guy determined to build my own site.
http://wearecarlino.com
is looking pretty good. I know I need to consolidate and clean up a ton of useless code, a lot of which is borrowed form a host of jquery plugins I found along the way. Trust me, my previous attempt was an even bigger mess!
Everything was functioning pretty seamlessly until I added
to my lightbox plugin (venobox.js). That line was lifted from my navbar overlay.
The content blurs as expected (by clicking one of the portfolio links), but when the lightbox is closed theres a moment where the nav bar tries to weasel it's way back and causes the whole site to "jump".
I have my suspicions, but am completely ill equipped to debug this. Help?
http://wearecarlino.com
is looking pretty good. I know I need to consolidate and clean up a ton of useless code, a lot of which is borrowed form a host of jquery plugins I found along the way. Trust me, my previous attempt was an even bigger mess!
Everything was functioning pretty seamlessly until I added
Code:
$('#container').addClass('blurred');
The content blurs as expected (by clicking one of the portfolio links), but when the lightbox is closed theres a moment where the nav bar tries to weasel it's way back and causes the whole site to "jump".
I have my suspicions, but am completely ill equipped to debug this. Help?