Questions tagged as 'css'

1
answer

Div fixed hide when arriving in another div

Hello, I'm trying to implement this idea in my project: link function removerSetas() { var topo = $(window).scrollTop(), alvo = $("#alvo").offset().top, setas = $(".left, .right"); if ( topo > alvo ) { setas...
asked by 05.03.2016 / 19:36
2
answers

Problems with the footer div

Good morning guys, I'm having problems with the div of my footer. Whenever I go using the CTRL + (+) shortcut, there comes a time when the footer is filling the bottom of the page. Can I solve this? Here is the code code for the html page: <...
asked by 29.02.2016 / 15:54
0
answers

How to export an entire DIV (with images, table and graphics) to PDF?

I have a DIV with several elements (images, table, graphics) and I need to export this entire DIV to PDF, I tried to use the jsPDF plugin but did not render the CSS !!     
asked by 23.03.2016 / 12:48
0
answers

Problem with width: 100% in responsive image in bootstrap 3 for mobile devices

I have a problem that is very basic at first, but I have tried everything that is not working. The problem only occurs when opening the site on the smartphone .. if I simulate the resolution in the PC browser it works normal .. See the ima...
asked by 24.02.2016 / 02:50
0
answers

Click menu does not work on mobile

I made a responsive menu that works in the browser, but on smartphone I can not click the child link. Example user menu - > create. When I click on user it opens the options (list, create and change password), however, when I click on any o...
asked by 18.02.2016 / 17:52
0
answers

Problems with DATEPICKER, using only month and year

Good afternoon guys I have a problem with my datepicker plugin I'm only using month and year in it, and by selecting a month and a year, the month instead of coming in number, for example 02, that is, February, it comes in string, and English st...
asked by 18.02.2016 / 15:31
0
answers

Elastic scroll effect in mobile applications

I'd like to know how to make a much-used effect today in mobile applications, where you move objects with your finger "elastically" horizontally or vertically, sometimes pushing objects out of the screen boundaries, and then it returns to the ho...
asked by 15.02.2016 / 18:16
1
answer

Pan Image js and css with "mascara" on top

I'm using a js script to do a "pan image" effect by following the following link: link The first list has an image above and so it does not work .. the bottom one is the effect I want, but I need the image to make a "mask". Is there a...
asked by 15.02.2016 / 18:07
0
answers

Put a balloon on top of the input [type = range]

I'm generating a form from a php, it generates an html like this: <div class="mf_slider"> <div class="mf_slider_label">Você tem cabelos brancos?</div> <div class="tooltip"> <div class="tooltip-arrow"></...
asked by 18.03.2016 / 15:49
0
answers

Fixed HTML element with scrollToFixed

I'm using the scrollToFixed plugin to work with fixed elements on the screen. What I'm trying to do is: I have a div and when my header reaches a certain height I want this div to move along and when it gets close to my footer it stops. The thin...
asked by 09.02.2016 / 17:20