views:

62

answers:

1

The built-in WebBrowser Control in Visual Studio apparently only supports up to IE4. When wrapping your typical jQuery/jQuery-UI, some layout errors abound. Is there an easy way to convert the webpage's layout to IE4 friendly (I'd imagine, table-structure rather than div-based etc)?

+1  A: 

No. (It's not going to be easy. Or quick.)

e100