UrBestFriend
UrBestFriend

Reputation: 607

CSS codes not working as expected for Internet Explorer

The site is here. I've spent 3 days making it compatible with IE so I guess its time to ask for help.

Here are the three important major discrepancies between IE and other browsers such as Chrome, Firefox and Opera:

Please let me know any changes in css code that will help address these issues. I don't have plans to support IE 6.

Upvotes: 0

Views: 485

Answers (1)

stealthyninja
stealthyninja

Reputation: 10371

@UrBestFriend: Changing position: relative to position: absolute for .nav_shadow {} fixes the issue for me in IE8.

To fix vertical-align: middle not working on .box_abilities p {} for me in IE7, I just added margin-top: 55px; to make it position more or less in the centre of the container.

Upvotes: 1

Related Questions