Log in

View Full Version : Coding Issue +REP



EverSteve
18-04-2009, 08:52 PM
Hey Guys,

Can someone please look at the coding on the website http://thetop7.net

Some computers show the whole page, and drop down so you can see the full content while others just show until the black box which says Copyright.

Any ideas, how I could change it to always show all the content?

Cushioned
19-04-2009, 07:27 AM
#wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -60px;
width: 867px;
}
I'm confused as to what that's about?
Let's redo that to the following:


#wrapper {
margin: 0 auto -60px;
width: 867px;
}
I would test it to see if it works but I cba changing the image links to the site not ../images etc.

Want to hide these adverts? Register an account for free!