Questions tagged as 'css'

2
answers

Image inside a div

I'm doing a small web page but I have some problems with the styles. My problem is this: I have a slider like this Now, using the class img-resposive of bootstrap, the images adapt to their containers. However, I need that, in...
asked by 22.02.2018 / 19:03
1
answer

Show and hide several DIVS

I am developing a small application with HTML, and I have run into an error. I have the following div that act as buttons: $('#load').click(function(){ alert('Si entre'); var identity = $(this).attr('data-related'); con...
asked by 21.02.2018 / 06:11
0
answers

How to send form email with ajax and php

I'm new to this and I do not know how to send form with php and ajax, in my statement in the else I used also default default so that it is not sent, like it is sent by ajax, but my question is, if I do prevent default, it is not going to be sen...
asked by 19.02.2018 / 15:25
1
answer

Can you install two different versions of a MySql database on the same computer?

Is it possible to install a MySql database version (5.7.20.0) on a PC that has already installed a wampserver server that comes by default with a Mysql database version (5.7.19)? I mean, can you install two different versions of a MySql database...
asked by 17.02.2018 / 01:26
1
answer

Can you install two different versions of a MySql database on the same computer?

Is it possible to install a MySql database version (5.7.20.0) on a PC that has already installed a wampserver server that comes by default with a Mysql database version (5.7.19)? I mean, can you install two different versions of a MySql database...
asked by 17.02.2018 / 01:26
0
answers

scroll works in windows but in mac it moves to the end of the page

I have problems when I try to move the scroll in mac because with a single tap it moves to the end of the page and being in the end until the beginning as shown in the gif some idea of how to fix it with css or javascript     
asked by 20.02.2018 / 17:12
1
answer

Error installing Sass on Mac / Error Installing sass on Mac

Running the command gem install sass shows me this Result of the console, if anyone knows the solution or an idea of why this is happening I would appreciate it. Building native extensions. This could take a while... ERROR: Error inst...
asked by 20.02.2018 / 15:56
0
answers

How to make images retina display with jpg images?

Hi everyone, I'm trying to make images that are pleasing to the eye with this technology, so far I understand correct me if I'm wrong that in these screens requires a higher resolution so they do not look blurry I have several 800x600 images in...
asked by 07.03.2018 / 22:43
1
answer

Menu responsive toggle?

Hello, I would like to know how to make this responsive menu that not only clicks on the hamburger to make toggle (which is already done) but click outside on any part of the document to removeClass, I tried to use $ ("* not: .hamburgesa "). re...
asked by 19.02.2018 / 19:07
1
answer

Show child element in hover of parent element

I hope you can help me with this question I have regarding CSS. You see, I have my parent element with a child element, which I want to appear when the mouse is positioned on the parent element. The child element initialized it with a he...
asked by 09.02.2018 / 05:48