Jump to content


100% Hieght Problem


3 replies to this topic

#1 austinm22

    Young Padawan

  • Members
  • Pip
  • 6 posts

Posted 19 August 2005 - 03:11 PM

I made a website ( http://www.amweb-design.com/new/ ) and i want to make it have 100% hieght so that it expands to meet any hieght res but i am having alot of trouble getting it there.

thanks
austin

#2 NGPixel

    Senior Programmer

  • P2L Staff
  • PipPipPipPip
  • 1,410 posts
  • Gender:Male
  • Location:Montreal, Canada
  • Interests:Web Design : Coding : Animation

Posted 19 August 2005 - 04:22 PM

just make a table with 100% height. You can do the same for the width.

#3 Nemesis

    Young Padawan

  • Members
  • Pip
  • 3 posts

Posted 22 August 2005 - 09:11 AM

I have a problem along these lines! I set my table height to 100% but when i view it i get about 1 cm missing off the bottom, it goes to 100% when i refresh the page, i am using dreamweaver now and i got the same problem when i used frontpage. Any ideas?

#4 rc69

    PHP Master PD

  • P2L Staff
  • PipPipPipPip
  • 3,827 posts
  • Gender:Male
  • Location:Here
  • Interests:Web Development

Posted 22 August 2005 - 10:48 AM

add
<style type="text/css">
html,body { margin-bottom:0; height:100%; }
</style>
To the head section of your html, or to an already existing stylesheet.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users