0

How do I push my content to the top of the page to not cover up the ad, but to cover the menu and myspace links. I want to do something similar to: http://www.myspace.com/sensesfail and http://www.myspace.com/attackx2. Thanks.

skaffman
  • 398,947
  • 96
  • 818
  • 769
EE.
  • 6,111
  • 3
  • 18
  • 5

2 Answers2

1

Absolute positioning could work, or you could use negative margins.

Bryan A
  • 3,598
  • 1
  • 23
  • 29
0

without dissecting the html source of the links you provided (because i am much too lazy to do all your work for you), my best guess is that they used absolute positioning (or negative relative positioning) and a high z-index to float their picture over the default banner

Steven A. Lowe
  • 60,273
  • 18
  • 132
  • 202