Questions tagged as 'css3'

0
answers

Doubt regarding the windows.onload event of JavaScript

Hello, I am new in this of HTML , CSS and JavaScript I was watching some tutorials of computer pills: D, and well if I do not have an error when viewing the page in the browser, it appears doubts because in the debugger marks...
asked by 30.09.2017 / 17:27
0
answers

create edge at the end of the image inside a carousel

I'm trying to place a blue border at the end of the images that are inside the carousel, but I could not, this is my carousel's html code. How could I add that edge? <div class="row fila2"> <div class="col-12 imagenesc"> <...
asked by 03.10.2017 / 03:53
2
answers

Sidebar that becomes fixed when you touch navbar

How are they? I'm trying to make a sidebar (which also fulfills the form role) that at the beginning of the scrolling is fixed when hitting the navbar, which is fixed at the top. It works for me, but when it is fixed there is a small jump, it do...
asked by 21.09.2017 / 20:46
1
answer

Background video youtube with loop

I have to put a YouTube background video inside a div, but the video does not loop, what to do to generate the loop. The code is as follows: <div class="video-background"><div class="video-foreground"><iframe src="https://www.yo...
asked by 14.09.2017 / 04:39
1
answer

What are the CSS3 prefixes that are currently still required for some properties?

I have added the auto-prefixer package to my code editor atom , so that I insert all the corresponding prefixes of the css3 properties automatically. But my doubt comes because I only added the prefix -webkit- , and accordi...
asked by 12.09.2017 / 21:15
1
answer

How can I put a link in JavaScript?

I would like to declare a link within a JavaScript <a href="#"></a> , I have the following information that I send to call: <script> var plant = [ {nomb: "ESCUELA 1", dirc:"CENTRO, 405", lat:25.52689,ln...
asked by 16.11.2017 / 01:24
2
answers

Flexbox box to the InternetExplorer center (11)

I try to align a box in which I use FlexBox and I have it well aligned in all the browsers I have tried (Chrome - Firefox - Opera). But in internet explorer 11 (edge without problems) I align the box to the right, as if I did not recognize th...
asked by 11.09.2017 / 11:38
3
answers

Footer does not occupy all the width of despite being the width in 100vh and it is superimposed on the body

I have the following dilemma with my footer and body. It happens that, I am developing the following views but in a certain view (register user) my footer covers part of the body and also does not occupy 100% of the width, if not, like 98%. I us...
asked by 14.09.2017 / 19:19
1
answer

News Slider

I wanted to make a% infinite% co containing news, so I want each image to show a text that in turn is a link to the news to read it in depth. Here is an example: News page with similar slider The thing is to make an infinite slider of im...
asked by 01.09.2017 / 18:38
1
answer

Visual effect in web navigation bar

I need your advice to achieve the following visual effect of the next navigation bar. What I want to achieve is that the links in the navigation bar have a lower height than the logo so that the same logo is highlighted, just like the l...
asked by 31.08.2017 / 06:28