0

Please take a look at http://sources.freehosting.bg/home.html using IE7.

You will notice that the position:relative elements are shifted up like this: http://store.picbg.net/pubpic/CC/12/78f69fd1cdb4cc12.PNG

Can somebody help me to fix it?

barakuda28
  • 2,762
  • 6
  • 23
  • 32
  • have you tried this http://stackoverflow.com/questions/2473171/ie7-relative-absolute-positioning-bug-with-dynamically-modified-page-content – Rich Andrews Aug 07 '12 at 16:16
  • I haven't but now I tried it and it doesn't seem to work. I tried to set explicitly overflow:auto|hidden. – barakuda28 Aug 07 '12 at 16:34

1 Answers1

1

I got it!

Just had to add position:relative to the parent elements of the shifted ones.

barakuda28
  • 2,762
  • 6
  • 23
  • 32