Need help on html between IE and Firebox!?
Answers:
looks like an issue with either float, clear, or positioning
didn't take a real detailed look at your code but when floating elements be sure to clear the side of the last element in each row of elements which you float.
Seems like browsers handle any positioning but relative very differently to so it helps to use a container div for your content
so yeah just double check your floating clearing and positioning, IE can be such a pain but it provides a challenge.
Ditch Firefox. You have no need to waste your time on a web browser with less than 5% market share.
Looks like all of your table TD's are messed up - the total number of columns that they span is different across TR's (11 on the first TR, 7 on the second, etc). This may be contributing to your misaligned images.
for me it looks fine on IE, firefox and Opera. (Un)Fortunately i do not see a problem :) it looks great, by the way
Your Html table is not correct. Your colspans are wrong. You need to fix that.
Hope that helps.
The answers information post by website user , IEanswers.com not guarantee correctness.
