On 05/02/2009, at 3:08 AM, Daniel Kessler wrote:

> I have a slideshow using jquery:
>   http://sph.umd.edu/home/test_css2.cfm
>
> I'd like to center the images within the black box.

Looking at the JQuery docs for InnerFade you aren't limited to using  
ul li constructs. Perhaps replacing the list with an alternative tag  
like a p would be more suitable?

Test case here:

http://www.albury.net.au/~kathyw/temp/TestCase.html

Replacing the ul li with a p and the following css:

#slide_images p {
        width: 100%;
        text-align: center;
        color: rgb(255,255,255);
}

Only tested in Firefox so far ...

Cheers,
KathyW.
______________________________________________________________________
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