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
the
#topbar,#navigations,#infobarneeds fixed always.(achieved)z-index of
#mainmenu. needs between#contentborder,#content(has shadow).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
Post a Comment