English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I'm setting up a web site for my own use, and I'll admit that I'm quite new to HTML but I'm trying set up a couple of lines of text so that they'll always display at the bottom of my left-hand frame, no matter what screen size people use or how much other text there is in the frame.

I only want to use it in one page so I'd rather not use PHP or another scripting language, and I don't care if it overlaps other text (because there'll never be enough text for it to matter). Can anyone tell me how to format it in CSS so that it will always be at the bottom?

2006-08-13 04:03:07 · 5 answers · asked by LostSoulParry 1 in Computers & Internet Programming & Design

5 answers

These are ther rules for your paragraph or div
{
position: absolute;
bottom: 0px;
left: xxpx; // xx- the distance from the left border of the frame 0px to start from the lower left corner
}

2006-08-13 04:09:02 · answer #1 · answered by Dragosh 3 · 0 0

This doesn't sound like its possible using CSS, and it is not going to work on most browsers.

There is a :content tag, but it doesn't work on IE, nor on most older browsers.

All you can do is include the main content of the page in a wrapper div and include this footer in a seperate div after the main content.

You will have to manually add it or use a dynamic script to add it though.

2006-08-13 04:11:33 · answer #2 · answered by John J 6 · 0 0

This replaced into idiocy at that's worst, and it truly is a good get at the same time of why landing celebrations are immature and infantile and why they should be penalized. Desean Jackson is amazingly fortunate that Westbrook scored at acceptable the following play, or maybe more effective fortunate that Adam Jones wasn't sensible adequate to p.c.. up the ball and take it any opposite direction.

2016-11-24 22:58:45 · answer #3 · answered by tepper 4 · 0 0

That is not easy to explain in this limited space since there are things such as relative and absolute positioning. Just do a Google search on "css tutorials" and you will find plenty of information.

2006-08-13 04:07:47 · answer #4 · answered by Barkley Hound 7 · 0 1

Can you post the HTML for the page you're referring to?

2006-08-13 13:22:07 · answer #5 · answered by achtungbaby 3 · 0 0

fedest.com, questions and answers