How to Use CSS for Search Engine Optimization CSS / Miscellaneous
Using external CSS files to determine the design attributes creates clean HTML code and will create better search engine rankings. With some knowledge of CSS you can change the code without destroying the visual layout.
Style Sheets Shorthand CSS / Advanced Techniques
How to reduce the amount of code you need to write the achieve the same results from you cascading style sheet. The less code you have on your page, the quicker the page will load.
Hex Chart CSS / Colors and Effects
When adding a color to your webpage with HTML, sometimes you can just type in the name of the color. But more often than not, you'll need to use what's called the hex code, which is something that the browser will be able to understand. Choose a color from the list below and look to its left to get the hex code.
Clothing for a Website CSS / Advanced Techniques
Suppose you have your own site with a distinctive design. Some people may like it, while others don’t, however pretty it is (this is a usual thing, beauty is in the eye of the beholder). And it would be good if users had the opportunity to choose the design that pleases them during their visit. We are talking about exactly this: how to give your visitors the opportunity to tailor their experience.
Creating a website navigation bar with CSS CSS / Buttons and Navigations
There are many ways to create a navigation bar, you can use a programs like Photoshop and then convert the image into code, but when I see people creating them in Photoshop I think why bother? When you can simply use CSS for the whole creation and code of it. In this tutorial I will show you how to create a very clean navigation bar that will use one line of XHTML and the rest will be CSS.
Complete CSS CSS / Getting Started
Cascading Style Sheets (CSS) is a fantastic tool to add layout to your websites. It can save you a lot of time and it enables you to design websites in a completely new way. CSS is a must for anyone working with web design. This tutorial will get you started with CSS in just a few hours. It is easy to understand and will teach you all the sophisticated techniques.
Web 2.0 Layout Mark 2 - More Gradients CSS / Layouts
The first Web 2.0 Layout designed by me was primitive at best. With no gradients, annoying colors, and boring design, it left a lot to be desired. That's where this layout steps in. It brings more to the table in the terms of design and the usability. Overall, when you are done reading the tutorial, you will have yet another easy and good looking layout under your belt.
Grouping CSS / Getting Started
Repetitive commands within CSS can be grouped in order to cut back on the repetition of code sent to the client to be interpreted. This enables you to give several tags similar attributes without have to explicitly state each command over and over.
Scrollbars CSS / Scrollbars
Learn how to make customized scrollbars that add flavor to your page. Ever wonder how to create those cool colored scrollbars? They are very easy. I'll show you the code first and explain it all.
CSS Tips and Tricks CSS / Advanced Techniques
This article is aimed at helping people improve the CSS code they write, whether they're beginning developers or elite 12th dan webdev masters who may have missed a trick or two.
External Stylesheets CSS / Getting Started
As you can probably tell from the name this means having an external file and then linking to it from your page so you don't have all that code in your head tags in every single page.