Forum Moderators: not2easy
So I'm not sure which to trust, since the mozilla rendering engine is a bit out date compared to IE 7.0 now.
Post your complete code so we can help you.
[flickr.com...]
Slightly OT sorry, but it's very interesting, no?
since the mozilla rendering engine is a bit out date compared to IE 7.0 now
Therefore if it where me I would still be trusting what I'm seeing in Mozilla. Haven't yet found a specific Mozilla CSS "Bug", it used to have with overflow, but that has been fixed
I'm seeing some visual displacement that should not be there because the code is CSS correct.
It doesn't matter how correct the code is, it's whether the browser rendering the code understands how it supposed to render it. e.g. I think default margins, collapsing incorrectly with floated elements is still an IE/Moz difference in interpretation of the recommendations.
Suzy
Mozilla claims 100% CSS1 compliance. In reality they don't support some of the more obscure parts of CSS, for example
@font-face.
mozilla is NOT claiming 100% compliance
No, they are claiming 100% compliance, just that they are not 100% compliant. ;)
Most browsers claim 100% CSS1 compliance, and most bugs you will encounter is not wih CSS1 but with CSS2 implementations. You can get rendering differences between two browsers even when both handle the CSS specification in exactly the same (compliant) way, because there are no defined guidelines for browser defaults. One browser can set a default bottom margin on a
h1 element as 1.5em and another at 1.2em, and both would be correct.
(I don't want to come across as starting to nit-pick this and escalating into some big stupid argument ;) )