Ravenwood - 02/14/05 10:00 PM
I finally got around to fixing the text selection for the site. Whenever you use absolute positioning in CSS, Internet Explorer pukes and won't let you select any text.
Apparently the problem can be fixed by adding a tiny bit of javascript to the very bottom of the page.
<script language="javascript" type="text/javascript">
<!--
document.body.style.height = document.documentElement.scrollHeight 'px';
-->
</script>
The solution was found here.
I had noticed too, one of the many reasons I graduated to firefox, and never looked back.
Posted by: Pasty at February 15, 2005 1:38 PMThe problem is that IE is crap.
Posted by: Adam Lawson at February 15, 2005 1:50 PM(c) Ravenwood and Associates, 1990 - 2014