Tuesday, November 13, 2007

Border error

If you define a border as: border: #D5EEFB solid 1px;

Then IE6 and IE7 will break any rules after it. For this to work properly you have to define it in the "proper" order of:

border: solid #D5EEFB 1px;

No comments: