March 19th, 2007
IE stricter than Firefox

Firefox vs Explorer
The problem was that we had a spacer gif (yes they still exist and no its not my descion to have them there) and seeing the previous web content manager did not close the tag off properly ( /> ) it for some reason would flow over the side menu bar and would not allow the user to click on the menu options. This was only found due to testing the Intranet (for my part time job) and after I have been preaching and been ignored about my stance on valid code, so now it looks like my preaching will not be wasted with them having no option but to validate the code.
The question I have is, if an image (or spacer gif) is not coded properly, should it still display properly like Firefox and IE 6 or should it not like IE 7? Any opinions, suggestions etc?
Popularity: 2% [?]
Like what you see? Subscribe to my RSS feed and get daily updates!
Or hear for an explanation about RSS, thank you for visiting.
With some coding I did today in regards to a new client (released on 1st April), I found out that
clear: bothdoes not work in IE 7.I tried to use it to get an element to move but it worked in Firefox but not IE 7. Just slack coding I guess as with some proper structure it worked in IE and Firefox without any need of
clear: both.Comment by GermWorks — March 19th, 2007 @ 3:39 pm