Questions tagged as 'css'

1
answer

css3 effect when the div appears [duplicate]

in the link below, link As you scroll the screen, you notice that the div's are getting a transition effect. But the effect only occurs when scrolling arrives at div. Before, he's waiting. How to make this effect only when the div a...
asked by 19.07.2016 / 20:48
2
answers

Transition in CSS sequentially

I'm developing a quiz where Divs transactions are done via CSS. The problem is that the transaction of adding the next Div is being executed in parallel to the withdrawal of the current one. I would like to just start the animation of " removeco...
asked by 19.07.2016 / 19:00
1
answer

Convert icone checkbox to bootstrap icon

Good evening, is it possible to change the illustration of a checkbox and make it look like a button? <script src="https://cdn.jotfor.ms/static/prototype.forms.js"type="text/javascript"></script> <script src="https://cdn.jo...
asked by 20.07.2016 / 23:43
1
answer

Multiple conversion SCCS SASS

Hello, Previously, in a project of mine, I made more than two hundred .scss files, and recently I adapted to using .sass. I would like to know if it is possible to convert all these files at once, instead of going one by one and doing: $ sa...
asked by 20.10.2016 / 19:56
1
answer

Centralized responsive menu

I need this menu to be centralized because my whole site is centralized. How to do it? For this menu is all the time aligned to the left. I try to center, but it loses the background. <!DOCTYPE html> <html> <head> <s...
asked by 02.07.2016 / 08:31
1
answer

Background misaligned with the page (exceeding the limit)

IstartedprogrammingafewdaysagoandIdonotknowiftheproblemisinthecodeorifitistheimagethatistoobig.Theimageexceedsthepagecontentandgeneratesahorizontalscrollbar.SeetheCSS: @charset "UTF-8"; p { text-indent: 30px; text-align: justify;...
asked by 02.07.2016 / 01:26
2
answers

How can I position tree image in html and css?

I would like to position some images on my site so they are in the format of a tree as in the image I have each of the separate circles. I already tried to align them with the table tag but I did not succeed Note: Images must be separated...
asked by 28.06.2016 / 18:34
2
answers

css presents error in the chorme

On this page, link , the form fields are stylized correctly. Locally with the inputs texts is all as it should be, but the web is out and the css are correctly posted. Why? Detail: Only in Firefox this error did not occur! contact.php...
asked by 28.06.2016 / 21:25
2
answers

Pop up with jquery before closing the browser [duplicate]

I would like to make a pop up that appears before the person closes the tab of the browser equal to that of the shoptime: link I do not have much knowledge in Javascript, let alone in jquery. Can anyone help me?     
asked by 29.06.2016 / 21:48
1
answer

How do I make my images fill the entire screen in css

I can not fill the entire screen in css with my images. body { padding:0; margin:0; } *{ list-style:none; } /* Fazendo reset */ a{ text-decoration:none; } /* Links sem efeitos */ /* Carecteristicas de tudo que esta dentro da Div e co...
asked by 08.08.2016 / 20:28