Archive for the 'design' Category

Your Ad Here

Site Launch - Classic Clean Housekeeping

Classic Clean Housekeeping Servce, is changing your ideas of cleaning services. At Classic Clean, we target real-life families or individuals that just need an extra hand. We offer ALL services that are needed in the home, including laundry and dishes. We do not limit the services available. There is no home [...]

AJAX Contact form

I did some searching online for a quick and easy AJAX contact form… There isn’t one. The free ones are two years old and don’t work, and the other ones I saw cost money. So I fixed the problem.
Unzip to your directory, modify the two variables in “config.php” to your liking and voila.
Download (ver 1.01): [...]

How to clear floats for proper footer placement

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 [...]

MySpace Backgrounds

Whathuh Studios has developed (read: thrown together) a new website. It is a background site, geared mainly towards MySpace users, but with photos that are quality enough for your desktop background as well. There are currently well over 1000 backgrounds, and by the end of the week there will be about 5000. All of the [...]

Cascading Style Sheets

.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 [...]

Pages (3): « 1 [2] 3 »