My Ruby on Rails app is using LivePipe Modals. ( http://livepipe.net/ ) Everything has been fine until I added a "width: 800px;" property my CSS file. Now, IE7 freezes solid whenever I open a Modal.
I have a div with the squeeze class wrapping the content of my page.
div.squeeze {
width: 800px;
margin: auto;
}
If I take out the "width: 800px;" everything works on IE7 again. All of the HTML and CSS are valid according to the W3C validators.
Has anyone seen this before? Any thoughts on a workaround? I'd really appreciate any help.