Questions tagged as 'css3'

1
answer

icons that scroll down to a certain point

I have some icons which are downloaded when I scroll, but I need to stop before getting to the footer, since they currently go down to the end of the window and are moonted in the footer HTML <head> <link href="css/boot...
asked by 03.12.2018 / 11:16
1
answer

like about putting a div with css and that only part of this div can be seen

hi how I have a doubt about css and how can I achieve the design that I am asked to show the green and yellow part the div that is inclined I do it with transform: matrix (); but what I do not know is how to hide the red part the result...
asked by 04.12.2018 / 01:01
2
answers

I can not apply the ellipses well with CSS

Is that I'm trying to apply the ellipses to a "p" with miltiline, I put the points well, but I do not disappear the remaining text, I do not know what it may be, I put my code so please help me by validating what am I doing wrong. p {...
asked by 01.11.2018 / 23:35
1
answer

How to make a slider page in full screen but only with one image? [closed]

I have to make a slider page in full screen but only with this image, with buttons on the side so that it moves to the next frame. I need ideas please. I can only use js and css nothing of jquery / bootstrap     
asked by 01.10.2018 / 20:13
2
answers

format carousel bootstrap

I've downloaded a carousel of bootstrap images ( link ) and I'm trying to see what device I see it on (pc, tablet or mobile) are hiding images. I have left 3 images in the carousel and when I go to tablet I should leave 2 images active and hide...
asked by 05.11.2018 / 18:22
2
answers

Why does not my element type ul disappear when I hover over another element?

What I want to do is that the last of my menus that I created would have an effect where submenus children would appear. A basic functionality in a basic and simple menu HTML code <div id="containerMenuFirst" class="col-md-12"> <se...
asked by 10.09.2018 / 03:46
1
answer

change name of a class within a method

var slideIndex = 0; showSlides(); var slides function showSlides() { var i; slides = document.getElementsByClassName("mySlides"); for (i = 0; i < slides.length; i++) { slides[i].style.display = "none"; } slideInde...
asked by 22.10.2018 / 02:36
2
answers

Doubt with responsive table css and html

I have a table inside a DIV. I am learning CSS I was studying several example codes. Basically I need to complete the table with records of 8 fields, visualizing the vertical scroll bar, and without horizontal scroll. I need to look good in desk...
asked by 23.07.2018 / 20:20
4
answers

How to get a footer to stay in the background without exceeding other elements?

I'm having trouble placing it now with the absolute attribute, the problem is that because of this it works as if it were transparent and the objects go through it. link I would like to keep a space so that this does not happen. I'm u...
asked by 15.06.2018 / 16:50
1
answer

A div is found hiding a drop down menu

I have a menu that said menu has submenus and they are shown down, what happens is that when I put to see the submenu, it is covered by a div that I have for content, as I can do so that the menu is above the content div. that submenu r...
asked by 24.05.2018 / 02:52