On Wed, Jul 25, 2012 at 8:43 AM, John <j...@coffeeonmars.com> wrote:
> The code below produces a round-corner in the lower left, but an image I 
> place inside it doesn't have its lower left corner rounded..why is that?
>
> Thank you!
>
> John
>
> css:
>
> #imageLeft{
>         float:left;
>         width:620px;
>         height:668px;
>         border-bottom-left-radius:20px;
>         border:1px solid red; /* to show box perimeter */
> }
>
>
> html:
>
> <div id="imageLeft">
>         <img src="pix/image.png">
> </div>


Please see source css and markup...
<http://ccstudi.com/m.html>
Best,
David Laakso



-- 
Chelsea Creek Studio
http://ccstudi.com
______________________________________________________________________
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