Questions tagged as 'css'

1
answer

how to make a gallery responsive

I would like it to be responsive, to be on a smaller screen the images will be one below the other. THANK YOU * { padding: 0; margin: 0; font-family: Helvetica; font-weight: 100; } .cards { display: grid; grid-templ...
asked by 09.10.2018 / 01:01
1
answer

is there any way to inspect the elements as in the PC but in a chrome navigator of ipad?

I have a problem with a header and a paragraph, which are invisible on the browsers page of an ipad, but are visible on other mobile devices such as samsung galaxy. I would like to know if there is any application that is like the element inspec...
asked by 03.10.2018 / 02:38
0
answers

Line break in compound word navbar Bootstrap

When I enter a link in the Bootstrap navbar with a word separated by space "My products" a line break occurs instead of space. <nav class="navbar navbar-expand-lg fixed-top menu"> <div class="container"> <a h...
asked by 01.10.2018 / 23:02
0
answers

Loader and nav bar

I have a question with a page I'm doing, I made a loader with jquery: window.onload = function() { $(".loader").fadeOut("slow"); $(".container-fluid").css("display","block"); } NOW, when the page is loading the nav bar that is insid...
asked by 27.09.2018 / 22:57
1
answer

Problem aligning the columns of the head of a table with the body

I am using a datatable and I have problems aligning the columns of the table header with the data shown in body . The code is as follows: <table id="datatable_fixed_column" class="table table-striped table-bordered" width="1...
asked by 28.09.2018 / 04:44
1
answer

how to structure html5 to avoid spaces with certain zoom

Hi, I'm new to the stack, I'll comment on my problem I am developing a viewer in which when I zoom less than 100% the elements occupy the full width of the page but not if its high, I leave an image of how this looks. my goal would be that...
asked by 29.09.2018 / 23:18
3
answers

Field input text stands out from the form

By implementing modal login to my page the elements of the Modal form overflow The code is based on these two links and what I want is the union of both in my page      link      link // Get the modal var modal = document.getElementBy...
asked by 25.09.2018 / 20:26
1
answer

align columns of a HTML select

I'm doing a web form, I try to emulate a listbox, with the html select, the data pulls, but the problem is to show the content of the data obtained, after going through html, css, php, json, js, sql server and other herbs , I get the code to...
asked by 25.09.2018 / 18:57
1
answer

Active applies to internal elements

What happens is that I have some tabs of Bootstrap, by means of a JS I am applying a class so that they are marked when they are deployed, the drawback is that I have a tab inside another and when I deploy the superior, I applies the active also...
asked by 24.09.2018 / 17:00
1
answer

Background image figure first when doing onclick

Good I do not understand because I figure the background image when doing onclick in an image is as if the opacity is giving me in both photos. This is the div that contains the image <div class="imgs" id="imgs"><img src="img/24.jpg"...
asked by 20.09.2018 / 21:53