Using CSS3 to style stuff more and more lately. This screenshot uses no images (aside from being a screenshot itself, of course).
This is a data table for a translation app I'm designing for a freelance client. "# Strings" is the count of the number of translated phrases vs. total remaining.
The progress bars animate when the page loads, and the math is parsed by extracting values from the strings column.
9 Responses
Using CSS3 to style stuff more and more lately. This screenshot uses no images (aside from being a screenshot itself, of course).
This is a data table for a translation app I'm designing for a freelance client. "# Strings" is the count of the number of translated phrases vs. total remaining.
The progress bars animate when the page loads, and the math is parsed by extracting values from the strings column.
almost 2 years ago
Cool, dude.
almost 2 years ago
Pro
Chris J. Davis
Very nice, I have done the same thing on an older project. CSS3 ftw.
almost 2 years ago
Awesome! Very slick indeed.
almost 2 years ago
Pro
Anton Peck
Why oh why do I now want to go experiment with this?
almost 2 years ago
Nice - I find myself using CSS3 more and more too. Seems like clients are starting to embrace the future.
almost 2 years ago
I like it! Is there a reason the numbers are underlined? I guess the user can click on the platform name to see details?
almost 2 years ago
@oVan - The numbers are wrapped in [abbr] tags. Hovering shows the words "Done" and "Completed" respectfully.
almost 2 years ago
Nathan, great job. Love the solution.
almost 2 years ago