CodeIgniter Forums
Surprising behavior of IE (site is developed in CI) - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Surprising behavior of IE (site is developed in CI) (/showthread.php?tid=36363)



Surprising behavior of IE (site is developed in CI) - El Forum - 11-29-2010

[eluser]Sumon[/eluser]
please visit the following url in internet explorer.
Code:
http://www.shopno-dinga.com/blood_bank/donar_list
the page loads fine. but when i press crt+f5 then the page broken. again if i press only F5 looks accurate. what's wrong here? suppose to me css file not loaded crt+F5 caused by CI. or something else. please let me get out.


Surprising behavior of IE (site is developed in CI) - El Forum - 11-29-2010

[eluser]Michael Wales[/eluser]
It's not a CodeIgniter problem, CI has nothing to do with this. I would start here. It's probably a parsing issue, since the site loads up fine in Chrome but in IE7 it doesn't apply styling to your table, even after refreshing a few times.

I'm betting that Chrome is intelligently correcting your invalid markup, allowing it to properly style your elements whereas IE doesn't inteligently do anything - ever.


Surprising behavior of IE (site is developed in CI) - El Forum - 11-29-2010

[eluser]pbreit[/eluser]
You'v got some possible problems with your HTML. You have duplicate <html> tags and your <meta> tags should be inside the <head> tag.


Surprising behavior of IE (site is developed in CI) - El Forum - 11-30-2010

[eluser]Sumon[/eluser]
Million of Thanks. i am stupid in CSS debugging. My problem is fixed. Thanks a lot.