Found how how to do it:


.pics {
        width: 960px;
    height: 220px;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
}

.pics img {
    width: 960px;
    height: 220px;
}


overflow: hidden did the trick. Thanks!




On Jun 1, 1:27 pm, Adrian Chen <ac...@mac.com> wrote:
> > Use CSS to control the initial display of the images.
>
> How would that be done? Right now this is what I'm using
>
> .pics {
>     height: 220px;
>     width: 960px;
>         margin-left: auto;
>         margin-right: auto;
>
> }
>
> .pics img {
>     width: 960px;
>     height: 220px;
>
> }

Reply via email to