[Solved] z-index confusion
Posted: Fri Aug 08, 2008 6:13 pm
Hi,
Some times I get the z-index working and some times I do not. What am i doing wrong? ^_^
The #1 image is still behind the mainHome image.
Thanks,
Josh
Some times I get the z-index working and some times I do not. What am i doing wrong? ^_^
Code: Select all
.thrColEls #mainHome {
margin-left: 24px;
margin-right: 20px;
margin-top: -7px;
background-repeat: no-repeat;
z-index: 0;
}
}
#1 {
z-index: 2;
}Thanks,
Josh