Z Index Issue
-
Hey all,
Wondering if you could help me with something. I recently had the problem of my menu going behind images, and from some research on the forum here, i got the answer to change the z-inex and make the position: relative. this i did as you can see below…
#access ul ul {
box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
display: none;
position: relative;
top: 38px;
left: 0;
float: left;
width: 180px;
z-index: 20;Now i have the massive issue that the menu now pushes the content of the pages down and displays a big black box where the content should be. Can you help.
https://www.ulsterkarateassociation.com
PS I am no computer programmer, just a everyday man with a computer.
Thanks
- The topic ‘Z Index Issue’ is closed to new replies.