[thelist] image scroller to the right

David Laakso david at chelseacreekstudio.com
Mon Sep 14 11:25:00 CDT 2009


Daniel Kessler wrote:
> I'm using jquery to scroll through this set of images.  I'm having  
> trouble getting the image scroller to go to the right of the first  
> paragraph.
> http://sph.umd.edu/test/image.cfm
>
>   


.sep {
margin-top:25px;
float: left; <----------------- :: add ::
}
   
#slide_images p {   <----------------- :: delete declaration ::
        width: 100px;
        height:246px;
        margin:0;
}
   
   
#slide_images {   <----------------- :: delete declaration ::
        width: 100px;
        height:246px;
        margin:0;
        float:right;
    } 



PS Nice doctype. :-)      




More information about the thelist mailing list