Jump to content

Vertical Align Cursors in a flexcontainer?


Erdnuss

Recommended Posts

Hello Everybody...

The following code is in a flex container. I have some issues to vertically center my links in the center. 

Image is display:block.

a is position:absolute; top:50% etc.

The problem is that I have a second div container.

I can't align the links in the middle of the image.

 

Thanks for your help..

<div class="slideshow">
<div>
<img src="../img/1.jpg" width=100%>
<a class="prev" onclick="plusDivs(-1, 0)">&#10094;</a>
<a class="next" onclick="plusDivs(1, 0)">&#10095;</a>
</div>
<br>
<div style="text-align:center">
<span class="dot" onclick="currentDiv(1, 0)"></span>
<span class="dot" onclick="currentDiv(2, 0)"></span>
</div>
</div>
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...