I will send money if you can help

Status
Not open for further replies.

SMELTON

Newbie
Joined
Aug 14, 2013
Messages
28
Reaction score
0
I need to know how to build a web page over another page. The reason is to hide the my likes banner at the top of the page when someone clicks to the link and lands on the page. i know its possible cause I have seen it and I can show you an example.
 
You will probably need to expand on what you want but I think you can hide a banner with javascript.
 
Just going by what you have said.. you need to set some CSS to the part of your page that you want to cover the other part.

For example, the following CSS will make an element appear at the top of the page, on top of all other elements:
position: absolute; z-index: 9999; top: 0;

Show us an example of what you want to do and we can give a clearer solution.
 
Please show the example. There can be multiple solutions, but first we need to properly understand what exact action you need.
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top