• Resolved garytoney

    (@garytoney)


    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

Viewing 4 replies - 1 through 4 (of 4 total)
  • I’m not seeing any issue here. I’m using FF on a Mac. What browser are you seeing this bug on?

    Thread Starter garytoney

    (@garytoney)

    thanks for your eply Christine, but it is when you go into the Galley archive, that it hppens.

    Just looked on my Mac once again with FF 3.6 & 5, Safari and Chrome and still don’t see anything.

    Thread Starter garytoney

    (@garytoney)

    I noticed that my self, there seems to be a problem with it on IE7. It works fine on IE8. I only noticed this as my work laptop is 7 and the home computer is 8.

    So i think, thats problem solved!!!

    Thanks again for input.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Z Index Issue’ is closed to new replies.