In IE8, FF and Safari, when I declare a "table {....}" in CSS and <table> in HTML, misteriously changes the height of a Javascript horizontal menu (it had worked fine to the moment of setting the CSS declaration "table")...
And it not happens if I don't declares the <table> in HTML body, previously set in css!!!!!
And too, if I set <table> in HTML body but without declaring it in CSS, the Javascript menu again works perfect!!!!!
It Mean that the issue is some incompatibility on CSS and JS... I think... Because the page works fine, except with this...
Somebody knows what's the matter with that??


Answers