Questions tagged as 'css3'

2
answers

Offset in slider with Javascript

I'm coding a small slider quite simple and I run into a problem that I really do not know what it is. The slider works well until you try to go back to the first photo, you see the change of positions showing the malfunction and...
asked by 29.04.2016 / 21:14
2
answers

Sort the elements of a navbar

How can I place the elements of a navbar as they are placed correctly and that the last element is at the end of navbar ? There is a gap between the last element and the end of navbar and it does not look very good. This i...
asked by 06.04.2016 / 04:40
2
answers

Style tabs with css

<div class="tab-system"> <button class="tablinks active" onclick="openTab(event, 'LogosSubidos')">Uploaded Logos</button> <button class="tablinks" onclick="openTab(event, 'LogosDescargados')">Downloaded Logos</b...
asked by 03.01.2019 / 13:15
1
answer

Failed to parse SourceMap: when loading CSS file in Chrome

In the header of my page I have some files linked css of which they load perfectly their styles, but when opening the window " Developer Tools " of Google Chrome shows me an error at the bottom " Console ": Failed to parse SourceMap: link...
asked by 20.04.2016 / 15:16
1
answer

compare elements and show alert or execute function in javascript

I'm practicing javascript and creating a task list manager. I have my input field, which by pressing the button or giving enter passes the value of the input to a list of tasks below. What I want and I do not know how to do, is: when giving e...
asked by 19.11.2018 / 22:01
1
answer

Problem with the assembly of animated SVG

I'm having a problem with the left animation that does not work for me and with the size that is not applying to me like the next one. Why can it be? body{ padding: 40px; margin: 0; } .container{ width: 1170px; mar...
asked by 17.09.2018 / 22:30
1
answer

auto overflow does not work

I have a problem with a drop-down menu, when I open the sub-menu "meet and events" or "other services" (when the sample code is executed, you can not see why it is below, which leaves more evidence what is the problem with the scroll) is out of...
asked by 13.09.2018 / 18:15
1
answer

Place the elements using flex

I want to place the following registration form with this aspect. For this I was going to do it with display: flex; As I understand it serves to describe how to order the containers . Therefore I have made a general container, "...
asked by 13.09.2018 / 14:22
1
answer

Element with flex property How to deactivate the resize width of the element?

I have a container with the display property: flex Inside the container I have several elements aligned horizontally with each other. When I change the size of the window some of the elements its width is changing for example in the elements...
asked by 30.08.2018 / 11:29
2
answers

Make textarea occupy 100% of the width

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> <script src="https://code.jq...
asked by 09.11.2018 / 18:43