Questions tagged as 'css3'

0
answers

Click event does not get data [closed]

Well, I'm a beginner in this whole world, and I'm trying to implement a function in my application. I found a project available for download and I changed the whole code to my favor, but at the end of it came across something, which seems simple...
asked by 17.03.2017 / 23:39
0
answers

Customize select and understand CSS effect

see this example I'm doing about customizing a select and an input link Note the effect of the input, click on the text box and you will see that the bottom edge has a nice smooth effect, even beauty. The problem is that I am not able...
asked by 22.03.2017 / 21:38
0
answers

Scroll effects similar to credit at the end of a movie

I'm trying to make the scroll roll all the data automatically, and when it's done go back to the beginning and start all over again. I use this script: <script type="text/javascript"> $(document).ready(function(e) {...
asked by 31.01.2017 / 13:03
0
answers

Design buggy! (but with cache it works, "debug")

I was setting up a table with scroll and I came across the following bug in css: IfIpressf52timesthetableendsupbeingfixedandlookslikethis: WhenIclearthecache(ctrl+f5)theerrorreturns...Myjavascriptthatmountsthistablewiththefunction:v...
asked by 03.01.2017 / 18:09
1
answer

Problem with static title and button

I'm having trouble with an H1 and a class link inside a div, which does not go up or down the way I want. I've already tried to solve this using margin-top and margin-bottom , but I did not get the effect I want. When I use these pr...
asked by 09.02.2017 / 19:46
0
answers

HTML and CSS: Custom Component [closed]

I found the component below on a site and would like to learn how to do it. Does anyone know of a tutorial to teach it? Whenyouhoveroverit,itlookslikethis: Isawthiscomponentonthe Organize site in the New Releases section.     
asked by 21.12.2016 / 14:23
0
answers

smaller Divs superimposed on another DIV

I'm trying to create a DIV with a background image and on top of that image I need to position other DIVs . I placed these DIVs on top, but when resizing the screen the position of this DIVs , it does not stay in the sa...
asked by 06.01.2017 / 14:44
1
answer

Working with Transform3d in jQuery

I'm trying to do a function that increases or decreases the size of an object. For this I use transform: scale . But my object already uses transform: translated3d to set the position of it. In this way, the css looks like this: t...
asked by 28.11.2016 / 17:47
1
answer

Make float none is not working

I have the following form: <form id="formFrete" action="?" method="post"> <input type="hidden" name="acao" value="calculaFrete" /> <div style="float:left;"> <label class="labelPequeno">CEP:</label>...
asked by 17.10.2016 / 16:44
0
answers

anchor tags do not work inside figcaption: target?

I made an animated menu in CSS3 using the figure tag, in which I inserted an image with the link I used as id in the figcaption tag. Within figcaption is my list with the list of links to access other pages. In my .css fil...
asked by 22.10.2016 / 18:23