DreamweaverHow to recreate Quizlet’s rounded table borders? Or Rounded Corners in general?

Howdy, I’m at present learning the way to create sites through Dreamweaver, and I would like to include rounded corners for both Div tags as well as table edges, I’ll work with whichever form that may allow this, if doable on sometimes.If curved corners can’t be done by way of Divs or even Tables, how do i go concerning creating a similar effect Quizlet’s plus similar web sites have Photoshop/Fireworks in addition to Slicing Thanks for any tips!

Newer windows support curved corners applying CSS for example:

.roundedCorners
border-radius:6px;
-webkit-border-radius:6px;
-moz-border-radius:6px;

For elder browsers you’ll probably need the most impressive that will involve javascript.Instead involving developing the following from the start and suffering browser unique issues you might want to use the framework which has already solved this challenge for you, such because jQuery.Below is often a link to your jQuery trial showing lots of different corner styles you can use:

http://jquery.malsup.com/corner/.

Leave a Reply