Author Archives: Simon

The “No CSS3 until it’s supported by IE” mindset

CSS3 has some amazing elements which make styling a site a lot quicker and it can reduce the amount of bandwidth used on the server. Up until a few months ago I was firmly in the “If IE can’t support … Continue reading

Posted in New concepts and methods | Tagged , | 2 Comments

CSS a:hover not working or crashing webkit (Chrome, Safari)

I came across a strange webkit bug today affecting Chrome and Safari. I had an a:hover on a li and all it did was change the background on hover. The problem was it worked on all browsers except Chrome and … Continue reading

Posted in Browser Bugs | Tagged , , , | 7 Comments

Full list of CSS3 supported elements in IE9

As IE9 looms on the horizon it is useful to know exactly what CSS3 elements are being supported in Microsoft’s latest browser. Microsoft’s MSDN site has a list of all currently supported CSS3 elements for IE9 but it also contains … Continue reading

Posted in New concepts and methods | Tagged , | Leave a comment

CSS Background image won’t display in IE7

When you do the same code pretty much every day problems can be quite infuriating because everything looks fine. I was testing a JavaScript carousel and I noticed that the button to go back wasn’t displaying in IE7. I took … Continue reading

Posted in Browser Bugs | 3 Comments