Band Profile Help, Positioning & Hiding |
Band Profile Help, Positioning & Hiding |
Jan 6 2010, 02:20 AM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 40 Joined: May 2005 Member No: 133,401 |
I'm back again and I have a few new questions with a layout I'm working on. First off, you can find the layout at http://www.myspace.com/testtest4444
Now on to the things I am trying to accomplish. Keep in mind before I get scolded I did search the forum and code area of the site for answers but came to no avail. Hiding I'd like to hide the entire default profile except the comments section. Yes, I've tried every code I've come across here but for some reason when I use them they hide my div I have in place already. I tried z-index and everything but it still wouldn't show. So any suggestions on this would be greatly appreciated. Positioning I am trying to position the Myspace Advertisement and Search/Music bar above my main div. Any clue on how I could do this? Lastly, there is probably a simple answer to this that I'm over looking but none the less I can't figure it out in the code. At the bottom of my page "Press Room" is in bold and larger than the rest of the links at the bottom. It's real annoying as I'd figure my CSS would manipulate that whole section, not just one part of it. Basically I'm just looking to get the advertisements at top and then one giant div. I already hid the music player as I'm using a soundclick one instead. Again any and all help is appreciated in advance. Thanks! |
|
|
|
![]() |
Jan 8 2010, 06:52 AM
Post
#2
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Remove this from your codes:
CODE <style> object {display: none;} object object, td td td object, embed {display: inline;} </style> As for your Comments, you need to position them after you have put up all your content. Look for this: CODE html body.bodyContent table tbody tr td table.friendsComments{ width: 826px !important; margin: 0 !important; padding: 0 !important; margin-top: 1200px !important; overflow: hidden !important; background-color: transparent !important; margin-left: -1px !important; position: relative; _width: 826px !important; _margin-left: -2px !important; } Just raise the margin-top value until it's below everything. |
|
|
|
metalmikey Band Profile Help Jan 6 2010, 02:20 AM
Mike First, you will need to remove the space you made ... Jan 6 2010, 07:42 AM
metalmikey One small problem and I'll be all set.
In the... Jan 6 2010, 03:24 PM
metalmikey Alright.
Now that I added content on my div the c... Jan 7 2010, 06:58 PM
metalmikey Okay, that's awesome but now the Myspace playe... Jan 8 2010, 11:09 AM
Mike How about positioning it out of view instead of hi... Jan 8 2010, 11:20 AM![]() ![]() |