CSS3 PIE Forums http://css3pie.com/forum/ |
|
border-image problem http://css3pie.com/forum/viewtopic.php?f=3&t=75 |
Page 1 of 1 |
Author: | FlashJunior [ Fri Jul 30, 2010 1:51 am ] |
Post subject: | border-image problem |
Code: border: 8px solid #013d7a; -webkit-border-radius: 8px; -moz-border-radius: 8px; -webkit-border-image: url(img/border.png) 8 8 8 8 stretch; -moz-border-image: url(img/border.png) 8 8 8 8 stretch; border-image: url(img/border.png) 8 8 8 8 stretch; behavior: url(PIE.htc); Test 6 @ http://www.flashjunior.ch/school/test/ietest/pie/ Works in FF, Chrome but not in ie6,7,8 any idea? |
Author: | jason [ Fri Jul 30, 2010 8:32 am ] |
Post subject: | Re: border-image problem |
Two things: 1) PIE follows the current CSS3 spec in that it requires the 'fill' keyword to be present in order for the center area to be filled in. (Other browsers don't yet follow this piece of the spec but I expect they soon will.) 2) There is a bug in PIE where the solid border is still rendered when border-image is present, when it should become hidden. This is being tracked as http://github.com/lojjic/PIE/issues#issue/51 and I already have a partial fix. BTW, your testcase document is awesome! I know you're still adding stuff to it, but would you mind at some point submitting it to the set of tests in the PIE codebase? |
Author: | FlashJunior [ Fri Jul 30, 2010 9:29 am ] |
Post subject: | Re: border-image problem |
1) jap. that is working. thanks 2) ok. i see it ![]() 3) no problem. you can have the hole css/html stuff. just grap what you want ![]() |
Page 1 of 1 | All times are UTC - 7 hours [ DST ] |
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |