DIV Overlay for Band Profile, Much Help Needed please |
DIV Overlay for Band Profile, Much Help Needed please |
Jul 25 2008, 01:16 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Jun 2007 Member No: 533,870 |
Hey!
I just need a little help... I need to know how to cover my WHOLE page with this image: http://img165.imageshack.us/img165/3847/background1ya3.jpg and if possible have the music player right under "SHOUT! the headline" Please help me out.. any help appreciated |
|
|
|
![]() |
Jul 25 2008, 01:52 AM
Post
#2
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
You can't cover your whole page with an image that small, especially for computers with big resolutions. However, you can hide everything on your page so that's the only thing that shows up. Use this code to hide everything except the ad and the music player. Then use this to put up the image:
CODE <img src="http://img165.imageshack.us/img165/3847/background1ya3.jpg" style="position:absolute; top:150px; left:50%; margin-left:-225px;"> To move the music player to where you want it, use this code: CODE <style> * html td td object, td td embed {position:absolute; left:50%; top:#px; margin-left:#px;} </style> Just replace the #'s with the amount of pixels you need to have the music player where you want it. |
|
|
|
dylroo DIV Overlay for Band Profile Jul 25 2008, 01:16 AM
Melie this is probably the best tutorial on band overlay... Jul 25 2008, 07:27 AM
manny-the-dino Due to this topic being 2 weeks old & the prob... Aug 15 2008, 02:08 PM![]() ![]() |