Home › Forums › CSS › z-index problems › Re: z-index problems
June 25, 2012 at 3:54 pm
#104850
Member
If you are using position: absolute;, you probably don’t need the negative margin. You also can’t use the float: right.
Also, if the container that it is in has a different z-index value, that will effect it as well.
Do you have a link?