[jQuery] Safari slidetoggle problem
Total rookie here.
I'm trying to have a collapsable/expandable sitemap on the bottom of a
site I'm working on. Here's the site it's for: http://www.believerscenter.com/beta/2007/yx.php
(Click on the bottom 'site map') - you'll see it expand and contract.
It's currently using mootools, but I want to switch it to jquery since
I'm already using jquery in a few other parts of the site.
I have it working well (the design elements aren't finished) with
Firefox (for mac). However, on Safari (for mac), it doesn't want to
expand correctly -
http://www.believerscenter.com/beta/jquery/footernewtables.php
(Go down and click 'sitemap' on the bottom)
I haven't tested on a pc yet.
It seems like it messes up when it's expanding the page past the size
of the window that's open on your computer. So in this example:
http://www.believerscenter.com/beta/jquery/footernewtablesshort.php it
works fine, but it's shorter.
I also though it might have something to do with the fact that there's
a table inside the div, but it seems to be doing it in this example
too:
http://www.believerscenter.com/beta/jquery/footernewnotables.php
and it has no tables.
Look at the code. It's dead simple. I even linked to the jquery.js
file on the jquery site so we can eliminate any possible problems in
my copy of that.
Any ideas at all?
Thanks,
- David