Unwanted blank space generated at the end of page

John Goldwin

I have a prob in my website. Whenever I click on a text box, an unwanted blank space is generated at the end of the page. Please help. link : http://connectorz.tk/ PS: I use the transition css effect. Maybe it has something to do with this? Thnx

Stacker-flow

Change your pageBottom to include position, width & bottom attributes. The problem I believe had nothing to do with your text boxes or content and was that your footer was not position to fix to the bottom and when the height of the viewport increased over 1200px that it was simply displaying the background colour set for the body because it ran out of stacked content.

/* PAGE BOTTOM */
#pageBottom{
 background: #666;
 padding: 1.500em;
 font-size: 0.750em;
 color: #CCC;
 text-align: center;
 overflow: hidden;

//ADDED
position: fixed;
width: 100%;
bottom: 0;
}

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

remove unwanted space from page

From Dev

Unwanted white space at the bottom of page

From Dev

StringLengthAttribute MVC Blank Space at end

From Dev

StringLengthAttribute MVC Blank Space at end

From Dev

Empty space at the end of page

From Dev

unwanted empty spaces apear at the end of page

From Dev

SQL fields with blank space at end of fields

From Dev

Add empty (blank) space under (in the end of) UITableView

From Dev

SQL fields with blank space at end of fields

From Dev

Is it possible to add blank space to the end of a tableview

From Dev

Flexbox creates blank space on the right of a page

From Dev

Blank space at bottom of page (messy code?)

From Dev

SSRS White Space / Blank page Issue

From Dev

Remove blank space from right of page

From Dev

Unwanted white space on the right side of html / php page

From Dev

dompdf inserts blank page at end of document

From Dev

Unwanted extra blank space when printing onto continuous roll of paper using AirPrint

From Dev

Unwanted blank space on top table cells when embedding table view controller

From Dev

attempting to add cost from the end of a line but only getting a blank space

From Dev

CSS some space at the end of the page, reason floats?

From Dev

How to erase the empty space at the end of a WordSpace page

From Dev

Unwanted Space in div tags

From Dev

Unwanted space at the right of the site

From Dev

Unwanted Space in div tags

From Dev

Unwanted space in Python

From Dev

Unwanted space around Nav

From Dev

Unwanted space in brace expansion

From Dev

Unwanted space created in the layout

From Dev

Jasper report: supressed first page footer leaves blank space

Related Related

HotTag

Archive