Link to home
Start Free TrialLog in
Avatar of scottlum
scottlumFlag for United States of America

asked on

Sliding image under static image

Hi,

I need some help in enhancing a script that slides an image out from below a static image.  

The problem is that I have a second row of images that is supposed to be just below the first row.  I want the sliding image in the first row to drop down on top of the second row.

Please see what I currently have:  http://sidekickassociates.com/d/test.html

AS you can see, there is a large gap between the first and second row--this undesirable.

Please help.

Thanks,
scott



test.zip
Avatar of Michel Plungjan
Michel Plungjan
Flag of Denmark image

Hmm, you can try setting the zIndex of the covers in the top row to  100, the images under them to 50, then the z-index of the covers on the second row to 25
But I tried for a while and did not succeed in closing the gap
ASKER CERTIFIED SOLUTION
Avatar of Sudaraka Wijesinghe
Sudaraka Wijesinghe
Flag of Sri Lanka image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of scottlum

ASKER

@sudaraka:  you;re right--the first solution introduces an anomaly and the second is not the behavior i'm looking for--i need a sliding down effect.

Is there an alternate way to just push down the second row when the drop down in the first row slides down?
Very helpful and took the time to find an alternative solution.   Great person!