Quick question on why doesn't my first box create the box with the
rounded corners and the border from the images in CSS3 HTML 5?  The
2nd box works but the first one doesn't.  I have a little star image
in the htdocs.  Seems like it should work.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
<html>
<head>
<style type= "text/css">
div.box1{
border-image: url(images.jpg)  27 27 27 27  round round;
}
div.box2{
width:220px;
padding:10px;
border:5px solid blue;
margin:0px
}
</style>
</head>
<body>
<div class="box1">      
         Lorem Ipsum </div>
<div class="box2">
        </div>
</body>
</style>
</html>

thanks,
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
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