fixed footer


Author Message
Miquel

Posted: 7/10/2012
Quote message 

Hello,
I would like to know how I can always make this fixed footer in the "foot" of the page.
Someone can help me?
I can not find the option in the Artisteer 3.1.0 for Mac

Thanks.

Miquel.
 
Miquel

Posted: 7/11/2012
Quote message 

Quote Garry:

Go to Footer-> Length and position-> Select: "Sheet width" or "Page width"


Hi Garry,

Thank you for your answer.
But it is exactly that. I know that section, and I marked it "page width".
Maybe I have not explained well, this is a translation of google, you may not be very accurate.

What I mean is:
How to make the footer always glued down this page, without being related to the content.

Sample footer always down Web: http://www.mozilla.org/en-US/

No matter the content, always below the footer. In this case is white.

The problem I have is that if I have little content and the resolution of my screen is very large, the footer is not down the page if not about content.

I hope I have explained.

Thank you.

Miquel.
 
Shivam

Posted: 7/11/2012
Quote message 

Hi Miquel,

had that problem too.
Just by incident I found, that if I use texture for the background, the footer does not stay at the bottom. Removing the texture - ha ! the footer is glued down.

Probably that's an issue for the software developers.

Maybe you have the same thing going on.
 
Miquel

Posted: 7/12/2012
Quote message 

Hi Shivam,

It's amazing! You're absolutely right! :-O
If I remove the background texture ... wow! solved.
For if it is a programming problem, and someone would have to say something.

Many thank you very much, and did not know what to do.

Best regards.
 
Miquel

Posted: 7/12/2012
Quote message 

By the way Shivam,

Looking at the. Css I could correct the problem by leaving the background texture.

It seems that they have forgotten a detail XD

This is the code. Css that generated Artisteer:


#page-background-middle-texture {
position: relative;
background-image: url('images/Middle_texture.jpg');
background-repeat: repeat-x;
background-position: top left;
background-attachment: fixed;
width:100%;
height: 100%;
min-width: 800px;
min-height:100%;
}


I have only added "height: 100%;"

And so, I can have the background texture and fixed footer at the bottom of page.

Thanks again.