Questions tagged as 'css3'

0
answers

Interfaces between CSS3 transition and Jquery animate

I'm programming a one-page web site that navigates through hashs using the tools available for CSS3 animation combining transition and transform. Using Less the code of the mixins looks something like this: .transitionSet (@prop: all, @time: 1...
asked by 13.01.2015 / 12:52
1
answer

Editing Table layout

Good afternoon! I have basic knowledge of CSS, and I'm having a hard time completing a task. I need to create an email for abandoned cart in Magento. Follow the model that is. <tr> <td>{{var row_item_row_number}}</td>...
asked by 31.10.2018 / 20:53
2
answers

Avoid scrolling horizontally html

Galera tou configuring my css but ta showing a horizontal scroll already tried in various ways and nothing! Follow the code: @charset "UTF-8"; body{ width: 100%; height: 100%; background-color: white; } li{ color: white; } header#fund...
asked by 22.09.2018 / 01:36
1
answer

Change bootstrap menu according to page width

I'm developing a web application and I put in the application the bootstrap menu I would like when the application reaches the maximum width of max-width: 770px the menu would be the same as the menu that is in the normal width of the pag...
asked by 10.10.2017 / 23:27
2
answers

CSS - TBody and TR with different measures

How do I make my TBody 100% high and my TR have n pixel size? it happens that when I have only one line, the line gets 100%, corresponding to TBody, and I would like it to be fine! Did you understand?     
asked by 31.05.2017 / 15:39
1
answer

Decrease page size for printing

I made a function that printed a div for me, but it needs to be printed on the toner size. This is the code: $('#imprimirComprov').click(function () { var conteudo = document.getElementById('imprimir').innerHTML, tela_impressao...
asked by 03.06.2017 / 22:19
1
answer

Awesome Font in select box

I'm having trouble displaying some of the FontAwesome 'icones' as in the example, note that an icon is displayed but the second does not, and when I click the select box the first option also does not display the icon correctly. How can I correc...
asked by 10.06.2018 / 23:49
2
answers

How to select items from a list and populate another div with the selected items using Jquery?

In div-students I have a list, and clicking on each student would like to fill in another div-group that I will put inside a form to register a group of students, that is, the user will select the students they want and each click that stude...
asked by 11.04.2016 / 22:52
3
answers

Create button with border and text gradient

I need to make a button with border and text color gradient, but the button also has border-radius. I have tried several ways here, but I have not been successful. What is the best way to do this button? The button is this: WhatIhavesofar...
asked by 24.08.2017 / 14:30
1
answer

Is there any way for CSS to override style in HTML? [duplicate]

I have an archiver containing about 82k HTML files, where there is a need to apply a CSS with structuring and visual standardization. However, I noticed that many of these files are styled via html using the style parameter. Is there a...
asked by 27.04.2018 / 23:38