Browse by Tags

All Tags » CSS (RSS)

Using the CSS vertical-align property

Trying to vertically align content on a web page using CSS can be difficult. For example, you often want to align text and other content in the middle of a div tag. The difficulty is caused by developers not understanding how vertical-align works. I found...
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: ,