View Full Version : multiple problems.argh.


genoa
10-07-2003, 11:21 PM
1) is there any way to stop a page from getting cut off? My page does have a scroll bar, but for some reason it doesn't scroll all the way down.

2) how do I position text right at the bottom of the page? I'm going to use this on a blog page, so the blog is going to keep stretching (and since I'm using div) I don't want it to overlap with the words. Is there anyway to make the words stay right at the bottom without having to keep repositioning it?

stargrl329
10-08-2003, 01:55 AM
problem 1: hmm, what part of your page is getting cut off? maybe you could provide a link so we can see this problem more clearly.

problem 2: maybe you could put a few <br> tags at the end of each post to ensure there is enough room for the text at the bottom of the page; then absolute-position a div with the text you want at the bottom of the blog page? like this maybe:
<div style="position:absolute; bottom:#px; left:#px">TEXT...GOES...HERE.....</div>
(replace # signs with a number of pixels)

hope that helped a bit ;)

genoa
10-08-2003, 07:32 AM
http://rebel.leaena.net/clara.html

I did try absolute div positioning ... but it ended up in the middle of my screen instead of at the bottom.