space between interest section, resized project playlist player causes a big gap at the end of it |
![]() ![]() |
space between interest section, resized project playlist player causes a big gap at the end of it |
![]()
Post
#1
|
|
![]() silly twit ![]() ![]() Group: Member Posts: 29 Joined: May 2006 Member No: 409,573 ![]() |
i resized the player so that it would be cuter. but i'm using v.2 myspace. && i tried it on v.1 and it doesn't have this gap [between the player and the picture]
![]() and this is the coding for the player: CODE <div class="ppl1708614942731982"><object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" height="80" width="260" style="position: relative; top: -61px ! important; width: 260px; visibility: visible; height: 80px;" border="0" data="http://www.myplaylist.org/mc/mp3player.swf?tomy=http://www.myplaylist.org/mc/config/config_black_shuffle.xml&mywidth=260&myheight=80&uniqueid=ppl1708614942731982&file=http://www.myplaylist.org/loadplaylist.php?playlist=42731982"> <param name="allowScriptAccess" value="never" /> <param name="allowNetworking" value="internal" /> <param name="movie" value="http://www.myplaylist.org/mc/mp3player.swf?tomy=http://www.myplaylist.org/mc/config/config_black_shuffle.xml&mywidth=260&myheight=80&uniqueid=ppl1708614942731982&file=http://www.myplaylist.org/loadplaylist.php?playlist=42731982" /> <param name="wmode" value="transparent" /> <param name="menu" value="false" /> <param name="quality" value="high" /> </object><br /></div> <img src="http://i12.photobucket.com/albums/a229/andygirl817/celebrities/257447.jpg" /> i also have this code in my css: CODE body, table, tr, td, div, .commentsModule, .blogsModule, .friendSpaceModule, .blurbsModule, .interestsModule, .basicInfoModule, .detailsModule, .schoolsModule, .companiesModule, .networkingModule, .calendarModule, .mdpApplicationModule {text-transform:lowercase;} body a, table a, tr a, td a, div a, .commentsModule a, .blogsModule a, .friendSpaceModule a, .blurbsModule a, .interestsModule a, .basicInfoModule a, .detailsModule a, .schoolsModule a, .companiesModule a, .networkingModule a, .calendarModule a, .mdpApplicationModule a {text-transform:lowercase;} and here is my myspace so that you can take a look: myyyyspaceeee is there a way to make that gap go away? |
|
|
![]()
Post
#2
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
Look for this:
CODE <img src="http://i12.photobucket.com/albums/a229/andygirl817/celebrities/257447.jpg" /> Replace it with this: CODE <img src="http://i12.photobucket.com/albums/a229/andygirl817/celebrities/257447.jpg" class="moveup" /> Then add this to your CSS section: CODE .moveup {margin-top:-25px;} See if that moves it up. |
|
|
![]()
Post
#3
|
|
![]() silly twit ![]() ![]() Group: Member Posts: 29 Joined: May 2006 Member No: 409,573 ![]() |
umm..no unfortunately that didnt do a thing.
:( |
|
|
![]()
Post
#4
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
Right, I forgot about the odd and even classes inside the Interests module. Why don't you try resizing the player itself? It doesn't look like you fixed all the size properties. Here:
CODE <div class="ppl1708614942731982"><object type="application/x-shockwave-flash" allowscriptaccess="never" allownetworking="internal" style="position: relative; top: -61px ! important; width: 260px; visibility: visible; height: 80px;" data="http://www.myplaylist.org/mc/mp3player.swf?tomy=http://www.myplaylist.org/mc/config/config_black_shuffle.xml&mywidth=260&myheight=80&uniqueid=ppl1708614942731982&file=http://www.myplaylist.org/loadplaylist.php?playlist=42731982" border="0" width="226" height="69"> <param name="allowScriptAccess" value="never"> <param name="allowNetworking" value="internal"> <param name="movie" value="http://www.myplaylist.org/mc/mp3player.swf?tomy=http://www.myplaylist.org/mc/config/config_black_shuffle.xml&mywidth=260&myheight=80&uniqueid=ppl1708614942731982&file=http://www.myplaylist.org/loadplaylist.php?playlist=42731982"> <param name="wmode" value="transparent"> <param name="menu" value="false"> <param name="quality" value="high"> </object><br></div> I bolded all the size properties you need to change. |
|
|
![]()
Post
#5
|
|
![]() silly twit ![]() ![]() Group: Member Posts: 29 Joined: May 2006 Member No: 409,573 ![]() |
ok so i did all of that together and i changed the bold properties at first to all 69, then to all 80 and still nothing:(
|
|
|
![]()
Post
#6
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
Well, you're not supposed to make the numbers smaller. You're supposed to put 15 or so because you want the space to go away and only the player to show. Whatever you put for the text I bolded should be the height of your player.
|
|
|
![]()
Post
#7
|
|
![]() silly twit ![]() ![]() Group: Member Posts: 29 Joined: May 2006 Member No: 409,573 ![]() |
when i do this i get just the riight height for my player. but its all white or transparent.
|
|
|
![]()
Post
#8
|
|
![]() simple and clean... ![]() ![]() ![]() ![]() Group: Official Designer Posts: 149 Joined: Nov 2006 Member No: 478,009 ![]() |
Start over with your old code, and add this to your css:
CODE .ppl1708614942731982 {height:25px; overflow:hidden;}
|
|
|
![]()
Post
#9
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
Hm, well it looks like you changed up your page so I don't think you need our help anymore. I'll go ahead and close this. PM me if you need it reopened.
Topic closed & moved. |
|
|
![]() ![]() |