In Yahoo’s search result some of our page titles were being prefixed the “C C C” which, of course, was really weird. Charlie figured this one out. My money was on some corrupt HTML tag that was trying to set a color to hex #CCC but that wasn’t right. Let me show…
Category: CSS
CSS
Read more
Potential New CSS Properties
Flow Root Hopefully this one lands. The property display: flow-root; would essentially allow a container to grow with the inner content, even if the inner content was floated. Hex RGBA I hate when I need to take an RGB value and make it transparent. I’d love to have 8-digit hex even…