My goodness! I had a pretty sweet and simple framework for my website and was excite to fill it with content (which is odd, because I HATE filling in framework with content - it's tedious. But, I digress).
Orginially developed using IE9, I wanted to make sure FF displayed things correctly. Well, it looked like a tsunami hit my elements. Elements scattered everywhere with unexplicable property styles (compared to my expectations).
My HTML is solid! It's the CSS that's being differently interpreted. Now, this is nothing new. EVERYONE is aware that there are interpretation discrepencies between browsers, but I didn't think it would be as dramatic as I saw. Again, I digress.
I'm cleaning up the CSS so each browser will interpreted it similarly. The biggest problem I have is that FF seems not to apply child element properties with the parent elements.
Check out the differences between IE and FF.
What do I need to change to ensure child properties effect parent properties.
-Geates
In the voice of the Dos Equis Most Interesting Man in the World: "I don't always test my code. But when I do, I do it in production
Orginially developed using IE9, I wanted to make sure FF displayed things correctly. Well, it looked like a tsunami hit my elements. Elements scattered everywhere with unexplicable property styles (compared to my expectations).
My HTML is solid! It's the CSS that's being differently interpreted. Now, this is nothing new. EVERYONE is aware that there are interpretation discrepencies between browsers, but I didn't think it would be as dramatic as I saw. Again, I digress.
I'm cleaning up the CSS so each browser will interpreted it similarly. The biggest problem I have is that FF seems not to apply child element properties with the parent elements.
Check out the differences between IE and FF.
What do I need to change to ensure child properties effect parent properties.
-Geates
In the voice of the Dos Equis Most Interesting Man in the World: "I don't always test my code. But when I do, I do it in production