Hi,
I've created a style named 'big_size'.
This style is coming from the user guide and looks like this:
[overflow:hidden; white-space: nowrap; text-overflow:ellipsis; width: 200px;max-width: 200px;]
It's working well with firefox using the command:
SELECT 'dbr.colstyle',1, mydbr_style('big_size');
But It's not working with IE8 which is the required browser.
Any idea of how I can have columns of 200px with IE8?