[jQuery] InnerFade bug

2008-12-04 Thread Austin S.
I'm using the InnerFade plugin for cycling through an underorderd list, works great until I resize my window to get a horizontal scroll bar and scroll to the right, the content within the InnerFade gets cut off. Not sure how to fix this? http://s54419.gridserver.com/

[jQuery] Re: Accordian crashes IE6

2008-05-20 Thread Austin S.
ll. Take a > look at the accordion documentation and use > that:http://docs.jquery.com/UI/Accordion > > Jörn > > On Tue, May 20, 2008 at 3:21 PM, Austin S. <[EMAIL PROTECTED]> wrote: > > > Hi, > > > I can't seem to figure out why IE6 crashes with this ac

[jQuery] Accordian crashes IE6

2008-05-20 Thread Austin S.
Hi, I can't seem to figure out why IE6 crashes with this accordian script. Here is a live demo: http://tiny.cc/TIQ11 http://code.jquery.com/jquery- latest.js"> http://dev.jquery.com/view/trunk/ ui/ui.core.js"> http://dev.jquery.com/view/trunk/ ui/ui.accordion.js"> $(document

[jQuery] On page load, show corresponding div

2008-05-14 Thread Austin S.
Hi All, I have the script working, but I think it can be done to be more efficient...and this where I am stuck. The script currently either slides up/down two divs with check boxes in them. A #brProducts which has check boxes for bridge materials, and #bProducts which has building materials. I

[jQuery] How to stop other elements on the page from dimming

2008-05-01 Thread Austin S.
Hi All - Is there a way to stop the other elements on the page from dimming when a fade occurs?