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.
Asked
Active
Viewed 245 times
0
-
You know I tagged it non-programming and for the time being I'm sticking by that. Does MySpace have an API? Were you asking how to do this programmatically? – EBGreen Oct 23 '08 at 21:57
-
I think he is looking for CSS techniques – chakrit Oct 23 '08 at 21:59
-
I was asking how to do this through CSS code. – EE. Oct 23 '08 at 22:00
2 Answers
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