Questions tagged as 'css'

1
answer

How to leave a table of checkboxes (Table of access levels) responsive?

I do not know if anyone has ever come across this kind of structure. But it's the following, I need to make this table of the image below responsive. Has anyone seen anything, do you know how, or do you have any idea how to implement it, or some...
asked by 01.10.2014 / 22:29
0
answers

Is there anything that takes the CSS path? [closed]

I need something that will cause me to reference the path of CSS faster, like a feature in Google's inspection, because it's tricky to find out hundreds of% of divs sequences within divs . Type something to give me the ready p...
asked by 14.09.2016 / 02:44
1
answer

For what reason are the padding and margin properties calculated relative to the width of the parent element?

Declared values with percentage usage are calculated, for all four sides, relative to the width of the parent element. See the following HTML: <div class="pai"> <div class="filho"></div> </div> <div class="pa...
asked by 27.12.2016 / 18:34
1
answer

DIV TEXT fixed only in the space of the DIV FATHER

Hello, I would like to do the following. <div class="pai"> <div class="form"></div> <div class="text"></div> </div> I have a DAD and inside it there are two div's side by side. The heigh...
asked by 13.12.2016 / 08:04
1
answer

Pure CSS to make progress in a circle

I'm trying to make a progress circle, but I can not. I want it exactly that way. I want a black circle. A border in gray smaller than this circle, type about 5px less. A circle that is progress. I found some tips on the internet but I...
asked by 25.10.2017 / 18:38
0
answers

Bootstrap v2.3.2 grid does not work in IE9 [closed]

I have a grid in Bootstrap v2.3.2, which I am trying to fix to run in IE9. In the official page the grids show correctly in IE9, so I expected the same result. I saw some answers with Respond.js and other techniques for IE8, but I think it on...
asked by 20.05.2015 / 09:12
6
answers

How to change the background of rows in a table alternately? Supported by browsers

My table is created with a loop in PHP. Do I do this by PHP even adding a condition or has it any better? if ($nomSenha == 'xxxxxxxx') { echo '<table class="pesquisaClientes">'; echo '<tr>'; echo '<td class="id">Id</td...
asked by 12.12.2013 / 12:41
3
answers

Is it possible to create a type element with a CSS Stamp?

What is the best way or best way to build a CSS-like letterhead element? (at the moment I did not want to have to use SVG) I'm trying to build this form with HTML / CSS and the option I have at the moment does not please me. TheoptionIf...
asked by 30.08.2018 / 19:32
3
answers

Information on Mouseover in Photo

Does anyone know how to put a description in the photo, with a transparent black background? As with many blogs, an example is the Rihanna website . Something like a timeline or a blog with thumbnails in photos. Does anyone know how to make...
asked by 17.05.2015 / 04:01
3
answers

Star vote with input radio, javascript / css

I am creating a registration form, in it I will insert a voting system, I wanted to do that when clicking on some star, the previous ones will change color as well. (Here is the code I created) <div class="vote"> <label> <in...
asked by 22.06.2015 / 17:41