Sam_Purcell
-
Apply Background Color only on text
Add display: table; to your headers.
-
100% height not working
I almost always follow the rule: html { height: 100%; } body {height: 100%; } #content {min-height: 100%; }
-
how to build a slide down page content?
I'm not sure if this was how CSSTricks did it, but I assume that the slide function is either js or a -webkit-transition. Using the transition function in combo with a position change upon clicking the bar could yield that effect. I'm no j…