I read this and thought "What on earth is he talking about?". Then I tried it... and I see the same thing. It's only for the first few buddies in my list.
And I see what it is, sort of. The div panels for the SG and PF in the court display are really wide and somehow are blocking the links in the buddy list. I don't understand exactly why, and I'm not going to try. I'll whip up a Firebug screenshot in a sec...
Edit: I'm not going to whip up a screenshot, but Firebug shows the computed width of the 5 divs that are children of the div.tacticsboard as 470px. If the width is set manually in these divs, then things work.
Edit 2: If anyone is using Stylish or other user CSS add-ons, here's something that should fix it:
@-moz-document domain("buzzerbeater.com") {
/* Fix extra wide training position things.
* See (89875.1)
*/
div.tacticsboard > div {
width: 55px !important;
}
}
(I've got a few more handy BB CSS tweaks, if anyone's interested.)
Last edited by Mod-oeuftete at 5/23/2009 10:44:34 AM