Negative relative positioning puts extra space

http://ahjer-ahjer.blogspot.com/

This is my first time here ...

Please refer to the site source above. I have a problem removing extra space at the bottom of the page. I believe this is caused by the negative relative positions I have done, but I'm not sure how to fix this.

Should I change my codes in any way?

Another small problem is that for IE the text "If you're bored, reload the page to see Jeremy's different personalities!" appears lower than Firefox. Should this problem be solved at all?

IN FACT !!! I have a feeling that I have coded the whole thing wrong. I think I used too much negative relative positioning :( Is there a better way? Arg. Thanks!

+2


a source to share


1 answer


The link doesn't work, but yes, relative positioning moves the visible content, but keeps its position in the flow, so that there is a "gap" left. You can use negative margin instead.



+1


a source







All Articles