|
CSS codes works very different between mozilla, safari, opera, internet explorer. If you already know CSS codes well, then you should also study CSS-Hacks aswell.
For example,
width : 100px
* width : 110px
first value will be accepted by firefox in css and second one (* width) will be ignored but internet explorer will see * sign and it will use that one and IE would ignore width
|