Reagan is off this week, but he left us with some lovely design work to markup. Today I get to use my favorite webkit property: -webkit-background-clip:text;
@James Acklin: No CSS solutions that I know of... aside from whining and petitioning the other browsers to add it. Chandler was experimenting with a jQuery solution a few months back (if I remember correctly). I'll see if I can track that down...
I never fudged around long enough to discover a true JS solution, I merely segregated webkit-specific CSS to its own stylesheet & included it via jQuery feature detection. I may have slacked and only used browser detection but I'm currently implementing the aforementioned /hack/ on my dev site.
I really need to finish that design up and relaunch...
5 Responses
Pro
Trent Walton
Reagan is off this week, but he left us with some lovely design work to markup. Today I get to use my favorite webkit property: -webkit-background-clip:text;
over 1 year ago
Awesome stuff!
over 1 year ago
On the subject of background-clip: text; is there a documented solution for Mozilla adaptation of this? jQuery, etc...
over 1 year ago
Pro
Trent Walton
@James Acklin: No CSS solutions that I know of... aside from whining and petitioning the other browsers to add it. Chandler was experimenting with a jQuery solution a few months back (if I remember correctly). I'll see if I can track that down...
over 1 year ago
Pro
Chandler Van De Water
James and Trent:
I never fudged around long enough to discover a true JS solution, I merely segregated webkit-specific CSS to its own stylesheet & included it via jQuery feature detection. I may have slacked and only used browser detection but I'm currently implementing the aforementioned /hack/ on my dev site.
I really need to finish that design up and relaunch...
over 1 year ago