Rounded corners in IE7 and IE8
I like the CSS3 PIE option for rounded corners, but am having some problems getting it to work on my Drupal site. In the meantime I opted for a JS version which works real nice :
Source : http://www.dillerdesign.com/experiment/DD_roundies/
Then you simply add the following:
<script type="text/javascript" src="DD_roundies.js"></script><script type="text/javascript"> DD_roundies.addRule('.roundify', '10px');</script>