Hide iframe footer | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

2nd Dec 2022, 8:02 PM
Naru
3 Answers
+ 2
It might be a good idea to include your code. Write/Copy it into code playground and then attach that here.
2nd Dec 2022, 10:48 PM
Ausgrindtube
Ausgrindtube - avatar
+ 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!
7th Dec 2022, 7:38 AM
Ausgrindtube
Ausgrindtube - avatar
+ 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; }
6th Dec 2022, 3:58 PM
Naru