CSS, IE and You

Joined
Feb 15, 2002
Messages
1,003
So, I've got this webpage here I've made. It works fine in Firefox, but for some reason IE has decided that the div I'm using to put the textarea in is underneath something else and is non-functional. I've tried using floats and z-indexes to bring the textarea element to the top so that the scrollbar works, but nothing seems to be doing the trick.

Both my CSS and HTML are valid.. have any ideas?

http://php.uat.edu/~ausgruen/
 
Vistit your page in IE. Once there paste javascript:alert(document.compatMode); into the address field and press enter.

What does it say?
 
I figured it out. I had to use absolutle positioning to get it to work.

I feel like king of the world now. Also CSS.
 
Back
Top