0
Hide iframe footer
I want to hide footer of the iframe page. I know I can use php or JavaScript to achieve it. I tried CSS using overriding the footer with new DIV with class hidefooter but itâs not working I am using url(white image.png) for css to hide it with white image
3 Answers
+ 2
It might be a good idea to include your code.
Write/Copy it into code playground and then attach that here.
+ 2
The way to add a code is to click/tap the plus button and then "insert code", you then have to change the filter from "hot today" to "my code bite", tap/click your code, tap/click done in the top corner. Voila!
+ 1
Thx, I added JS code on sololearn not able to insert here some how. i finally fix it using the css image style
. hide-footer {
height: 55px;
background-image: url(âimage.pngâ);
width: 60%;
margin-top: -66px;
padding-top: 25px;
z-imdex: 2;
possition: absolute;
}