Archive for the 'css' Category
Monday, December 31st, 2007
Most novice CSS users have never even heard of the “clear” property. I know in the past, I hadn’t, and racked my brain for hours trying to get my layout to display correctly with a floating sidebar. Here’s how it works:
When rendering divs, the browsers normal flow is to place one, then afterwards in the [...]
Leave Comment » | Posted in css, design
Saturday, December 22nd, 2007
.class1{ font-size:16px; color:lightblue; font-weight:bold; }
.class2{ color:blue; text-decoration:underline; }
CSS. Cascading Style Sheets. Why are they named that?
This is a tutorial on how the cascading part of CSS works, and how to work with multiple classes.
The main thing to remember is the basic trump rule. Any newly defined properties overwrite any previously defined properties. Example:
p [...]
Leave Comment » | Posted in css, design
Sunday, December 9th, 2007
I’ve seen a lot of tutorials out there for how to have a fixed footer using CSS. Most of them require all kinds of nested div’s, wrappers, and so on. It’s really very simple, and this code can be copied and pasted into almost any website template without modifying the entire set up. See below.
CSS [...]
5 Comments » | Posted in css, development
Saturday, November 3rd, 2007
Everyone wants a site that looks good, loads fast, and is easy to work with. It really isn’t as hard as one might think, as long as you follow some of the basic rules of design that you would with any development project. With this, I’m going to assume you’ll be writing a PHP based [...]
2 Comments » | Posted in css, development, web 2.0
Wednesday, October 24th, 2007
Firebug. Oh Glorious Firebug. You give me a reason to love Firefox, despite its many horrible memory leaks. You give me hope that there are still people out there looking to help out designers/coders. You give me a reason to install extensions. You save me enough time and energy that I am able to [...]
Leave Comment » | Posted in css, development
Pages (2): [1] 2 »