My site can be viewed here. You will notice a vertical banner on the top left corner that says "Maaximum Dating Mastery". When I view it using FF/IE it is fine, however when I minimize my window to a smaller one using the middle icon next to the X box on my browser, that ad covers the text as you scroll down. Also, I have had a few visitors who have stated the same. Anyway I can prevent this from happening.
Wordpress and Webdesign Forum go41 » WordPress Code Snippets
-
Posted 1 year ago #
-
there might be help..
first I tried something with z-index and it didn't work, than I realized that your banner ad image disapears behind your slider.
the slider has a z-index value of -1, I tried this with your #datingimg entry in style.css:
#datingimg {
left: 0;
padding: 5px;
position: fixed;
top: 15px;
z-index: -1;
}
Voila, it seems to be pushed behind your site if you use a low screen resolution or smaller window size (tried only in FF with firebug)Give it a try, hope it helps
HAPPY NEW YEAR btw
Posted 1 year ago #
Reply
You must log in to post.