Quick, Easy way to Vertically Center a DIV with CSS

Posted on Oct 6, 2009

Here is an extremely simple way to vertically center a DIV with just CSS.

The HTML

<div class="center_me">
<p>Some content</p>
</div>

Simple enough, I don’t think I need to explain that.

Continue…

Oh My Gosh! Quick CSS Tricks

Posted on Aug 14, 2009

Just some quick and fun CSS tricks that you can play around with.

Disable Text-Area resize in Safari

This is CSS3, but it doesn’t matter because this only applies to Safari.

textarea {resize: none;}

Continue…

Don’t Want to Support IE6? 3 Ways to Crash it.

Posted on Aug 13, 2009

A lot of web developers have cut off their support for Internet Explorer 6. Here are three simple ways to crash it when someone loads up your website. Nifty trick I used to use to keep people from looking at my website in IE6.

Continue…

Dead Simple Drop-Down Menu with CSS

Posted on Aug 11, 2009

Here’s a very slick and lightweight method to make a drop-down navigation menu with only CSS. We are going to make a very simple, lightly styled drop-down menu. Feel free to use it in any way you want, after all I didn’t make CSS. Alright before we get started click here to see a very basic version of our method.

Continue…

World, Hello!

Posted on Aug 9, 2009

Hello World!

This is my blog, here I will blog about web design, development, Google’s new contraption, Wordpress, and everything in between.