Web Hosting Talk







View Full Version : How can I code this so it stays on the bottom of the page? *pic*


Z400Central
11-30-2002, 02:17 AM
http://pictars.com/112002/photoshop_of_ex.jpg

Hello-
On the bottom of that image (did it in PS), you see the bar that goes across? I would like that so it stays on the bottom of the page...but I cant seem to make it stay there and still have it "stretch" when resized length wise...thanks!!

Z400Central
11-30-2002, 02:20 AM
hehe, NM.....got it.....just added a table.....thanks anyways!!:)

Synthetic
11-30-2002, 02:35 AM
You're welcome! ;)

Acronym BOY
11-30-2002, 03:00 AM
Tables should never be used for layout. Try this div:

bottombanner{
bottom: 40px;
width: 100%;
background-image: url("bottombanner.jpg");
background-repeat: repeat-x;
}

Layout and presentation should be sepreated from data and content.

forgot a tab, sorry for the edit