Questions tagged as 'css3'

2
answers

Edit table elements

Is there any way to edit the elements of the table created with a JavaScript function directly in the table, with a double click? I created a function that uses three inputs to print their values in the table, as I am new to the area I...
asked by 23.08.2017 / 18:48
2
answers

Selector in CSS differences [duplicate]

What's the difference between: .figure-box>figure>img{ width: 440px; position: relative; } To: .figure-box figure img{ max-width: 100%; position: relative; transition: transform 0.6s; }     
asked by 25.04.2017 / 19:48
1
answer

CSS formatting for PDF generation

I'm using a loop to generate a PDF file. Each iteration of the loop should generate a PDF page. The problem is that a blank page is always coming out at the end of the generated PDF. I know this page is leaving because I'm using the CSS prope...
asked by 16.05.2017 / 13:20
1
answer

I need to leave the top of a table fixed, while the table has a scroll

I have a PivotTable, and I wanted to have the head of it fixed on hers while I scroll the table, when I reach the end of the table, head "add" and go to the next table. > All this without the table having td and th with...
asked by 10.01.2017 / 20:42
1
answer

Problems with SECTION and ASIDE (HTML5)

I spent some time here with problems with background-image and today I'm here again with problems in these two semantics ... Whenever I minimize the window or inspect my code, content in ASIDE jumps down and the problem is not just that...
asked by 14.07.2016 / 00:47
1
answer

Difference between pseudo-class (colon :) and pseudo-element (double colon ::) in CSS

I would like to know what are the differences between these two CSS concepts, in order to understand and point out what is one, and what may be the other. For example: :hover , ::before . What I've understood so far is that -...
asked by 09.10.2015 / 05:29
0
answers

How to put in the html the page in Google? [closed]

I would like to know some tutorial, like putting the page in Google search and the other pages under the "HOME" type: Index contact, services, photos, videos. Everything on the google home page? Same in the site bajaki that pulls all pa...
asked by 16.05.2016 / 19:12
2
answers

Use links in geometric shapes

I have the following code: .menu .trapezioinvertido{ float:left; border-top: 70px solid #c1c1c1; border-left: 30px solid transparent; border-right: 15px solid transparent; height: 0; width: 120px; color:#000; text-align:...
asked by 24.11.2015 / 18:33
0
answers

How to animate the transform-scale and then animate the transform-translateX, using transition?

I would like to animate the scale and then animate the translateX using transition, is it possible? or should I use animation and keyframe? I would like to do something like this: .anima{ transition: transform"scale" 1s, transform"trans...
asked by 17.08.2015 / 16:41
3
answers

Format search field with CSS button

I want to format the button on the side of the search field like this: ButIcannot: HTML:<divclass="col-6 col-md-4"> <div class="busca"> <input type="text" id="campo_busca" placeholder="O que você procura?"> <bu...
asked by 27.09.2017 / 17:53