vote up 0 vote down star

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.

flag

25% accept rate
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
In that case, tag removed – EBGreen Oct 23 '08 at 22:09

2 Answers

vote up 1 vote down

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

link|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.