Jump to content

Web Page Height


designedfree4u

Recommended Posts

It's not as simple as that. It's your use of absolute positioning that is causing all the problems. I gave you the overall solution, not the entire solution.

 

What you need to do is go through and remove all the absolute positioning for everything, and all the 'top' settings for everything, and start from scratch. You also have an empty div in there with a fairly large size that is pushing stuff down, and isn't needed. Remove that div, get rid of the absolute positioning (trust me, you don't want to use it until you know how to use it, and by the time you know how to use it, you will know when to use it), and start from scratch. Use floats, margins, and paddings for your positioning. Absolute positioning is fools gold - it looks like it should be something good at a quick glace, but upon further investigation, it turns out to be no good at all.

Link to comment
https://forums.phpfreaks.com/topic/178031-web-page-height/#findComment-938958
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.