Posts Tagged ‘css’

Follow up to the update to the update

I recently updated my update on working around Internet Explorer 9’s deficiencies with gradients and rounded corners. Based upon feedback from a friendly reader, I tweaked the HTC script to work when gradients are applied on hover or mouseover states – the sort of styling you might want to use on a big, friendly, rounded [...]

Poor man’s nth-child selector for IE 7 and 8

I’ve been doing some client side development at the jobbity job. I had to re-discover the zen art of making shit work in Internet Explorer. I pulled an old trick out of my hat that I thought would be worth sharing. Internet Exploer 7, and 8 do not support the nth-child pseudo element selector, but [...]