views:

40

answers:

0

okay, so if you go to the website that I've been working on: http://www.charmscorp.com/inspect/projects.php

in firefox, the site looks how it's supposed to (don't mind the slow load up time, it's a server issue). You will have to wait a few seconds for the content to fully load. If you rollover the tabs, it all works fine

in IE8, the site is messed up, the tabs are at in the center/right of the page, and if I take a certain css line out (position: absolute;), then the tabs are put back there they belong. I need to use position of absolute though because of the dynamic tabs that have collapsible content.

Any help would be greatly appreciated!

Side Note: Changing the Doctype seems to kind of fix it, but then other errors arise. Currently, I'm using a doctype:

'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;`