Slide show overlaying the menu

Asked

Viewed 173 times

1

  • Create an example of the problem that we can reproduce on https://jsfiddle.net

  • ok I will create, but the slide has 2 files in java script and one with link, as I would?

  • Use ul li { list-style: none;} on your list to take out the dots, and put z-index: 9999; in your Navbar. If it doesn’t work try to play your page in some repository, because the way it is in the question can’t simulate the error...

  • OK I’ll test aq now

  • z-index worked, but I couldn’t get the points out with ul li .

  • I’ll do what you said and edit the page .

  • https://jsfiddle.net/mgodq202/ the only problem q remains agr is to appear numbers 1 2 3 and pts 3 points . . .

Show 2 more comments

1 answer

1

Take a look at these documents, there are examples:

For the overlap problem: https://developer.mozilla.org/en-US/docs/Web/CSS/z-index

To remove the point: https://developer.mozilla.org/en-US/docs/Web/CSS/list-style

To replace the image with text just replace the img with div and put the text in, and set the text-align, white-space and other css parameters ...

If you’re starting now, I suggest using something ready for Slider to avoid gambiarras: https://imasters.com.br/front-end/jquery/os-14-bestes-plugins-de-image-slider-em-jquery/? trace=1519021197&source=single

  • I’ve tried by slide ready so and only gave bad kkk this was the only q worked out I saw a tutorial and I got fzr .

  • i edited the topic if it has like a look

  • i managed to remove the points I’m just not getting to remove the numbers.

  • if you have a help :x

  • I made a simple slider on my own , but it’s for text https://portaldoprofessor.fct.unesp.br/projects/cadilag/login.php

  • Right-click the slider and use the inspect element to view the html of the slider. It is quite simple and does not need ul and li.

  • #slide > div > div > ol > li:Nth-Child(3) > the line q is in this line, but I can’t find it in html or css.

  • #slide > div > div > ol > li:Nth-Child(2) > a

  • speech q is inside li <li> <img src="img/1.jpg" alt=""> </li> <li> <img src="img/2.jpg" alt="""> </li> <li> <img src="img/3.jpg" alt=""> </li>, but I can’t find any class either in html or css ..

  • the numbers are coming from alt='123', no?

  • not those I put in the alt.

  • I tested without and was the same thing I’m thinking the problem is in the script .

  • I think that’s where those numbers are coming from ..

Show 8 more comments

Browser other questions tagged

You are not signed in. Login or sign up in order to post.