- Joined
- Sep 15, 2009
- Messages
- 3,480
- Reaction score
- 1,196
There is an advertisement for Marcaria on the top right of the forum sometimes that is overlaps all other content which is quite annoying when I want to see my notifications. When I see the âNotificationsâ number go up and hover over it to see what it is (a PM, like, etc.), however, itâs covered up by the advertisement because of the flash object and I have to refresh the page Iâm on to get to see what it is or go to my notifications which I would rather not do if itâs just a âlikeâ.
Itâs an easy fix by adding this code to the banner ad:
A tutorial is found here (I had the same problem on a site one time before).
Itâs an easy fix by adding this code to the banner ad:
Code:
so.addParam("wmode", "opaque");
Code:
http://slightlymore.co.uk/flash-and-the-z-index-problem-solved/
Upvote
0