Questions tagged as 'css'

2
answers

JqueryUI sortable: the thead and tbody shrink when you drag a row with two fields with none display

I have a table with different rows and fields, in a row I have two fields with display:none; and when doing a drag of this row, there is an effect like side padding in <tbody> and in <thead> , the table does not s...
asked by 15.11.2017 / 16:55
2
answers

z-index does not overlay elements

I'm doing a WordPress theme where, when doing hover in the img , a green box with the text "see trailer" is superimposed and a box appears .excerpt with position absolute to the left. My problem is that .excerpt appears beh...
asked by 01.07.2017 / 13:01
1
answer

Place icon in a cell of a table made with semantic-ui

I'm using Semantic-ui and on a page I load a table, which in the last two cells of each row, I put two icons that should behave as links to two other processes such as: edit the record, or delete it. Now ... according to the documentation of the...
asked by 29.06.2017 / 22:24
2
answers

Space between rows HTML table

I do not know where the error may be, but I have an HTML table where I want it to have no space between rows and they are all together. If I put this table in JSFiddle it works but when I use it on my website and it fails. table {...
asked by 09.08.2017 / 10:27
1
answer

Label floating in select element

I am creating a floating label that behaves as if it were a placeholder in the following way: body { padding:50px; } input[type="text"][required]:focus + label[placeholder]:before, input[type="tel"][required]:focus + label[placehol...
asked by 09.08.2017 / 17:22
2
answers

Create table with fixed header and generate a vertical scroll

I'm working on a table from HTML and CSS, what I need is to generate a table whose content inside the thead tags is static which is obviously the header of a table, and the content within tbody will generate a vertical scroll. And I have the...
asked by 19.06.2017 / 18:04
2
answers

Align content of 2 div vertically

Hello, I have 2 div elements next to each other, in the first one there is an image of the height property in css with the value of auto and in the second one I want a simple menu to be found. What I want is for the menu to be at the bottom...
asked by 16.06.2017 / 08:16
2
answers

How to put a footer of a HTML CSS box

I am recently in the world of html and css, almost 2 weeks I am doing these pictures, but I would like the part of rojito that is a button, that will remove its properties (wight, line height, etc) that is why see so, I would like it to always r...
asked by 26.05.2017 / 17:31
2
answers

Change color to a single element

What I want to do is that, when I move the mouse over a div between several with the same class, it changes color and the others stay with their initial style values. .cunitario{position:relative;float:left;margin:0.5% 1.5%;height:250px;...
asked by 04.06.2017 / 09:51
1
answer

Hamburger menu How can I make it responsive and correct the problems I have?

My idea is to make a hamburger button with horizontal displacement and that is responsive. I currently have this, I do not have much knowledge, so I would like to know if someone can give me a hand with this menu. I want the menu to open with th...
asked by 28.04.2017 / 22:44