Verizon cell phones

Cascade Style Sheets

How To Center A Block In A Page

PHP
Suppose you have an image and you want to center this both vertically and horizontally in the page.

This is the issue I faced for a website I own where I just wanted to put up logo smack in the middle of the page. While it isn't so difficult to center horizontally, attempting center vertically is a bit tricky.

Filed under:

Rounded Corners In CSS

CSS
Last year I came across a superb method of creating rounded corners that I want to share with you. I cannot take credit for it but you can thank Dave Woods for a well thought out approach.

Filed under:

Avoid Using Universal CSS Selector

CSS
Avoid using the universal selector in your CSS stylesheets. There is just too much inconsistency when it comes to how each user agent treats the selector.

Filed under:

Clear Your Outer Div With Overflow Auto

CSS
Tonight I was working with a fixed width layout for my new blog and ran into a problem that I always happen to hit - varying height columns.

Filed under: