Browse by Tags

All Tags » CSS (RSS)

Using the CSS vertical-align property

This post has moved to http://castnerit.com/blog/?p=44
Posted by gcastner | with no comments
Filed under: ,

CSS properties for text wrapping

A problem I've encountered on my website and seen on others is when text wrapping causes text to overflow the borders of its container. Here is an example style and associated properties to avoid this problem occurring: .yourstyle { min-width:250px;...
Posted by gcastner | with no comments
Filed under: ,