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 ![]() |
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. |
|
|
![]() ![]() |