While working on a website lately I was put in charge of creating a Pricing Table. We've all seen pricing tables on websites; on sites that sell or lease products, software, etc. After looking around online at different pricing tables I fou ...
The days of using javascript for image rollovers are over. By using image replacement and CSS Sprites you can create links that are SEO friendly, don't flash when you rollover them, and don't bog down your page load time. Apple and Amazon u ...
Need to target the submit button of your form without adding a class or an id to it? This might come up if you don't have access to the actual form code for some reason. Luckily CSS can be used to take care of this situation.
One thing that's good practice to do on a blog is to somehow highlight the authors comments so they stand out from the other comments. This makes it a lot easier for the user of the website to visually pick out which comments are from the a ...
If you style forms with CSS you probably are familiar with adding a border style, background colors, and widths to your form inputs. This is a great way to style forms, but there's a problem that usually comes up. If you have radio buttons ...
Learn how to use jQuery to apply zebra striping to a table; a technique which is cross browser compatible. Yup, even your favorite browser Internet Explorer can pull this one off!
Zebra striping is a technique used to help the usability of a table in html. By coloring every other row in the table, it makes it easier for your eye to keep it's place. CSS3 makes this "uber" easy.
Unless you’ve been under a rock the last few months you know about the Google Font API. They host fonts and give you the code to embed them onto your website. A great solution, and free, unlike Type Kit. There's one problem though: The fo ...
So often I’ll be working on a website that somebody else coded and have to strip out junk styling. There are a lot of different ways to accomplish the same [...]
Popups suck. The good thing is you don’t see that many of them any more. That’s because browsers recognize that they suck and are most likely spam or ads and [...]
I create a couple of forms a week for client’s websites. Usually they’re very similar in content. First Name, Last Name, Address, Phone Number, Email, Comments, etc. Of course I [...]
Recently I was setting up CSS styles for a navigation. One thing I do a lot is change the cursor type with CSS for the link of the current page. [...]
Learn how to use CSS3 to add shadows to an image, table or div.