Questions tagged as 'css3'

0
answers

Django-Leaflet: First argument in 'static' must be 'as'

Recently I upgraded django from version 1.8 to 1.11 and I have problems with the static loads of the tool django-leaflet , this is the error: I have installed: Django == 1.11.14 django-geojson == 2.11.0 django-leaflet = =...
asked by 16.07.2018 / 20:50
0
answers

BrowserSync does not show my own css styles, just from materialize. Help

var gulp = require('gulp'); var sass = require('gulp-sass'); var browserSync = require('browser-sync'); gulp.task('styles', () => { gulp.src('sass/**/*.scss') .pipe(sass().on('error', sass.logError))...
asked by 15.07.2018 / 22:46
1
answer

How to change the incoming side of the modal overlay animation Css JS HTML

I have this code, I just need to make the modal enter the right side of the screen (right - left) the way it does on the contrary CSS .overlay{ height: 100%; width: 0; position: fixed; z-index: 1; left: 0; top: 0; background-color:...
asked by 07.07.2018 / 08:18
1
answer

work with the bars icon so that the list works in responsive mode?

A consultation! let's see if you can help me. I am working on a simple website project (I am still a junior: D). In the Index to view in pc each of the menu items leads to a specific section of the page (that works perfectly). However when...
asked by 09.07.2018 / 02:18
1
answer

expand height iframe dynamically

I have a layout of 2 columns: the first with a map and the second with info. I managed to get the iframe on the map to fit the width, but I do not know how to dynamically increase the height and that the map is the same height as the accompanyin...
asked by 06.07.2018 / 12:16
0
answers

Fixed table header with scrolling on the body and button format inside

Hello, I am trying to generate a table in a reagent project with scrolling function in your body. So far the only thing I have achieved is to scroll the entire table. Does anyone help me with any suggestions on how to fix the header? This is...
asked by 25.06.2018 / 21:33
0
answers

How can I get audios of different HTML, which are called with the load () method of jQuery, not to interfere in certain div?

HTML <div class="fondo"> <section class="channels"> <ul> <li><button id="Hitlist">Ch.1 - Hitlist</button></li> <li><button id="ElektroXploit">Ch.2 - ElektroXploit</bu...
asked by 24.06.2018 / 00:50
2
answers

How to define the width of an image without applying pixels

I would like to know how to define the width of an image in a div without having to apply the pixels, but by percentage, since when you apply the pixels to increase / decrease the resolution would be the same length. I have the followi...
asked by 21.06.2018 / 02:01
0
answers

hide the dropdown by clicking anywhere on the screen when the dropdown is displayed

I need to hide the dropdown by clicking anywhere on the screen when the dropdown is displayed. How can I do? Steps 1-click the label dropdown 2-Click anywhere on the screen Expected behavior The dropdown disappears Current beha...
asked by 16.06.2018 / 23:06
1
answer

Problems with position absolute and z-index css3

I have a search sidebar, but this bar is always below the other elements of the web due to position absolute, I need the bar to be above all the elements of the web *, *::after, *::before{ margin: 0; padding: 0; box-sizing: border-box;...
asked by 16.06.2018 / 18:29