Categories | Question details Back To List | ||
tab content --> z-index I am using Tabbar and would like to display some other div “in-front-of” tab content. I am setting huge z-index to that div, but I am still able to see the tab content behind that div. Is there a way to set z-index to tab content? Or any other workarounds? Thanks. Answer posted by Support on Dec 11, 2008 05:28 All used z-index inside tabbar has z-index lesser than 15, so it must cause problems for custom absolutly positioned elements. If issue still occurs - please provide any kind of sample where problem can be reconstructed. |