Positioning / Player not playing, shoould be an easy fix, just confused |
Positioning / Player not playing, shoould be an easy fix, just confused |
Oct 23 2009, 03:46 AM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 38 Joined: Mar 2008 Member No: 634,385 |
For the heck of it, I'm trying to rebuild this page.
here's my page: www.myspace.com/avianember But here are my problems: 1. For some reason, the music player doesn't let you click on it, like there's a clear layer over it or something. 2. Comments are supposed to be centered. 3. Friends should be lined up below "events" 4. I can't figure out how to get rid of the huge gap between the bottom of "events" and my friends/comments. Any help would be super appreciated. If possible, code it out for me :D Thanks!! |
|
|
|
![]() |
Oct 23 2009, 04:32 AM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
2. The comments aren't centered because of this code (near the bottom of your CSS):
CODE .friendsComments td.text table { padding: 0 !important; margin: 0 !important; width: 794px; } Change the margin to margin: auto; 3 & 4, there's probably something else in your code that's making them do that, since I can't replicate the problem. I don't feel like hunting through 2500 lines of code, so, like Mike said, you'll have to post all the codes you're using. |
|
|
|
oblivionguitarist Positioning / Player not playing Oct 23 2009, 03:46 AM
Mike Look for this bit:
CODEobject
{
position: ab... Oct 23 2009, 04:26 AM
oblivionguitarist here is the codes I'm using:
CODE
... Oct 24 2009, 04:00 AM
fixtatik Out of curiosity, did you just go into their sourc... Oct 24 2009, 05:21 AM
oblivionguitarist got it. Thanks. Oct 24 2009, 02:00 PM![]() ![]() |