IrishFaithful
-
CSS Transform Skew One Side with RGBA
yeah i know, I often use the :before, :after display:table; clear method
-
What does the ">" do in css?
> doesn't work in ie6, and I just want to chime in that css selectors are not very efficient. CSS-Tricks Post on Efficiently Rendering CSS
-
CSS Transform Skew One Side with RGBA
Nevermind, I got it! Live Link I was actually pretty hesitant to use :before since the browser support would be different from skew. I just set .claw-main to 100% width and used overflow: hidden; on the parent. This method will work in all browsers…
-
CSS Transform Skew One Side with RGBA
I do not understand what is going on Live Link
-
CSS Transform Skew One Side with RGBA
cnwtx THANK YOU!! using :before is not only better, the angle looks more defined as well. I had some problems where the skew being jagged with linear-gradients, rgba borders, and even overflow: hidden! You are using the triangle borders with :befo…