CSS

CSS Types: Tags, Classes, IDs

WordPress is a great tool for setting up websites. One of its strong points is not having to know code. But, I have found it is incredibly useful to know something about CSS. For every WordPress site I’ve done, I’ve had to tweak the CSS code at least. In this post, we’ll look at the

CSS Types: Tags, Classes, IDs Read More »

CSS Menu Generators

Recently, I did a post on CSS Layout Generators. I showed you the CSS Portal website. It has a very good layout generator. In this post let’s look at CSS Menu Generators. CSS Menu Generators do just that. It generates the code (CSS and html) and provides the images for a menu of your choice.

CSS Menu Generators Read More »

CSS Layout Generator

For those just learning CSS, here is a fantastic tool to help you generate page layouts: CSS Portal. The result is rather generic but it provides a great basis to build on. They offer more than just CSS for page layouts. On the same site, they offer tools to generate your buttons and your menus.

CSS Layout Generator Read More »

CSS3 Maker

If you are into the latest CSS options, check out CSS3 Maker. This very useful site lets you experiment with various CSS settings, then gives you the option to download the CSS. Beautiful! And, that’s just the beginning.

CSS3 Maker Read More »

Adding background images

Background images add a lot of interest to a website. Not only can we have a background image for the entire site, but each box (container) can have it’s own background image. Let’s start by looking at CSS properties relevant to background images, then we’ll look at some examples.

Adding background images Read More »