Doruk Karaboncuk
Doruk Karaboncuk

Reputation: 21

Internet explorer margin auto doesn't work

We have a website that creates website to our customers. The website is displaying in domain and our site.

In our site we have a problem with internet explorer. There is a top navigation bar in our site and containers doesnt seem to work.

For example http://telemar.com.tr/ is working nice but the same site in http://www.interaktifis.com/47-telemar-telekomunikasyon-elektronik-ltd-sti

doesn't display nicely.

How can i solve the problem. Thank you

Upvotes: 2

Views: 220

Answers (2)

Alohci
Alohci

Reputation: 82986

There's some script before the DOCTYPE on http://www.interaktifis.com/47-telemar-telekomunikasyon-elektronik-ltd-sti that's putting the page into quirks mode. That will need to be moved to somewhere after the DOCTYPE.

Upvotes: 1

Alex
Alex

Reputation: 9031

Looks like you might have an error in your server side code, http://telemar.com.tr/ has no content in #divTopNavBar No content showing

Upvotes: 0

Related Questions