Questions tagged as 'css3'

1
answer

Add color to mine when scrolling the page and remove when it reaches the top

I'm developing a menu with bootstrap and it does the following it stays on the top of the page and as soon as the user rolls the page down it disappears and when the user rolls up the menu it appears until then everything okay the problem is the...
asked by 24.02.2018 / 08:09
1
answer

How to use the bootstrap carousel in a wordpress theme

I made a simple theme in wordpress and I'm using this type of js: (function($) { console.log("teste"); $('.carousel').carousel(); })(jQuery); and this html: <div id="carousel1" class="carousel slide" data-ride="carousel">...
asked by 17.03.2018 / 16:36
1
answer

How to flip an image with CSS?

I have a problem with CSS. I tried rotating an image with CSS so it would stay on the side, it worked in Firefox but not Safari. Here is the code used to rotate the image: .body-element-p1{ top: 11%; left: 41%; position: absolut...
asked by 13.02.2018 / 01:21
1
answer

Webpack + sass generating style.css

Because the webpack at the time of extract in .scss files, it creates the file styles.css in the < strong> dist / css , but it removes the quotes and dots from the path of a photo for example: background: url("../img/back.jpg") . Lea...
asked by 12.02.2018 / 14:08
1
answer

Buttons positioned at the bottom of the page go up when the mobile device keypad appears

I'm developing a responsive page that has a search field at the beginning and in the footer two buttons with absolute positioning, on mobile devices after clicking the input the keyboard is displayed and pushing the buttons up, is there any way...
asked by 26.02.2018 / 23:05
1
answer

Problem with attribute "position" CSS

Previous question: Convert image to CSS .counter{color:#fff;font-family:Tahoma;font-size:60px;font-weight:700;letter-spacing:12px;line-height:63px;padding:0 0 0 6px;height:70px;margin-top:-1px;position:relative;width:105px} .cro_azul...
asked by 13.03.2018 / 20:31
2
answers

Is there a standard for Media Query application?

I'm starting to learn about Media Querie now and I have a question that I did not see the answer to. Is there any standard in the media application querie? It is correct to have a media-querie.css file with all modifications or the correct...
asked by 05.02.2018 / 20:10
2
answers

Bootstrap: sort by column instead of row

I have a layout that has the following template: [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] And I would need both desktop and mobile to look like this: [1] [5] [9] [2] [6] [10] [3] [7] [11] [...
asked by 31.01.2018 / 18:06
1
answer

How to display sequential DIVs using fade and time control?

Good afternoon, I want to make a sequence of DIVs displayed one by one during a time interval, in the same location, including fade in and fade out. I ask: how to use JS to determine this interval and follow the execution? Example: Here th...
asked by 30.01.2018 / 20:20
2
answers

Background color did not go out when clicking the close CSS button

I'm developing a web application using Html, CSS, Jquery, and every time the page is loaded a modal appears with an image. ButwhenIclickthecloseicontheimageexitsbutthebackgroundcolordoesnot. HTML<divid="boxes"> <div id="dialog" clas...
asked by 31.01.2018 / 00:36