Go Back   CodingForums.com > :: Client side development > JavaScript programming > JavaScript frameworks

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 10-21-2008, 02:41 AM   PM User | #1
BenDesign
New Coder

 
Join Date: Oct 2006
Posts: 47
Thanks: 3
Thanked 0 Times in 0 Posts
BenDesign is an unknown quantity at this point
Newbie help: ddaccordian & image hide/show

Hi,

I'm new to jquery and am having a couple issues on a site I've
designed. I am using 2 jquery techniques: dd accordian and a animated
image load i sorta hacked together. Both have slight glitches that I
can's seem to figure out. Can someone please offer some guidance on
either of the following issues on http://www.elizabethkosichnewyork.com/:

1. DDAccordian: It seems to be mainly an IE6.0 issue, though I've run
into it on Safari as well, but there is some overlapping that occurs
between the hidden subcats and the other categories as you click thru
the menu. It's almost as if they're colliding with each other. There's
a chance the problem could be more CSS related than JQuery, but I
can't figure it out.

2. Image load: I have a little script on the about pages, the store
locator page, and the content page that looks like this:
Code:
$(window).bind("load", function() {
  $('#wrapper').hide();
        $('#wrapper').show('slow');
        return false;
  });
What I am wanting this to do is, once the image is loaded (I tried DOM
Ready before but that was too soon) and then slide in like it does.
Right now, the images is flashing ever-so briefly before it hides. Any
idea how I can do this better?

Thanks so much for your help!
BenDesign is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 02:51 PM.


Advertisement
Log in to turn off these ads.