Most voted "footer" questions
23 questions
Sort by count of
-
5
votes1
answer1015
viewsWhy is it recommended to place Javascript codes at the end of the body tag scope?
Do you have any rules regarding the use of scripts in tag <head>? W3C did not make the rules of use very clear.
-
3
votes1
answer2162
viewsCreate new PDF from existing PDF with PHP
I’m with a project that I need to add header/footer/watermark, dynamically in existing PDF files, via PHP language. I’ve done a lot of research and I still can’t find a way to do this. You can edit…
-
3
votes1
answer57
viewsTag footer at browser boundary
I have a footer tag on my HTML page that calls the Bootstrap panel-footer class. I would like to leave this footer at the browser limit open and compliant and not at the limit of the content on the…
-
3
votes3
answers46057
viewsFooter at the end of the document
I am trying to leave the footer at the end of the document, but it is at the end of the page I am viewing, thus hindering the usability of the system... Follow the footer: <div class="container…
-
3
votes2
answers384
viewsIs there a standard for structuring an HTML site?
I am creating a website and have the following structure: <body> <div class="container"> <?php require_once('includes/header.php'); ?> <?php require_once('includes/main.php');…
-
3
votes1
answer5335
viewsI need to create header and footer fixed for all pages
I’m a beginner in programming and I’m not able to insert header and footer fixed on all pages of the site. I saw here on the site an option with Renderboy and Rendersection but I confess that I did…
-
2
votes1
answer371
viewsFixed footer at the bottom of the page
Well, I’ve searched a lot of sites how can I do this most of the time says it’s for me to body, html{height:100%;} footer{width:100%; bottom:0; position:absolute;} But when I do it, it’s at the…
-
2
votes4
answers1260
viewsFooter always at the bottom of the page
I want to know how to leave the footer always at the bottom of the screen, even on small screens. I’m wearing a bootstrap. This way: I want to leave the footer always at the end of the page…
-
2
votes1
answer131
viewsFooter does not follow site layout and is not responsive
Everybody, good afternoon, everybody. I’m having difficulty making the footer responsive, it does not follow the page. Can you help through this code I made? (I tried to implement some tips I found…
-
2
votes2
answers56
viewsMake a DIV element stand as a footer
This is an example of what I’m trying to adjust: * { margin: 0; padding: 0; } html,body { height: 100%; } #topo { background: limegreen; position: static; left: 60px; top: 35px; width: 100%;…
-
1
votes0
answers166
viewsHeader and Footer in all reports - Reportviewer
How to put standard header and footer in all Reportviewer reports of my Asp.net application?
-
1
votes2
answers6208
viewsHow do I keep my footer down?
I want to leave my footer (http://codepen.io/xmauricioo/full/Zemzvv/) like the footer of this page (https://codepen.io/cbracco/full/zekgx) "Always on the bottom". I’ve tried everything and can’t…
-
1
votes2
answers6249
viewsHow do you always leave Footer at the end of the page?
I leave this below only for information even... CSS of my page: body{ margin: 0 auto; padding: 0; min-height:100%; position:relative; } head { display: none; position: relative; min-height: 100%; }…
-
0
votes1
answer124
viewsDropdown menu changing footer positioning
When opening the list of options, the footer is affected and has its position changed. Code on the fiddle…
-
0
votes1
answer56
viewsHow to prevent template modifications
Hello, I’m kind of a layman in PHP I’m learning little by little and discovering new things. i wonder how I do to prevent a certain person who owns my template, has the restriction of not being able…
-
0
votes1
answer620
viewsFixed footer and header
I wonder how I can make a layout like the below but getting fixed the header and footer, if the body increases the header and footer stay fixed. *{ padding: 0; margin: 0; text-decoration: none; }…
-
0
votes1
answer130
viewsIonic default layout (template)
Hello, I created an application with Ionic where I have several pages. The application initializes with an intro page then goes to the homepage. I wanted to know how to put a standard footer on…
-
0
votes1
answer119
viewshow do I make a footer that is always below all elements
Hello, I’m learning how to create websites and I came across a problem when I was formatting the footer, it wasn’t exactly below my page, in fact it was below to some extent, but when I was…
-
0
votes1
answer66
viewsMy footer is not at the bottom of the page in smaller screen
Good evening, I’m new to programming and I’m doing a simple project (to get a sense of the elements), but I’m having a hard time, come on: I have problem in the footer, where I do the responsive…
-
0
votes0
answers18
viewsLetters getting transparent along with the footer
I have a standard footer with a background image. This image is very green so I thought I’d make it a little transparent. but when I apply the effects of leaving the image transparent on the footer…
-
-1
votes2
answers235
viewsHeader and Footer on all pages (static site)
I want to leave just one page for the header and the footer, since they are the same. However the same code I used some time ago is not working and I did not find a reason for this. Obs: I tried…
-
-1
votes2
answers91
viewsFooter does not resize
Good evening. My problem is the following, when screen is very small and is shown the scroll bar the footer does not extend more to 100%. HTML <!DOCTYPE html> <html lang="pt-br">…
-
-2
votes2
answers37
viewsFooter is not being responsive
I made a website and the rest is responsive, no problem at all. But, my footer, it’s getting over other elements when I go to test on smaller screens. HTML: <footer class="footersection"…