ebs
ebs

Reputation: 5

IE Button issue

There is an issue with the button "learn more" in IE only that causes it to run down the page and distort the layout. Page URL: http://www.mvholisticretreat.com/ CSS: http://www.mvholisticretreat.com/wp-content/themes/nebula/style.css any help would be greatly appreciated. Thank you !

Upvotes: 0

Views: 55

Answers (1)

Daniel Ursu
Daniel Ursu

Reputation: 459

issue 1: clean up your code, you have a useless endif in

issue 2: you have some styles before your doctype. this is why IE loads by default in quirks mode. fix your doctype declaration and it's almost fixed. To preview issue, in IE9 press F12, and from the quirks mode dropdown chose IE 9 Standards, you'll see how the site gets fixed

Upvotes: 1

Related Questions