I've had problems with Internet Explorer not applying the last property in a list of CSS properties. Is it necessary to leave out the last ;
from a list of CSS properties? For example:
.style { width: 100px; height: 100px }
Or does it really not matter?