Welcome Guest, Not a member yet? Register   Sign In
Table class behaving differently in IE and chrome
#1

[eluser]Unknown[/eluser]
Hi,
I am using the codeigniter table class and generating a few tables and appending it to a string.

Code:
$grid="";
$grid .=$this->table->generate();
$this->table->clear();

The tables appear in a proper fashion in Chrome (one after the other vertically) whereas in IE it is displaying horizontally. What can be done to resolve this?


Messages In This Thread
Table class behaving differently in IE and chrome - by El Forum - 06-22-2012, 03:39 AM
Table class behaving differently in IE and chrome - by El Forum - 06-22-2012, 04:21 AM
Table class behaving differently in IE and chrome - by El Forum - 06-24-2012, 09:45 PM



Theme © iAndrew 2016 - Forum software by © MyBB