Problem with table resizing after automatically removing from jquery one column (this only happens i
- by user297433
Hi.
I have a table with some columns. Something like this:
tr1td1 one remove button
tr1td2 one remove button
...
The table has the size of the div#outer
When I click remove button I remove with jquery the entire column . In Firefox everything's fine the table's columns resize to fill the div but in Internet Explorer the table's columns remain just as they are. It's like the browser doesn't refresh the css style. Because if I refresh the page the table looks just as it shoud be.
Any ideas?