CSS problems with differences in IE and chrome
-
So i have the home page working fine in chrome but Internet Explorer wont display the home page as it should.
link to the site ‘here‘
I have found that either setting the table layout in the CSS will determine if it works in one or the other browsers.
table { table-layout: fixed; } //works in Chrome but not in IE
OR
table { table-layout: auto; } //works in IE but not in chrome
Thanks in advance.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘CSS problems with differences in IE and chrome’ is closed to new replies.