Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Reply To: z-index does not affect my div

Home Forums Older releases 1.0.x z-index does not affect my div Reply To: z-index does not affect my div

#3050
admin
Keymaster

z-index only works if you set position too – e.g.:

#bb {
	position: relative;
	z-index: 222222;
}

The default SmartMenus z-index defined in “sm-core-css.css” is 9999 so anything above that should work if you are coding your CSS properly.