Questions tagged as 'css3'

1
answer

Div when opening is overlapping another div

I have the following code: <?php if(!isset($_GET["p"])) { echo $phpUtil->erro ("Produto inexistente!"); } else { $imagemAdd = "<img src='../_img/add.png' style='height:40px;' />"; $produto = $produtosDao-...
asked by 21.02.2017 / 12:35
1
answer

What is the "! mportant" in CSS? [duplicate]

Several times I've seen this attribute or property (I do not know exactly how to rate it), but I still do not realize: What is the need to use it; In order for you to serve yourself; When you use it. h4, .texto{ col...
asked by 28.01.2017 / 06:50
2
answers

Why does not this Css work? [closed]

I have some doubts in this code. I would like to use open sans font in the text, that text would be lined up in the table. Can you tell why css does not work applied to html? Remember that the other table td has images on top of each other that...
asked by 28.02.2017 / 03:05
2
answers

How to create a javascript to send a form to my email? [duplicate]

I contain the following HTML5 code: <div class="form"> <div id="sendmessage">Sua mensagem foi enviada. Obrigado!</div> <div id="errormessage"></div> &...
asked by 06.02.2017 / 00:41
2
answers

Cut image inside a div in CSS

I need any image size to be centered inside the div: Example below: I'mhavingthiscsscodetodotheimagecircle:.anuncio_dialogo{background-color:#FFF;width:128px;height:128px;margin-bottom:5px;}TomakethecircleI'musinganotherCSSclass.img-circl...
asked by 07.12.2016 / 00:44
2
answers

How to pause CSS animation while music is stopped?

I made an example: function play() { //Fazer animação } function pause() { //Para animação, ficar toda linha roxa; } #animacao { position: relative; margin: 30px; } #bloco { display: block; bottom: 0px; w...
asked by 01.12.2016 / 18:55
1
answer

Animation when expanding item in a sidebar

How to create a right (of items) scrolling effect when expanding a menu option, inside a sidebar? Is it possible to do it using only CSS? I tried to use transition but I did not succeed.     
asked by 11.02.2017 / 04:09
1
answer

Universal Selector Does Not Work [duplicate]

I looked in the forum and did not find the question similar to this one, so it goes: I'm using visual studio code as a tool for studying html, css and js. I'm currently working with CSS, but I realized that the universal selector has no imp...
asked by 02.01.2017 / 13:51
2
answers

How to format a very large string (arrange text)

I have an object with an attribute of type String that has very large text, and I need to organize this string so that the text is organized and more beautiful. I would like to know if there are any JS plugins that solve my problem or...
asked by 15.12.2016 / 19:35
1
answer

Picking up the height of an image

In my project, I have an image that reduces the screen 1000px, 860px, 320px, etc. The image also changes its height. How do I get the height at the time of the display? I need to know this time to set margin-top of a div th...
asked by 17.10.2016 / 19:59