TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

Unwanted space between content and copyright

Page: 1 Reply
Jun 22nd 2002#54485 Report
Member since: Jun 30th 2001
Posts: 447
If you visit my site, digi-FX , you'll notice that there is extra space between the end of the content area and the beginning of the copyright notice on some pages. In fact, it's a lot of space. I want to reduce the space of that area to only about a line break between the end of the content and the start of the copyright. I've studied my XHTML and CSS and even tried a few things, but they didn't help. Does anyone have an idea how to fix this?

If you don't see the extra space, there is a screen shot here, with the area I'm talking about in a red ellipse.

Thanks!
Reply with Quote Reply
Jun 22nd 2002#54495 Report
Member since: Mar 20th 2001
Posts: 3367
I think i found it.

In your css, there's that content style -

#content {
position:relative;
width:549px;
height:100%;
top:-86px;
left:0px;
z-index:2;
}

Well, the top - 86px part is the one that causes that spacing.
I saved your main page and removed that part and the space disappears. Hope I'm right.
Reply with Quote Reply
Jun 22nd 2002#54517 Report
Member since: Jun 30th 2001
Posts: 447
That was the problem, but I restored it to the old setting until I can change all my layers to absolute positioning. It appears that when relatively positioning layers browsers still save space for where is should have been.
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum