I have a rounded box design that I want to modify to use DIVs instead of tables. I have been trying for several hours and I can't get it working right.
I am using this code now
I was trying to use the article on this website to help me but its not helping. I need to have support for top and bottom images, because I use a 3D rounded box. But this article does not support them.HTML Code:<table class="rounded-box"> <tr> <td class="top-left"></td> <td class="top"></td> <td class="top-right"></td> </tr> <tr> <td class="left"></td> <td class="content"> </td> <td class="right"></td> </tr> <tr> <td class="bottom-left"></td> <td class="bottom"></td> <td class="bottom-right"></td> </tr> </table>
I cannot figure out how to modify the code to use DIVs and use top/bottom and corner images.
Can anyone help?
http://articles.sitepoint.com/articl...s-boxes-curves









Bookmarks