Victor Subervi wrote: > Hi; > I'm new to CSS2. I'm trying to build a box of a specific size in which I > can: > > It looks like the lower left box with the Lorem Ipsum text here: > http://creative.vi/clients/crucian-edu-template.jpg > > Victor >
If the rounded corners, and cross-browser compatibility, are client requirements-- positioning background images using CSS is probably your best bet [for now, at least]. This is relatively easy to do /tableless/. Construct a CSS box with a dark-blue background-color. Nest a light-blue CSS rounded-corner box inside it. This is one of a zillion ways it might be done: <http://green-beast.com/experiments/css_smart_corners.php> Best, ~d -- desktop http://chelseacreekstudio.com/ ______________________________________________________________________ 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/
