On 04/19/2011 05:25 PM, Jody Levinson wrote:
Hi everyone,

I'm trying to get a css slideshow working on this page: 
http://web648.dark.plainblack.net/home/home-test but the slides are stacking 
vertically instead of occupying the same space. I've used the exact same code 
on this page and it works: http://evamoon.net

Can anyone tell me how I can fix it?

Thank you!

Jody

--
TroutDream Graphics, Inc.
Always fresh. Never canned.
http://troutdream.com
425-883-8277


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

The reason the images are stacking is because they are by default block elements positioned relatively, meaning they will stack. The stacking was prevented in the evamoon page by using position: absolute on all of the <p> elements to be used in the slide show.

Best,
Rich
______________________________________________________________________
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