سؤال

Hey guys I'm building a website and found out ie8 wouldnt work with rounded corners. After a bit of research I found out that PIE would tackle this problem, and yes it did, but it also screws the complete site over. The divs are scrolling away and the image's ignore the rounded corners :(, anyone that can help. The problem is a bit difficult to discribe so here's the link http://www.k2stuc.nl Hope someone can help me out with getting it compatible with ie8.

هل كانت مفيدة؟

المحلول

You need to add relative positioning to container of PIE element.

.column{position:relative;}

Also in some cases you may need to use zoom:1 property.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top