Questions tagged as 'css'

2
answers

How to manipulate div size without using hover

   Edited - Although I have requested exclusively in css, I have seen that in fact the final result in JS is much more professional and lean. Being   so I confirmed @renan's response as the one that really helped.   However I would stress her...
asked by 06.05.2015 / 22:14
2
answers

How to create a drawing in open book format with content inside?

I need a drawing of an open book with content inside, as shown below: JUST WITH CSS!     
asked by 20.07.2015 / 21:54
3
answers

Checkbox style with subway style

I need to change my checkbox so that it is identical to the following image: It should look like this when it is marked, when it is not marked, it removes the entire border and appears at the end. I did not insert code because I coul...
asked by 13.08.2015 / 19:32
5
answers

HTML element does not become visible

I have the following HTML: <form action="cadastro/cadastrando.php" method="post"> <div class="elemf"> <label>Nome</label> <input id="nome" type="text" name="nome" maxlength="15"/> <p...
asked by 05.06.2014 / 15:52
2
answers

Do not send via POST elements inside div "display none"

I want to remove the divs that are with display:none with the remove() function of jquery and when they are selected as display:block they come back .... since I want to send a form via POST that can not receive the elements...
asked by 18.11.2016 / 05:19
2
answers

Error with CSS, bar appears where it should not

I'm working on a college project where I need to make a website for a pizzeria. I'm making an embryo of the site, but when I add the navigation menu, a bar appears on top of the corresponding div that should not exist: However,whenIrem...
asked by 08.05.2014 / 22:45
2
answers

Fixed-size table cell

How can I set the width of the column of two tables so that one does not have one cell larger than the other? When I try to create, the cell of the second table always gets larger than the cell of the first table, even setting <td...
asked by 09.06.2014 / 07:52
2
answers

Hover in selector: before

I came across a situation, even know how to work around, doing otherwise, but I would like to know if it is possible to use: hover in an: before element, I have the following structure: <a href="" class="call-box call-info-city block">...
asked by 11.09.2014 / 20:55
2
answers

How to make a menu that has a geometric figure in the center and is responsive?

So I'm a beginner in the Web Design area, and I'm having some issues with css on a site I'm developing. I have to make a fixed menu, which is nothing more than a normal bar, but that has a figure of a trapeze in its center and inside it, a se...
asked by 18.12.2014 / 23:44
5
answers

Problem with link rel="stylesheet / less" ...

I'll start studying LESS, but the problem is that I can not move to the first step. If I put <link rel="stylesheeet/less"...> does not work. Only work if I put <link rel="stylesheeet"...> without /less . I'v...
asked by 10.12.2014 / 15:00