/    Sign up×
Community /Pin to ProfileBookmark

Problem masking images for a slideshow

I’m implementing a slideshow of images. It currently has 3 slides, starting with the first one being displayed while the others are placed just on the right, outside the “stage”. This is the resulting html from PHP + javascript:

[code=html]<div id=”slideshow” style=”position: relative;”>

<div class=”slide” id=”slide-1″ style=”position: absolute; z-index: -3; left: 0pt; top: 0pt;”>
<div>
<img alt=”slide 1″ src=”assets/images/slide1.jpg” style=”position: absolute; z-index: 0;”>
</div>
</div>
<div class=”slide” id=”slide-2″ style=”position: absolute; z-index: -2; left: 980px; top: 0pt;”>
<div>
<img alt=”slide 2″ src=”assets/images/slide2.jpg” style=”position: absolute; z-index: 0;”>
</div>
</div>
<div class=”slide” id=”slide-3″ style=”position: absolute; z-index: -1; left: 980px; top: 0pt;”>
<div>
<img alt=”slide 3″ src=”assets/images/slide3.jpg” style=”position: absolute; z-index: 0;”>
</div>
</div>
</div>[/code]

At this moment, everything is visible, even the two slides on the left, which should be masked. I thought I would get the masking effect by assigning [B]“overflow: hidden”[/B] but I was wrong: this makes everything to hide.

What should I do then?

to post a comment
CSS

0Be the first to comment 😎

×

Success!

Help @Jazztronik spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.28,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...