I'm new here, and I love the site! I'm just hoping to find out how to make pieces of a site overlap one another. Specifically text boxes and buttons, right now. Could anyone help me?
Would you mind explaining a little more? Do you mean using something like CSS to get something to "float" over something else?
.item1 {
postilion: absolute;
margin-top: -100px;
float: left;
z-index: 9999;
}
.item2 {
top: 0px;
postilion: absolute;
float: left;
}Oh, sorry, I guess I definitely didn't clarify enough... that's not exactly what I meant, though thanks for the code, it will definitely be useful! What I meant is that I would like to know how to make things overlap one another when the window is resized, if there is a way to do that.
I am still not sure what you are trying to do. Do you mean something like getting the left column to overlap the content area if the screen is less than 800px? Or do you mean getting things like images or links to overlap?
Actually, I don't think that I have ever needed to do something like this in my designs. So... If you tell me why you want to do this I might have better idea for you.