There are differences in IE and FF that can cause problems.
I had a style on a table cell that set the width to 95% and I had a width attribute on the cell for 10%. 10% was what I wanted and IE rendered it with 10%, but FF rendered it at 95%. The issue comes down to the fact that FF implements the CSS spec, whereas IE does not.
No comments:
Post a Comment