CSS is great but there is so much of it that often times it’s difficult to remember everything. In order to help we bring you 5 cross-browser CSS snippets that could spice up the look and/or functionality of your site.
Centering A Page Regardless of Page Width
Html
12345<body>
<div...
When it comes to web design it is easy to fall into a the mold mode, horizontal navigation, up top the page etc. A more difficult approach would be to design and build a site that goes against the grain, against the so called “convention”, and this is what this post is all about.
But before we...
Please try one of our sponsors, it keeps us in business: InMotionHosting.com
Ends Very Soon: Take 5% Store Wide at Our Sponsor: Printplace.com
With CSS being so prominent these days, many designers are seeing a lot more code . A lot more then they were ever used to. Sure, Dreamweaver’s Code or...
CSS is a powerful styling language used in conjunction with HTML. There are two main ways of using CSS, one is in the same HTML document as the code is written on, and the other is to create a separate document which only includes the CSS code. The main benefit of this second option (writing a separate CSS...