Thread: just a question
View Single Post
Old 09-08-2006   #11 (permalink)
metsatöll
Registered User
 
Join Date: Aug 2006
Posts: 43

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
metsatöll is offline