Most likely this has nothing to do with jQuery. IE is rather brittle
in the way it lays out a page. Sometimes it "forgets" to update the
layout.

Sometimes you can "jog its memory" by making it refresh the whole
page's layout. For instance in this case add the following code as the
last line in your "document.ready" function:

$('body').addClass('blah').removeClass('blah');

And everything works.

*shrug* That's IE for you.

Karl Rudd

On Wed, Jan 21, 2009 at 3:33 PM, SteveBroski <stevebro...@gmail.com> wrote:
>
>> I'm not sure if this is a bug (known or unknown), but examples can be
>> seen at:
>>
>> http://www.sportsamerica.com/testjquery/withJSh2.html
>
> Whoops... that link was one of the tests.
>
> Real URL:
> http://www.sportsamerica.com/testjquery/

Reply via email to