Skip to content
CSS Head
CSS links, tutorials, code and demos for web designers and developers
    About Archives Contact Privacy and Cookies Policy Submit a Link Submit Community News
CSS Head
CSS links, tutorials, code and demos for web designers and developers
Home Submit a Link Contact About

Tag: css floats

Should You Use Inline-Blocks As A Substitute For Floats?

December 18, 2012

An article that discusses the pros and cons of using inline-blocks versus floats for coding your CSS layouts…

csshead comment 0 Comments

Tutorial All About CSS Floats

June 5, 2009

Float is a CSS positioning property. If you are familiar with print design, you can think of it like an image in a layout where the text wraps around it as necessary. In web design, an image that is floated remains a part of the flow of a web page. That means that if it […]

csshead comment 0 Comments