Hi all is there an easy way to get the rounded edges of a <div> with out having to use images? I was told there is a way to do this but could not find out how to. Thanks!
Hi all is there an easy way to get the rounded edges of a <div> with out having to use images? I was told there is a way to do this but could not find out how to. Thanks!
The above should work in Firefox, IE9, and Opera, but not older versions of Internet Explorer.Code:<style type="text/css"> .example1 { border-radius: 15px; width:250px; height:250px; background-image:url('images/screenshots/noir18.jpg'); } </style> <div class='example1'> </div>
You can read more here.
To choose the lesser of two evils is still to choose evil. My personal site
Bookmarks