Fluid Design - A Brief Intro to %

Fluid design is talked about so often. The ability for a site’s width to change depending on the user’s screen size. However, people newer to designing using CSS often become confused. This is a very brief introduction to it and there will be further posts on this.

Recommended Websites

The following list is a list of websites that may help you with your designing.
WebForumz - A superb web forum with a great team of people who are always willing to help.
http://www.webforumz.com
CSSBeauty - A selection of superb sites styled through CSS, news and tips.
http://www.cssbeauty.com
CSSMania - A showcase of superb CSS styled sites. Great for inspiration.
http://www.cssmania.com/
LogoPond […]

Using Background Images with Repeat - Navigation

This is a simple tip that many beginners to CSS do not realize and use to their advantage. In this brief tutorial I will go through the method on how to use a background image as the background to an element, and make it repeat either in width (x) or height (y) so that your […]