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

#104850
TheDoc
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?