CSS Validation
-
Lightbox plugin is great but CSS does not validate – returns 4 errors because of filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
filter: ~”progid:DXImageTransform.Microsoft.gradient(startColorstr=’#00FFFFFF’,endColorstr=’#00FFFFFF’)”; only returns one error but still will not validate
Is the use of this proprietary Microsoft filter for IE necessary for the plugin to work?
thanks
The topic ‘CSS Validation’ is closed to new replies.