-
Recent Posts
Archives
- July 2016
- April 2015
- January 2015
- October 2014
- September 2014
- July 2014
- June 2014
- May 2014
- April 2014
- March 2014
- January 2014
- August 2013
- March 2013
- February 2013
- January 2013
- December 2012
- June 2012
- April 2012
- March 2012
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
Categories
Blogroll
Meta
Category Archives: Web Design
A Couple of Useful CSS Transforms
Using Rotation to Create Vertical Headers You can use rotate(-90deg) (or DXImageTransform.Microsoft.BasicImage(rotation=3) for IE) to rotate a element to make it vertical. Sideways Headers Text Rotation Note: for browser support for transforms please see CSS3 Transforms. For information on applying … Continue reading
Posted in Web Design
Leave a comment
Flexbox Snippets
Note: Different syntax is required for different versions of different browsers. For information on browser support for flexbox, see Can I use Flexible Box Layout Module?. Getting started Put display: flex; in the styling for a div that’s going to … Continue reading
Posted in Web Design
Leave a comment
CSS3 Effects for IE using PIE
Short and sweet, this post. PIE.htc makes it easy to persuade IE to render some CSS3 effects – including border-radius and box-shadow.
Posted in Web Design
Leave a comment
Useful Tools for Working With Web Site Colours
ColorZilla – plugin for Firefox, I find the eyedropper very useful Color Converter – displays the colour as well as providing the code in different formats colorbrewer2.org – great for colour schemes for charts as well as maps, includes colorblind-safe … Continue reading
Posted in Web Design
Leave a comment