Jump to content


Still Don't Understand It


2 replies to this topic

#1 Debian

    Young Padawan

  • Members
  • Pip
  • 14 posts

Posted 03 May 2005 - 06:17 PM

Okay, verticle-align has NEVER worked for me, EVER. Here is another attempt at finding a way to do it.

Example That bar thats hugging the bottom part of the main div I want to be at the very bottom--no matter if you're using 640x480 resolution or 1600x1200. I've tried verticle-align: bottom; align: bottom; and I don't know what to try next.

The CSS for <div id="bottom"> is:

#bottom {
	height: 60px;
	width: 100%;
	background-color: #77889C;
	border-top: 4px solid #8497AD;
}

Hopefully you dudes can help. Thanks :).

#2 adam123

    Retired P2L Staff

  • Members
  • PipPipPipPip
  • 2,306 posts
  • Location:London, UK
  • Interests:Programming and stuff.

Posted 04 May 2005 - 02:23 AM

It appears to work fine for me. Are you using Firefox?

#3 Apache

    P2L Jedi

  • Twodded Staff
  • PipPipPip
  • 778 posts
  • Location:London, UK

Posted 04 May 2005 - 03:09 AM

Debian, on May 3 2005, 11:17 PM, said:

Okay, verticle-align has NEVER worked for me, EVER. Here is another attempt at finding a way to do it.

Example That bar thats hugging the bottom part of the main div I want to be at the very bottom--no matter if you're using 640x480 resolution or 1600x1200. I've tried verticle-align: bottom; align: bottom; and I don't know what to try next.

The CSS for <div id="bottom"> is:

#bottom {
	height: 60px;
	width: 100%;
	background-color: #77889C;
	border-top: 4px solid #8497AD;
}

Hopefully you dudes can help. Thanks :lol:.
Some broiwsers dont like the width:100%; attribute, also you are not using web colors on your borders. Check Here to see which are allowed.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users