1
I’m trying to make an interface similar to the Whatsapp web which has a green header and a gray background where the conversations box is contained on this gray background and the green header. The only way I can think of how this was done is by using Ivs. Assuming that the green header and gray background are Divs, and that the box containing the conversations is another div, how do I get that div of the conversations to be superimposed on the other Divs?
Any html element can be floated, the div by itself does nothing, so the question is not Divs, but rather how to float anything, the problem is that I did not understand the effect you want, could make a drawing or something like that to explain?
– Guilherme Nascimento
edited the question, put 2 pictures there. Orange square is a div and black header is another!
– roooooon
but you want the orange DIV to be on top of all the elements, so it’s just a little bit on top of the black div that’s on top?
– Guilherme Nascimento
I want her just a little bit over the black part, but I want to control how much.
– roooooon