Rounded border without border-radius

Viewed 10486

I'm developing a website using with HTML4, CSS2. so I can't use border-radius property. How can I create <div> or <table> what has rounded border?

Thank you in advance.

4 Answers
Related