I have made changes to the background image in my Wordpress theme and now I want to display another image on top of the white content area.
To achieve this, I used the following code:
img style="position: absolute; top:244px; left: 220px;" src="http://www.tgon.co.uk/wp-content/uploads/2014/01/strans1.png"
Although the image appears as desired, there is an issue where a drop-down menu disappears when scrolled over the displayed image.
Is there a way to keep the image overlaying the background on every page?
I attempted using z-index
without success.
The website where I am trying to implement this change can be found here:
You can see an example of the problem on this page:
Any assistance would be greatly appreciated.