This article will provide an introduction to CSS, which also requires an explanation of HTML (even if you know HTML you may want to read through it as it explains the relationship model). This article won’t explain every single CSS attribute, but will explain everything you need to know to fully comprehend the language.
Browsing the archives for the CSS Tutorials category
CSS Rules for IMG tags, along with information about using images as CSS background-image.
Problem: Here is the bane of web developers existence, Internet Explorer incorrectly displaying the CSS box model. What is the box model? This describes all elements used in HTML documents. Every element is in the shape of a rectangle (and you wonder why developers cringe when circles are a part of layouts?) A box has several [...]
The latest version of CSS allows you to add shadows to your text using the “text-shadow” property. Here’s an example of what the output looks like in your browser: I have a drop shadow of 0px X distance, 2px Y distance, 3px blur value, and a black color. The text-shadow property takes four values, being the color code, [...]
Just for fun, today was spent building a small iPhone targeted website using the iphone-universal project hosted over at Google Code. The website can be seen at iphone.renownedmedia.com. The framework is very simple to work with and the results look surprisingly like the website was built using a standard iPhone application, instead of an actual website. This [...]



