[jQuery] disappearing content with IE7 (slideToggle vs toggle)
Not sure what it's doing wrong, but slideToggle appears to have a
negative affect on IE7 blocks.
http://www.nabble.com/issue-with-slideToggle-td9984489s27240.html
I was able to see this with Jquery 1.2.3. Does anyone know if it was
fixed for 1.2.6?
toggle successfully re-shows a div for all browsers, while slideToggle
and IE7 can't and pushes it up and left for some reason.
doctype: !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
Unfortunately I can't switch to 1.2.6 becuase I'm working with
RichFaces which doesn't use the latest version of Jquery.
Any suggestions here?