Re: Scrolling WebBroswer works, but not when it has proper DOCTYPE!

Tech-Archive recommends: Fix windows errors by optimizing your registry



It does not work if you have a DOCTYPE at all, any DOCTYPE, even ones
that make no sense:

<!DOCTYPE html>

or

<!DOCTYPE>

So, if you make the webpage conformant, like you should, then it
cannot scroll, so you lose functionality. Great.

Zytan

.