Welcome Guest, Not a member yet? Register   Sign In
Problem with CI and Internet Explorer (style breaks)
#1

[eluser]cupacup[/eluser]
Hello!

I have strange problem with Ci and Internet Explorer, when viewing http://siska.si/ in internet explorer trough Ci style breaks and nothing is displayed right. But when using hard coded html file http://siska.si/podatki/ page loads fine. I'am using utf-8 without bom encoding on both files, but display is still different! Why? And how to fix it? It looks like code igniter is doing something with the date and that could possibly break the coding, but I don't now what? I'am also using ocular library, so maybe that is doing something to the data. Did anyone come accros this before?
#2

[eluser]Nick Husher[/eluser]
Opera is doing strange things as well. Note, you're serving an XHTML Transitional doctype on the second link, but no doctype at all on the first. Aside from doing a full audit of your HTML and CSS, that's the first thing I'd suggest changing.
#3

[eluser]Michael Wales[/eluser]
You are missing the DOCTYPE in your CI version, which throws Internet Explorer into quirks mode.

or maybe it's vice-versa and you want IE in quirks mode...

Regardless, add the DOCTYPE into your CI views and you will be golden.
#4

[eluser]cupacup[/eluser]
Thanks all, the quirks mode wasn't the problem, something was wrong with Ci, because when I've uploaded Ci over, it worked. Still opera have some problems with text. Anyway thank all!!




Theme © iAndrew 2016 - Forum software by © MyBB