Sticky Footer

Sticky Footer

Make that damn footer stick and stay down the page with CSS. /* Sticky Footer Solution by Steve Hatcher http://stever.ca http://www.cssstickyfooter.com */ * {margin:0;padding:0;} /* must declare 0 margins on everything, also for main layout components use padding, not vertical margins (top and bottom) to add spacing, else those margins get added to total height and your footer gets pushed...

Read More

Basic CSS Sprite Rollover

Basic CSS Sprite Rollover

Your CSS Code #home_button{ display: block; background: url(home_sprite.png) no-repeat; height: 30px; width: 80px; } #home_button:hover{ background-position: 0 -30px; } Your HTML: <a href="www.yourlink.com" id="home_btn" ></a> Your sprite image should be arranged or designed like...

Read More

CSS3 Button Maker

CSS3 Button Maker

Nowadays CSS buttons are pretty common, to many developers it is easy to make and very light. What if you can have a little something that can make all that even easier? Button Maker makes you play with three sliders, seven color pickers and a font type selector all together you end up with a pretty comprehensive CSS button. [via...

Read More

list-o-matic

list-o-matic

List-O-Matic one of the many web tools Accessify has to offer. You can create a CSS only 2 level navigation menu on the fly. Great for web-designers; head over to list-o-matic to try it yourself. More list of tools here...

Read More

Full CSS Horizontal Drop Down Menu

Full CSS Horizontal Drop Down Menu

Who can resist the temptation of the ever lovely CSS? I was wondering around the web looking for a nice CSS-only dropdown menu. First of all this is not new, who would forget the Suckerfish Dropdown posted at A List Apart it was the best of its time. but anyway… I so happen to stumble upon another article from http://www.cssplay.co.uk/ with this article, there are several reasons why I...

Read More