Adding a Footer

G

gesully

I am designing a site using Layering. Is there a way to add a footer that
will move as the bottom of my text box layer moves down?
 
R

Ronx

Layers are usually the wrong method to lay out a page. When using layers
for page layout the only ways to ensure the footer is *always* below the
page content is to:

1) place the page content in the same layer as the footer.

2) Make the page a fixed height, allowing plenty of room for text to
expand when the user uses larger fonts than you are designing for (you have
absolutely NO control over font size in anybody's browser except your own -
but you can *suggest* the size).

3) As 2), but use CSS overflow attribute to cater for the overlapping text
by providing scroll bars when required.

Have you checked your site in a browser with the text size (NOT zoom) set
to maximum?
View->Text Size in most browsers. (If the images grow with the text you
are using Zoom).
 
G

gesully

Ronx, take a look at a test page at www.approvalinc.com/Test_Page.htm and let
me know what your take is. It seems to get bigger when I change text size at
you suggested. I taught myself using layers since the book I have suggests
layers are the best way to design. Am I better off using tables? Tables just
seem a whole lot less precise. Will layers be screwed up when viewed by other
browsers (I am using IE 7).
Thanks.
 
G

gesully

You are right. I guess I am stuck with tables. If we lived in a total
Microsoft browser world layers would work but we don't.
Thanks for your help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top