Questions tagged as 'css'

0
answers

When I click on a menu the opiocnes are raised with respect to the width

When I click on a drop-down menu it appears well the display of the options, that is, the edge of the red frame of the menu (Image 1). But when I move to select some this (white box) goes up staying a little above. How can this be corrected? Tha...
asked by 26.02.2018 / 21:13
1
answer

angular4 error: I get an error when publishing multiple style sheets

the angular.cli.json is the one that follows { "$schema": "./node_modules/@angular/cli/lib/config/schema.json", "project": { "name": "daoiz-y-velarde" }, "apps": [ { "root": "src", "outDir": "dist", "ass...
asked by 27.02.2018 / 13:51
0
answers

Problems with jquery in a menu

Hi, I'm having problems with the drop-down menus in a Link Online , it turns out that in this menu I have two drop-down ones that say KNOW ME and other PROGRAMS, when I go over PROGRAMS it displays everything well, now when the other one passe...
asked by 28.02.2018 / 16:53
3
answers

Stop video when closing modal

How do I make the video stop playing when I close the modal? I can not find a way to do it, I tried several codes and nothing // Get the modal var modal = document.getElementById('myModal'); // Get the button that opens the modal va...
asked by 02.03.2018 / 03:21
0
answers

The dropdown does not work for me

I was trying to make a hamburger menu (collapsible menu) in HTML and CSS for mobile but it broke the dropdown for bigger screens and I can not find the turn to make it work again. I enclose the HTML code and the CSS HTML: <d...
asked by 28.02.2018 / 20:39
0
answers

How to edit an external iframe?

I have read that you can change the content of an iframe external% by jQuery in the following way: <script> $(document).ready(function () { $('#el_iframe').load(function () { $(this).contents().find("p").c...
asked by 21.02.2018 / 22:48
0
answers

How to use an external source to write an email

I am writing a%% mail% but it turns out that it can not be inserted anymore if not the body can not specify the headers, use html tags or connect an% external% co file Now: As I use other sources that are not the generic ones I trie...
asked by 21.02.2018 / 13:57
0
answers

How to fade the first bar, with a half query, keeping the fixed-top, from the navigation bar below?

Así esta la primera barra <div class="row social"> <div class="col-xs-12 col-sm-3"></div> <div class="col-xs-12 col-sm-3"></div> <div class="col-xs-12 col-sm-3...
asked by 22.02.2018 / 13:40
1
answer

HTML, CSS, JS. Set header

I'm making a web page with the notepad ++, which has different tabs to see a certain information. So, what I want is that, when doing scroll, they remain fixed tabs, along with the logo and a banner that I have included. The only thing I'v...
asked by 22.02.2018 / 13:29
0
answers

Responsive website breakpoints?

I have three doubts = > If I want a completely responsive page, is it better to do the media queries on the different devices or to reduce the screen and see where I should make my media queries? The hero of my page if I want fixed o...
asked by 22.02.2018 / 12:34