Questions tagged as 'css'

1
answer

CSS how to make blink icon go back and forth?

Hello, I want a help in this CSS code, I want it to appear when the person moves the mouse over the ngç, the icon (image ex: heart) tried using display: none but did not work Here's the css: .ask-data .action a.ask-share, .ask-data .action...
asked by 15.12.2017 / 00:57
1
answer

How to reveal items when arriving in a certain scroll

I'd like to know how the effect of revealing items is made when the scroll of the page reaches the element, example of that site: link The effect is in the blocks with images, which appear as you scroll down.     
asked by 04.11.2017 / 00:53
0
answers

Adjustments in React.JS CSS

I am developing a simple system in react and I am having difficulties in the visual part, for example for the mobile: I need to leave my system this way: It'slikethis: Thewebsystemneedstolookthisway: My,ontheweb,lookslikethis: HowcanIplac...
asked by 04.11.2017 / 20:49
3
answers

How can I manipulate CSS of the parent element to the clicked element?

I need to change my code so that when I click on a div, the parent div changes its css. For example I click on an input inside the div, and the parent div changes its css. I have the following code: $(document).ready(function(){ $(".tel,...
asked by 20.11.2017 / 19:05
1
answer

How to disable a datatable at the time of printing

The page has a datatables link , I would like to hide the items that are created by it at the time of printing, example: search field, paging etc. My datatable looks like this: <script> $(document).ready(function () { $('...
asked by 19.11.2018 / 17:08
1
answer

Call page by HREF and load the id of another page in the IFRAME

Galera, See if this is possible in HTML5 and CSS: I have 3 files: index.html services.html desc_servicos.html Note: all files within the same folder. In the index.html file, there is a link to the services.html page. Within servico...
asked by 27.04.2018 / 23:54
1
answer

How to move an html label using css transitions

I'd like to move label by hovering over the image <!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0">...
asked by 06.04.2018 / 21:52
2
answers

Cache on Web Systems [duplicate]

I have a web system using Ajax which is constantly updated. I need to implement a way to update the user cache of .js and .css files when these files are modified. I tried to solve it in two ways. The first is the use of url with variable t...
asked by 21.02.2017 / 15:49
0
answers

CSS cross-browser by JavaScript

In CSS there are some properties that need a prefix for some browsers, for example: -webkit-transition: all 4s ease; -moz-transition: all 4s ease; -ms-transition: all 4s ease; -o-transition: all 4s ease; transition: all 4s ease; If I want t...
asked by 21.09.2018 / 00:43
1
answer

Carousel Customization

Hello everyone, I'm a beginner in Bootstrap, and I'm developing a carousel in the boostrap, but instead of just showing one image I would like it to show 3, as in the image below. How could I be doing this? Code<divclass="container">...
asked by 20.09.2018 / 21:43