IE or Firefox,which one has a more logical CSS handling ?
Posted
by Najm
on Stack Overflow
See other posts from Stack Overflow
or by Najm
Published on 2010-03-08T22:24:01Z
Indexed on
2010/03/08
22:36 UTC
Read the original article
Hit count: 175
hello there , i know that there is some rules and standards in css handling but i mean which one is closer to a human thinking. for example : when i give a DIV tag a height property of 100px i just want it to be 100px! but in Firefox i should work on min-height or max-width and so on !
there is many like this examlpe , i think IE read css more humanestic against Firefox. i have several experiences in this case , your final nice design in IE can be a mess in Firefox thats because of the way they handle css. Firefox act as a robot but IE act as a human-half robot ! its just my idea. i will be glad to hear and learn from you proffesionals and other friends here.
thank you.
© Stack Overflow or respective owner