Everyone has their set of programs and applications they use to build and design websites, but how many online services do you use? Here are 6 of the online services that I use.
Mar
26
5 Online Services for Web Developers / Designers
By Brandon @ 6:13 pm with the tag(s):designers, developers, online, services, sites, webJan
19
Often, when you use floats (What is a float?) in your design, you have to clear them, otherwise, you will find your floated elements breaking out of their container. The only catch, is that you had to add extra markup (usually a <div>, a <br />, or a <span>) to apply the clear to. Thankfully, there is now a fix for that, that just requires a bit of css, and NO EXTRA markup (excluding a bit of IE hackery).
Simply, use a :after on the container of the floated elements with the clearing properties added to it.