I’m not sure what the problem is - it all seems to be doing pretty much the same in IE(8) as in Opera. What is happening that it shouldn’t - or what isn’t happening that should - for you in IE?
you’re going to need another style sheet for IE. Create another css file called ie-style.css and add this code to your site. In that css make changes for IE.
<!--[if IE]><link rel="stylesheet" href="replace with ie-style.css path" type="text/css" media="screen"></link><![endif]-->