CreativeSheep
Privileged
-
Joined
-
Last visited
Solutions
-
CreativeSheep's post in Srcset within Anchor ? was marked as the answerThe culprit was a script.
-
CreativeSheep's post in Masking a Background Graphic was marked as the answerI hope this helps, as these are the two images that are on only one div.
The grid image is what I'm having problems with, I tried adding a z-index to either rule prior to this thread, that solution simply removes the grid image completely which I don't want. I want where the bg_tutimage begins that the grid image is clipped.
#inner::after { background-image: url("bg_tutimage.gif"); background-repeat: repeat; bottom: 0; content: ""; left: 0; opacity: 0.04; position: absolute; right: 0; top: 0; } #inner::before { background-image: url("grid.png"); background-repeat: repeat; bottom: 0; content: ""; left: 0; opacity: 0.15; position: absolute; right: 0; top: 0; } -
CreativeSheep's post in z-index issue with Script was marked as the answerCan the moderators delete this post - Problem is solved
-