Ok, since I used the statement...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Strict//EN">
I have been sorting problems one by one. Most are done now. One remaining problem is in a pop-up window. Someone, some time ago, gave me this -
<style type="text/css">
<!--
body{overflow:auto}
-->
</style>
Which had the really nice effect of automatically removing all the scroll bars if they were not needed. This gave me a really nice clean pop-up with no scroll bars. But now it has stopped working. Anyone know how to achieve the same effect??One thing I forgot to say is that this statement STILL works in Firefox, it is only in IE it stopped working.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Strict//EN">
I have been sorting problems one by one. Most are done now. One remaining problem is in a pop-up window. Someone, some time ago, gave me this -
<style type="text/css">
<!--
body{overflow:auto}
-->
</style>
Which had the really nice effect of automatically removing all the scroll bars if they were not needed. This gave me a really nice clean pop-up with no scroll bars. But now it has stopped working. Anyone know how to achieve the same effect??One thing I forgot to say is that this statement STILL works in Firefox, it is only in IE it stopped working.