Welcome Guest, Not a member yet? Register   Sign In
CSS menu works with Firefox, Opera, but not with IE
#1

[eluser]mkmkmk[/eluser]
Hi everybody

A very strange situation, so I am unsure how to explain my problem.
The title is not correct: if I parse all thing into a variable and store it with file_put_contents() into a file, yes, than it works also with IE.

This works with FF and Opera, but not with IE: the sub-menues are not displayed.
Code:
$this->parser->parse('header', $data);
$this->load->view('temsilci_menu');
$this->load->view('footer');

Then I tried this:
Code:
$nix = $this->parser->parse('header', $data, TRUE);
$nix .= $this->parser->parse('temsilci_menu', $data, TRUE);
$nix .= $this->parser->parse('footer', $data, TRUE);
file_put_contents('application/views/nix123.php', $nix);
$this->load->view('nix123');
Again: this works with FF and Opera, but not with IE: the sub-menues are not displayed.
But if I change the extention of nix123.php to html and double-click on it, than it works fine with IE.

I hope I was able to describe my problem understandable.


Edit: Tested with 2.1.1 and 2.1.2
Edit2: Tested with IE8



Messages In This Thread
CSS menu works with Firefox, Opera, but not with IE - by El Forum - 07-18-2012, 09:19 AM
CSS menu works with Firefox, Opera, but not with IE - by El Forum - 07-18-2012, 11:03 AM
CSS menu works with Firefox, Opera, but not with IE - by El Forum - 07-19-2012, 02:35 AM
CSS menu works with Firefox, Opera, but not with IE - by El Forum - 07-19-2012, 03:50 AM
CSS menu works with Firefox, Opera, but not with IE - by El Forum - 07-19-2012, 08:44 AM
CSS menu works with Firefox, Opera, but not with IE - by El Forum - 07-19-2012, 08:54 AM
CSS menu works with Firefox, Opera, but not with IE - by El Forum - 07-19-2012, 09:05 AM
CSS menu works with Firefox, Opera, but not with IE - by El Forum - 07-19-2012, 09:24 AM
CSS menu works with Firefox, Opera, but not with IE - by El Forum - 07-19-2012, 09:40 AM
CSS menu works with Firefox, Opera, but not with IE - by El Forum - 07-19-2012, 01:10 PM
CSS menu works with Firefox, Opera, but not with IE - by El Forum - 07-19-2012, 02:19 PM
CSS menu works with Firefox, Opera, but not with IE - by El Forum - 07-19-2012, 10:06 PM



Theme © iAndrew 2016 - Forum software by © MyBB