Quote:
Originally Posted by Lionel
I get no error with firefox .8. The problem with IE is the side scrollbar.
Slapyo, you wanted for it to always display as you scroll? Then use dhtml
|
look in the infobar.css file. there is #viewplot which should work in displaying it that way. it should go like this.
Code:
<div id="infobar"></div>
<div id="viewplot">
all the rest of the forum code here
</div>
</body>
</html>
however, when i do that it freezes IE6.