All posts tagged CSS

fancybox-google-maps
Latest
December 9, 2011, No comments

The latest release of fancyBox is responsive, so now your maps can auto adjust based on your browser window size!

responsive videos

Responsive YouTube Videos with fancyBox

December 8, 2011, No comments

The newest version of fancyBox has a responsive layout, making it the perfect solution for your responsive YouTube video needs.

kangaroo-jump

Force a vertical scroll bar in non-IE browsers to avoid page jump

September 13, 2011, No comments

Have you noticed that when you click from a shorter webpage to a taller webpage the content jumps to make room for the vertical scroll bar? This probl ...

fix-sup-line-height-css

How to fix Sup Sub line-height problem with CSS

September 6, 2011, No comments

The superscript and subscript tags can push lines of text further apart from each other, ruining the line-height. Here is how to correct this issue wi ...

  • zebra1
    Add Zebra Striping to a Table with CSS3
    August 24, 2010, 3 Comments

    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.

  • form-pic
    Simple form styling with CSS
    December 12, 2009, 2 Comments

    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 ...