I have been doing a lot of reading and searching about web development issues lately. Actually it’s a catch up exercise for things that I should have followed but missed. So here is a list of a few projects that I was really pleased to discover. CSSLint For those that would like to have some advise and an [...]
Posts Tagged ‘css’
Opacity in Internet Explorer
Posted in Code, HowTo, tagged css, IE, internet explorer, jquery on July 29, 2011 | 5 Comments »
This is an ancient problem: older versions of IE do not support the opacity CSS property. Instead, IE8 uses -ms-filter and IE prior 8 uses filter. Also, in IE, one has to be cautious about the positioning of the element the opacity properties apply to: the element has to be positioned for the filter to [...]
