Placing images above tabs using :before
-
Great plgin, but I have a quick question.
I’m using the following to place an image above the first tab
#tablist1-tab1:before { content: ""; display: block; position:absolute; left:0px; top:-101px; width: 154px; height: 100px; background-image:url("/wp-content/uploads/2016/02/administration-tab.png"); }
My question is when I change it to
#tablist1-tab2
it doesn’t display the image I have designated for that tab. Can anyone offer any advise? Thank you.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Placing images above tabs using :before’ is closed to new replies.