Viewing 1 replies (of 1 total)
  • Thread Starter thehighamspark

    (@thehighamspark)

    Just fixed!

    For reference I had to stop messing with the CSS from the slideshow and just amended the z-index in the CSS from my theme to greater than 1:

    #access {
    	background: url("images/bg-menu-2col.png") no-repeat;
    	display: block;
    	float: left;
    	min-height: 88px;
    	margin: 8px 0 0 0;
    	padding: 0;
    	position : relative;
        	z-index: 5;
    	width: 708px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Slideshow appearing behind menu drop down’ is closed to new replies.