Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS z-index problems Re: z-index problems

#104847
BranCook
Participant

Below is my css:


.ph_social_share_box_top {
float: right;
margin: 0 -150px 20px 30px;
background: #f7f7f7;
padding: 5px 5px 5px 20px;
-webkit-box-shadow: inset 0px 0px 5px 3px #999;
box-shadow: inset 0px 0px 5px 3px #999;
-webkit-border-radius: 10px;
border-radius: 10px;
z-index: 10;
}