I have developed a theme in liferay 6.1.
- In css I have written
border-radius
property, which is not working in IE6-to-IE8. border-radius
is a css3 property which will work on IE9+- I want to use jquery rounded corners in my theme in order to add border-radius feature to IE 6+ to IE 8 versions.
I don't know where to add jquery rounded corner plugin. I want to use rounded corner for banner in portal_normal.vm file.
Can any one help me in where I need to add this jquery plugin and how to apply border-radius
feature in banner of the theme?
Thanks in advance.