Hi,
I want one div whose background-color is white. and on top of that div i have create a box. now how to position that div on top of parent div, m not getting.
MOD EDIT: Codpen instead of borked code : http://codepen.io/anon/pen/jDxBH
i want white background over that this button. please help me do this.
You have a background on the button
background-color: #F8F8F8;
that is the background color of the button.
i want another white background behind it. which has more height and width than the button.. kinda surrounding the button.
can i paste image here of what exactly i want? how to paste image here?
Try giving a background color other than white to the div.
You might also want to add a height.
i want button div on top of other div with white background.. how to put on top of a div?
may be the z-index is the issue
use z-indexattribute for both the div's, the top div must have high z-index value
z-index
use codepen to show the actual problem
Check out this Pen!
I don't understand. Why would you put a div on top of a button...that make zero sense?
Hi,
I want one div whose background-color is white. and on top of that div i have create a box. now how to position that div on top of parent div, m not getting.
MOD EDIT: Codpen instead of borked code : http://codepen.io/anon/pen/jDxBH
i want white background over that this button. please help me do this.
You have a background on the button
that is the background color of the button.
i want another white background behind it. which has more height and width than the button.. kinda surrounding the button.
can i paste image here of what exactly i want? how to paste image here?
Try giving a background color other than white to the div.
You might also want to add a height.
i want button div on top of other div with white background.. how to put on top of a div?
may be the z-index is the issue
use
z-indexattribute for both the div's, the top div must have high z-index valueuse codepen to show the actual problem
I don't understand. Why would you put a div on top of a button...that make zero sense?