Re: [css-d] slideshow positioning problem

2011-04-20 Thread Chetan Crasta
BTW, you need to give div#nav a high z-index to prevent the drop-down menus from fading out "under" the images. div#nav { position:relative; z-index: 1; } Regards, Chetan Crasta __ css-discuss [css-d@lists.css-discuss.org] ht

Re: [css-d] slideshow positioning problem

2011-04-19 Thread Jody Levinson
On Apr 19, 2011, at 2:44 PM, Theresa Newman wrote: > it is looking for your javascript here > http://web648.dark.plainblack.net/home/slidefadinger.js and not finding it > > make sure you have the css in place as well > > Thank you all for your help. It also wasn't finding the CSS file. I tho

Re: [css-d] slideshow positioning problem

2011-04-19 Thread Theresa Newman
it is looking for your javascript here http://web648.dark.plainblack.net/home/slidefadinger.js and not finding it make sure you have the css in place as well On Tue, Apr 19, 2011 at 5:25 PM, Jody Levinson wrote: > Hi everyone, > > I'm trying to get a css slideshow working on this page: > htt

Re: [css-d] slideshow positioning problem

2011-04-19 Thread Steve Clason
Jody Levinson wrote: 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 Add something l

Re: [css-d] slideshow positioning problem

2011-04-19 Thread Rich M
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 work

[css-d] slideshow positioning problem

2011-04-19 Thread Jody Levinson
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