html - z-index issue with fixed and relative div's in a container -


i facing issue z-index layout draft form here : jsfiddle

i trying achieve following

  1. the #topbar , #navigations , #infobar needs fixed always.(achieved)

  2. z-index of #mainmenu . needs between #contentborder , #content(has shadow).

  3. z-index of #categorys. needs top of #contentbordera , #content.

any highly appreciated.

seen on www.w3schools.com

definition , usage

the z-index property specifies stack order of element.

an element greater stack order in front of element lower stack order.

note: z-index works on positioned elements (position:absolute, position:relative, or position:fixed).


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

colors - Anyway to make the uBaseColor value transparent? Three.js && ShaderToon.js -