Questions tagged as 'css'

3
answers

How to implement a "scroll hijacking"

I have noticed in several modern pages a scrolling behavior that goes up to certain interest part of the content, researching, I discovered that this type of behavior is called "hijacking". The term "hijacking" literally translated means "kidnap...
asked by 06.06.2017 / 15:37
1
answer

How do the Scroll center on the elements inside the container?

Imagine that I have an image gallery that is inside a container . However each image in the gallery has a size as the image: WhatIwouldliketodoisasnap,sothatatthetimeofscrollatsomepointthetargetelementgoestocontainercontrolasthisgif.Noticet...
asked by 25.09.2018 / 20:45
1
answer

How to reformulate the UI of the radio and checkbox?

I'm using custom radio and checkbox from the bootstrap , I noticed that some customers had difficulty assimilating checkboxes or radios and that should perform the action of selected. Example: <script src="https://ajax.googleapis....
asked by 12.02.2016 / 17:46
1
answer

How to make an image "loose" inside a div

I need to leave a "loose" image within div on my mobile site. The div has fixed dimensions but the image is much larger, so it would have to be something similar to iframe , however, without scrolling and the user can move th...
asked by 20.10.2014 / 18:51
2
answers

How to keep the divs aligned one on top of the other?

- I am extremely new to the subject and do not know much, I'm going from internet searches, videos and readings, I say this in case there is any unnecessary code or rule in my doubts p> I would like some help in this situation: I'm traini...
asked by 04.03.2017 / 00:11
3
answers

Scrollbar not hidden in Internet Explorer

I'm creating a site where I use multiple elements div of the page size, and links in the top menu that directs to these div , doing a page scrolling effect with each click. My problem is that in Internet Explorer, the scroll bar...
asked by 07.01.2014 / 03:41
1
answer

Send data to upload images through ajax

<script type="text/javascript"> $(function(){ $("#oformulario").submit(function(e){ e.preventDefault(); var nome = $("#nome").val(); var email = $("#email").val(); var obs = $("#obs").val();...
asked by 20.08.2014 / 23:54
3
answers

About fixed footer position only at bottom of page

I have a layout with a fixed menu on the left, the content of the page occupying the rest of the space and a footer also fixed: * { margin: 0; padding: 0; text-align: center; } nav { z-index: 2; width: 25%; height: 10...
asked by 28.09.2018 / 18:35
1
answer

How to prevent the contents of an element from being copied after Ctrl + A and Ctrl + C?

I have a page and I want to allow copying normally, but I would like specific elements not to be copied after using Ctrl + A and Ctrl + C , for example forms, navigation menus and banner ads. This is because the content is usually what...
asked by 08.04.2016 / 20:53
1
answer

Are all FontAwesome folders useful?

I use Font Awesome 5.2 just this way to insert the icons: <i class="fab fa-500px"></i> I would like to know if it is necessary to leave in the project all those folders and files that come in the file downloaded from the site, i...
asked by 14.12.2018 / 17:15