Justin
Member since Oct 2, 2013
- Profile: /members/11296-justin.htm
- Comments: 3
Recent Blog Comments By Justin
-
Most CSS Floats Can Be Replaced With Relative And Absolute Positioning
Posted on Dec 3, 2014 at 10:17 PM
@Elyse, Lol, you obviously don't know anything about UI engineering.... read more »
-
Most CSS Floats Can Be Replaced With Relative And Absolute Positioning
Posted on Oct 7, 2013 at 3:55 PM
@Anna, I feel bad for joining in on this hijacking (sorry Ben), but since Aaron mentioned Treehouse, I figured I'd mention CodeSchool.com. You can see there HTML/CSS classes here: https://www.codeschool.com/paths/html-css The one thing I like about them is how they break up the tutorials with w... read more »
-
Most CSS Floats Can Be Replaced With Relative And Absolute Positioning
Posted on Oct 2, 2013 at 11:38 PM
I'd like to suggest that you can remove the whitespace from inline-block elements quite easily that is 100% cross-browser compliant. Either comment it out: <ul> <li> <a>thing</a> </li><!-- --><li> <a>thing two</a> </li> </u... read more »