Questions tagged as 'css3'

2
answers

Format table color CSS

I would like my table to look like this. ButwhenIaddthecontenttoit,itlookslikeI'mnotabletoleaveitasthetableabove. functionlistarProdutos(){varconteudo="<table border='1'>"; conteudo+="<tr>"; conteudo+="<div class='ind...
asked by 28.09.2017 / 22:00
1
answer

dropdown-menu does not work Bootstrap

UPDATE I am developing an application and I am making the menu and clicking on the Enter / Register it does not appear the items of dropdown-menu bootstrap does not work <meta http-equiv="Content-Type" content="text/html; chars...
asked by 30.09.2017 / 06:44
1
answer

Problem in the size of HTML checkboxes

I have a problem with the size of my checkboxes, each one is getting a different size than the other. I solulated ul with a class, so that this element caught no trait of the other uls for which I had already defined a style. Can anyone tell me...
asked by 28.06.2017 / 21:55
1
answer

Space between divs

Good morning! I have the figure below where the " GAS FOR ADDRESS " icon and the Div containing a red buttons , we see a space >. Theproblemisthatthisspacedoesnotexistincode.body{width:100%;font-size:14px;}div.banner{width:100%;pos...
asked by 15.11.2017 / 12:38
1
answer

Hide a question while selecting another in jQuery

Good morning, I'm finishing a website here for the company where I work, and only one detail is missing to complete it, however as my knowledge in javascript is somewhat limited, I would like a little help ... My question is the following , I fo...
asked by 06.01.2017 / 11:12
1
answer

Add css transition in div on Flexslider

I have a flexslider in a Project, in it I have the background image and inside a div with description and button for external link. What I need to do is that with each slide change, this div has a transition, as if it were to give left 0 and up...
asked by 24.01.2017 / 14:39
2
answers

Why in textarea with defined height text is not vertically centered?

I have the following doubt, if in a input text I set height of 60px text is centered in the field, but this does not occur in textarea if I set a height of 60px also. p> I searched for some css property but I do not...
asked by 14.12.2016 / 16:42
1
answer

image animation

My goal is this animation here: link The lands with the mouse ... What have I done so far? css #box, body { overflow: hidden; } #box { position: relative; } #img{ position:absolute; } Js $(document...
asked by 02.05.2016 / 13:52
2
answers

CSS3 Responsive Menu Dropdown are not working!

Well, I want to use this menu here link It does not work in blogger link and I have tried in several different templates as well. I downloaded the file and it worked perfectly ... So I thought the problem would be in the blogger .. the...
asked by 12.03.2016 / 12:15
1
answer

How to use animate.css + wow, js

Well, I'm using animate.css ( link ), and more specifically fadeInDown to show an element to the scroll the website page. However, the effect is loaded next to the page, not when I scroll it. Does anyone know what to say? Do I need to use someth...
asked by 12.07.2016 / 17:02