Just started my own Xbox Live Friends Menu SSB. Since it will display
a variable number of entries, is there a way to have the window resize
automatically?


I basically loaded the Friends page and applied this userstyle:

div#ctl00__shellTop  {
display: none !important;
}

div.XbcShellHeaderNav  {
display: none !important;
}


div.XbcShellNavSubHeader  {
display: none !important;
}

div#FriendsListHeader  {
display: none !important;
}

div#ctl00__shellFooterContainer  {
display: none !important;
}

div.XbcMyXboxFriendFlyout {
display: none !important;
}

td.XbcGamerScore, td.XbcGamerPresenceIcon, td.XbcGamerPresence {
display: none !important;
}

tr.XbcTableFriendOffline {
display: none !important;
}

table.XbcProfileTable {
width: 100%;
}

div.XbcShellMainFlare {
background: none !important;
min-height: 0px !important;
height: none;
width: none;
}

* {
min-height: 0;
}

thead {
display: none !important;
}

.XbcShellNavMainTransition {
display: none !important;
}

.XbcShellTop, .XbcShellNavMainTransition {
display:none !important;
}

.XbcShellMain, .XbcShellMainContent {
margin: 0 !important;
width: none !important;
background: none !important;
}

td.XbcGamerTile XbcMyXboxFriendsAvatarCard {
height:32px !important;
width:32px !important;
border:0 !important;
}

.XbcProfileTable, .XbcFriendsListTable, .XbcProfileTableContainer {
width: 432px !important;
}

.XbcGamerTile, .XbcMyXboxFriendsAvatarCard {
width: 32px !important;
}

.XbcGamerTag {
width: 150px !important;
}

.XbcGamerDescription {
width: 250px !important;
}



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"fluidapp" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/fluidapp?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to