BuzzerBeater Forums

Bugs, bugs, bugs > Mousepointer act wrong on training page

Mousepointer act wrong on training page

Set priority
Show messages by
From: Milly
This Post:
00
89875.1
Date: 5/16/2009 8:03:33 AM
Overall Posts Rated:
4646
Mouse pointer act wrong on training page: (/BBWeb/training.aspx).
Passing over the Buddy List (supporters only) the mouse pointer do not turn to "hand" before it's below the box showing who's been trained. Not a big problem, but fairly odd.

Older than the rest ...
This Post:
00
89875.2 in reply to 89875.1
Date: 5/23/2009 10:20:45 AM
Overall Posts Rated:
3737
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

This Post:
00
89875.3 in reply to 89875.2
Date: 5/23/2009 5:33:23 PM
Overall Posts Rated:
4646
I use Stylish, but can't make your code work ... what am I doing wrong?

Older than the rest ...
This Post:
00
89875.4 in reply to 89875.3
Date: 5/23/2009 6:32:14 PM
Overall Posts Rated:
3737
I use Stylish, but can't make your code work ... what am I doing wrong?


Depends... how does not it not work? Does Stylish give you an error, or does it just not make the buddy list links accessible? Also, if you use buzzerbeater.org, you would need to adjust the @-moz-document line to be .org.

This Post:
00
89875.5 in reply to 89875.4
Date: 5/24/2009 3:23:35 PM
Overall Posts Rated:
4646
- if you use buzzerbeater.org, you would need to adjust the @-moz-document line to be .org.
Si! Thanks!

Older than the rest ...