Now I am trying to get some round corners, this is what I have done I 
have my <id> and I created some <classes> for example
Bottom Right \ Bottom Left \ Top Left \ Top Right
Now if I have the following:

<div id="aboutme">
 <div class="aboutmetxt">
/* Do I create a div class nested here with 3 more others nested for 
each corner ? */

Then create the CSS rules

.BR <bottom right
.BL <bottom left
.TR <top right
.TL <top left

At this point is this correct? IF NOT ignore the rest of this message IF 
RIGHT read on

Then do I put the corner images as image tags on in the HTML or as 
background images in CSS, I am following this page:

http://green-beast.com/experiments/css_smart_corners.php
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to