Forte Web Solutions South Wales. Contact us today.

Internet Explorer 9 not showing heading tags

Having just tested one of our new sites in Internet Explorer I suddenly found that none of the heading tags were displaying in Internet Explorer 9. After a little bit of digging I found the problem – Cufón Fonts, (Cufón is a font-replacement technique that uses javascript and vector graphics to write fonts from a …

The Trouble With Top, Right, Bottom and Left – Shorthand CSS

We have updated this post thanks to the comment made by Paul. A few people ask me in what order do padding/margin values appear when using shorthand CSS. Many people use padding-right:10px;  padding-left:10px; eg. #left { padding-top:20px; padding-left:30px; padding-right:40px; padding-bottom:50px; } Well the order for shorthand CSS is Top, Right, Bottom and Left and this …