Hi Mark,
The quickest solution would be to remove the float from each of the top level items (topDiv, headerDiv, etc etc). They don’t need to be floated because they’re in one fixed width column, not positioned side-by-side. You’ll also need to change the height of the page from height 100% to min-height 100%.
If any of the items did need to be floated (i.e. if you wanted one row to have two columns without a container item) then you’d could use the Auto Clearfix Action to clear the floats and force the parent item’s height to be increased (floated items are taken out of the normal flow and therefore don’t, by default, cause the parent item to automatically increase in size to fit the contents): http://actionsforge.com/actions/view/299-auto-clearfix
Other options for clearing floats include adding a dummy item after the floated content and applying a clear of both to it (this is generally frowned upon because it’s adding unnecessary markup to the page) and applying a hidden overflow to the parent item (which prevents any child content from appearing outside the bounds of the parent item).
Hope this helps.
Joe
On 27 Sep 2013, at 11:01, MarkSmith email@hidden wrote:
Hi everyone
I have been working on a design which uses inline elements/box model and the example page below shows a strange white band above the footer which appears to position and size itself at the bottom of the browser viewport and changes when the window changes size.
The body div is set to flexible height which is when this problem occurs. As a workround, on the live site (www.golfplusdirect.co.uk) I have enclosed all the page elements into a main page div, set the page background within that div as opposed to on the page itself and also set the body div to fixed height which seems to solve it but I don’t know what causes it in the first place.
I think it’s due to an error on my part however I have played with all of the settings and I can’t seem to get rid of it.
I would really appreciate it if someone could have a quick look and let me know what I may be doing wrong. I’m happy to send the FW file if this helps.
I am using the latest version (6.1.1)
Many thanks
Mark
http://www.golfplusdirect.co.uk/new-site/index.html
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options