On 05/02/2009, at 11:39 AM, Mark Vickers wrote:
> FWIW, your solution works perfectly in Opera and Safari on XP Pro  
> SP3. On
> IE, surprise surprise, it breaks: horizontal centring still works,  
> but the
> slideshow is still glued to the top of the black box. Haven't  
> checked any
> browsers on a Mac yet.

Ha ha Mark ... I was so blinkered by getting the centering working  
I'd not noticed the top margin had crept in :)

Anyway, adding one more line of css (margin) should make at least ie7  
behave and FF be consistent with it:

#slide_images p {
        width: 100%;
        margin: 10px auto; /* set to 0 auto for no top margin or whatever- 
you-want to put one in ... */
        text-align: center;
        color: rgb(255,255,255);
}

I'm on Mac, so IE testing atm is thru VirualPC. There seem to be some  
issues with ie6 displaying the images, and I am not sure if it's a  
jquery/innerfade issue or a VPC slow-as-a-dog-trying-to-load-remote- 
img-files issue ...

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