Author |
Message |
Fatbat
Joined: Tue Mar 08, 2011 10:02 am Posts: 5
|
 Feature request: RGBA and Text Shadows
Title is pretty self explanatory. I absolutely love CSS3 PIE but it would be that much more awesome if it could support these two things, RGBA values and Text Shadows that don't look like ass in IE.
Thanks for the fantastic work.
|
Tue Mar 08, 2011 10:09 am |
|
 |
fresheyeball
Joined: Wed Feb 09, 2011 1:15 pm Posts: 6
|
 Re: Feature request: RGBA and Text Shadows
Second on the text shadows.
|
Mon Mar 21, 2011 12:01 am |
|
 |
Tonttu
Joined: Sat Aug 21, 2010 11:12 am Posts: 223
|
 Re: Feature request: RGBA and Text Shadows
But which method would be used for the text shadows? The Demo of the Valkhof method shows the shadow out of sync in IE6 after "nunc felis ac": http://kilianvalkhof.com/2008/javascrip ... th-jquery/Here's another, more recent project using .htc, has rgba, too: http://r.je/css3-in-ie.htmlI don't see any effects in IE6.. (don't have IE7-8 right now) Please test and comment. Also see this: http://fetchak.com/ie-css3/
_________________ PIE needs more community support persons! Time is money, which means you can fund PIE development by answering support questions.
|
Mon Mar 21, 2011 12:40 pm |
|
 |
Fatbat
Joined: Tue Mar 08, 2011 10:02 am Posts: 5
|
 Re: Feature request: RGBA and Text Shadows
|
Thu Mar 24, 2011 6:34 am |
|
 |
jason
Joined: Wed Jul 14, 2010 11:46 am Posts: 1452
|
 Re: Feature request: RGBA and Text Shadows
|
Thu Mar 24, 2011 11:30 am |
|
 |
Tonttu
Joined: Sat Aug 21, 2010 11:12 am Posts: 223
|
 Re: Feature request: RGBA and Text Shadows
_________________ PIE needs more community support persons! Time is money, which means you can fund PIE development by answering support questions.
|
Sat Apr 23, 2011 4:54 am |
|
 |
Tonttu
Joined: Sat Aug 21, 2010 11:12 am Posts: 223
|
 Re: Feature request: RGBA and Text Shadows
(Google-translated) The IE9 (Incidentally IE7, IE8 also) text-shadow /
_________________ PIE needs more community support persons! Time is money, which means you can fund PIE development by answering support questions.
|
Wed May 11, 2011 8:16 am |
|
 |
Fatbat
Joined: Tue Mar 08, 2011 10:02 am Posts: 5
|
 Re: Feature request: RGBA and Text Shadows
Thanks for the updates Tonttu! I need to check back more often.
Jason, any more thoughts on how to possibly implement this in PIE?
|
Sun Jun 05, 2011 11:17 am |
|
 |
Tonttu
Joined: Sat Aug 21, 2010 11:12 am Posts: 223
|
 Re: Feature request: RGBA and Text Shadows
_________________ PIE needs more community support persons! Time is money, which means you can fund PIE development by answering support questions.
|
Thu Jun 09, 2011 4:13 am |
|
 |
jason
Joined: Wed Jul 14, 2010 11:46 am Posts: 1452
|
 Re: Feature request: RGBA and Text Shadows
@Tonttu caught me.  Yeah I've been working on adding text-shadow support for a bit now. It's still in the early stages, but as you can see in those screenshots it's already handling multiple shadows, and the blur matches other browsers very closely now (that's very tricky, it takes a finely tuned combination of different filters to make the blur anywhere close, something I've found lacking in other tools). But there's still a lot of tough work to be done... it currently only handles simple single text nodes but needs to be enhanced to handle nested markup, it doesn't adjust correctly for border or padding, and hardest of all it doesn't update automatically when the content changes. I'll be continuing to work on this, and will push the existing code up to a GitHub branch soon for others to play around with.
|
Thu Jun 09, 2011 9:26 am |
|
|