Skip to main content

All Questions

Tagged with
0 votes
0 answers
29 views

How do I hide an entire HTML page, but make the page still renders and still exist?

I'm making an extension to hide the ChromeOS bookshelf by displaying a completely hidden tab, so the device would register a window being drawn, but the user could not interact or notice it. This is ...
grumpyman1's user avatar
-1 votes
1 answer
40 views

Hide <div> tag once the client starts scrolling down via CSS or Javascript

Is it possible to hide a div once the person starts scrolling down and have it reappear when he/she scrolls back to the very top? If yes, can anyone show me how or an example? Very grateful. ...
Erik's user avatar
  • 5,751
0 votes
2 answers
993 views

Hide div when clicking on link text

I have a fullscreen slider in background and a text logo on it for my wordpress homepage. I would like to hide and show this slider by clicking on my text logo. The function I use works actually ...
user avatar
-17 votes
2 answers
1k views

Close ad to continue as free user?

I have a 300px x 250px ad which is in this form: <script type="text/javascript" src="advert.com" ></script> I want to create a button underneath the ad which says: "Close ad to ...
zigg75483's user avatar
0 votes
2 answers
2k views

How to hide a checkbox behind a DIV

<div style="padding-top:5px; overflow:hidden; font-size:13px;"> <div style="float:left;"> <div style="background-color:blue; width:20px;"> <input type="...
Ali Bassam's user avatar
  • 9,931
1 vote
5 answers
11k views

To collapse div and p by CSS

How can you collapse div and p -elements if they are empty by CSS such that the tags are not shown for the user in the source code? These elements are in my source code although they are empty. This ...
Léo Léopold Hertz 준영's user avatar