Cynthia Page wrote:
> Whoops, I did want the jc page to line up the cover images horizontally 
> according to the width of the "content" div. As here 
> http://hoengerlab.colorado.edu/b3d/docs/jc.html.  It looks like now they just 
> stack up one image above the other hortizonally 
> http://bio3d.colorado.edu/docs/jc.html. I want them to go 2,3, or 4 across 
> depending on how large the browser window is. I would like this same effect 
> for the video and you can see that here 
> http://bio3d.colorado.edu/docs/video.html 
>
> Thanks again!!!!
>
> Cynthia
>   
Looks like when you made your last edit you nixed an ';'.

.left55 {
    margin: 10px;
    padding: 5px <------------add the ';' and it works fine ;)
    float: left;
    padding: 0px 2px;
    border: 1px solid #FF6600;
}

note: you've got padding specified twice in that rule.

The styles should work for your video page as well (although I confess 
I've never tried it with embedded quicktimes before).

SCL
______________________________________________________________________
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