Questions tagged as 'css3'

1
answer

Problem with tr of table inserted via javascript

function cadProd(){ var nomeProd = document.getElementById("nomeProd").value; var categoria = document.getElementById("categoria").value; var descricao = document.getElementById("descricao").value; var un = document.getElementById("u...
asked by 14.02.2017 / 17:50
1
answer

Where can I use the -webkit-details-marker?

I was looking to remove the default arrow from the details/summary tag in HTML and found this solution to use -webkit-details-marker . I wanted to know what it actually does, because I did not find any explanatory tutorial on the ne...
asked by 20.09.2016 / 21:45
1
answer

Overlapping graphs

I need to make a chart like this But I did not find anything that could help me. Does anyone have a solution for this?     
asked by 24.10.2016 / 18:19
2
answers

Add TAG HTML with CSS content

Is it possible to add an HTML TAG using CSS content ? #teste{ content: "<p>tag HTML inserida via CSS</p>"; } <div id="teste"></teste>     
asked by 24.08.2016 / 23:41
1
answer

Best way to develop a grid with flexbox?

I have doubts with display:flex , thinking of a grid system like container , row and column . For example, would the container have the display:flex property? And how to organize row and column ?...
asked by 23.11.2016 / 14:33
1
answer

CSS alignment cell table

I have a% of% where the contents of <table> are random numbers, I need the numbers to occupy 100% of the cell, however much I put the size 100%, with <td> and padding zero, always % is inside the cell. I need the...
asked by 26.12.2016 / 21:13
1
answer

Class selector in CSS

I'm not able to reference a <div> , which is in my index.html file, through my .css file. I have the following structure in my index.html file: <!-- Content --> <div class="container"> <div class="row">...
asked by 01.01.2017 / 23:03
4
answers

How to make an image increase without losing quality with CSS?

I want to create a photo gallery type, but it is the following, inside a <div> are several photos that, even if they are not the same size, will be shown the same size (and a smaller size so that all fit on the screen )! By hover...
asked by 20.01.2017 / 02:43
1
answer

Problems with spaces between li's

Good morning! See the figure below. Ihavethefollowingcssul.listaTopo,ul.listaRegistros{clear:both;}ul.listaTopo{background-color:#000;color:#FFF;}ul.listaTopoli,ul.listaRegistrosli{display:inline-block;height:50px;line-height:50px;vertica...
asked by 01.05.2016 / 18:37
2
answers

Creating NavBar to Test Responsive Site

Hello, I find this strange question to explain, but I'll try my best not to take negative feedback haha, come on. Status: I have a website, in it I present other website templates, I would like to apply a navbar, with my logo, some buttons th...
asked by 23.03.2016 / 17:09