I realize this is still in the beta stage of this project but I can already see this being a must-have part of every web designers tool bag. Firebug was the last time I said "wow" about a new way of working - viva la PIE !!!
Thank you so much for this!
Cheers Lollie
_________________ S t a r ts l o wt h e nf a d eo u t
Tue Jul 27, 2010 1:29 pm
RonnyO
Joined: Tue Jul 27, 2010 4:41 pm Posts: 3
Re: WOW - This is Great !
This is exactly what I thought. Today I've talked to my peer and I was like "Using CSS3 for corners here and there is cool, but we'll have to wait about 3 years for IE9 to gain market share and only then we could really use all the powerful features CSS3 has". And then BOOM, it's here today. Holy cow, that was a miracle!
So thank you very much, and I really look forward to make use and help this thing grow - It's awesome.
Tue Jul 27, 2010 4:44 pm
GrahamA
Joined: Tue Aug 10, 2010 3:42 am Posts: 6 Location: England
Re: WOW - This is Great !
I agree with other comments. It's rare that something comes along that is this neat and simple to use that makes such a difference. Well done!
Funny that I came across this by accident! But I love it, and on the PLUS side it works ie7-js. Makes styling for IE a whole lot easier!
Tue Aug 10, 2010 11:09 pm
melhaer
Joined: Wed Aug 11, 2010 5:47 am Posts: 2
Re: WOW - This is Great !
WOW! this is just wonderful:) what more can I say?
Wed Aug 11, 2010 5:49 am
ahmad
Joined: Wed Aug 11, 2010 5:59 pm Posts: 4
Re: WOW - This is Great !
It's not just great ... It's FUCKEN AWESOME!!!
Wed Aug 11, 2010 6:05 pm
deneuxa
Joined: Sun Aug 15, 2010 5:54 am Posts: 1
Re: WOW - This is Great !
I'm not a professionnal web designer, that's why i choosed to develop in CSS3, that's was a lot more easy for me than lot of photoshop work and so on...
but i was very disapointed by IE in the rendering of my website (coming soon) and was going to change everything in order to have the same rendering..
CSSPie saved me a lot of time! thank you so much. I put CSS3pie in my 'todonate list' when my website begin to earn me some money (i hope!)
a little tip for the documentation: i've found easier to include a general line in the html code with all styles using css3pie: <style type='text/css'> #main_top, .bt_big_green, etc.... {behavior: url(#{root_url}javascripts/PIE.htc);} </style>
It allow to change the general URL of the website very easyly (developpment and production mode for example)
Sun Aug 15, 2010 6:02 am
krisstewart
Joined: Mon Nov 14, 2011 3:06 am Posts: 1
Re: WOW - This is Great !
Hello, I'm a big fan of PIE but I admire all the efforts made to push old IEs beyond their limits. Conratulations to the team!
a little tip for the documentation: i've found easier to include a general line in the html code with all styles using css3pie: <style type='text/css'> #main_top, .bt_big_green, etc.... {behavior: url(#{root_url}javascripts/PIE.htc);} </style>
I prefer defining a pie-enabling class like this
.pie { behavior: url(./PIE.htc); }
and apply this class to every element I want to be CSS3'd like
Users browsing this forum: No registered users and 3 guests
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum