Jumping text
Message boards : Web site : Jumping text
Author | Message | |
---|---|---|
The current style sheet has a setting that removes bold from links when one hovers over it. This causes an annoying effect on links that are bold (e.g. in headings). The rapid flickering can be a serious health hazard (I'm serious - see http://www.w3.org/TR/WCAG10-CORE-TECHS/#flicker)
a:hover {
font-weight: normal; color: #ffcc00; background-color: #3333ff; } Can be fixed easily by removing the following line:
font-weight:normal;
____________ Join the #1 Aussie Alliance on Docking@Home |
||
ID: 1435 | Rating: 0 | rate: / | ||
I noticed the same when my mouse hovered over a link by just 1 pixel. It causes a continuous flicker which at first made me think that my OS had crashed. |
||
ID: 1466 | Rating: 0 | rate: / | ||
Which browser and can you give an example of a url that does this? I don't notice it on safari and firefox.
I noticed the same when my mouse hovered over a link by just 1 pixel. It causes a continuous flicker which at first made me think that my OS had crashed. ____________ D@H the greatest project in the world... a while from now! |
||
ID: 1488 | Rating: 0 | rate: / | ||
Found one that jumps around
here
(the header of the table). Your fix seems to help. Thanks mister Webmaster!
The current style sheet has a setting that removes bold from links when one hovers over it. This causes an annoying effect on links that are bold (e.g. in headings). The rapid flickering can be a serious health hazard (I'm serious - see http://www.w3.org/TR/WCAG10-CORE-TECHS/#flicker) ____________ D@H the greatest project in the world... a while from now! |
||
ID: 1489 | Rating: 0 | rate: / | ||
Which browser and can you give an example of a url that does this? I don't notice it on safari and firefox. I am using Firefox 1.5.0.8 on Windows. It does not happen in Opera and IE6 for me either. Go to a page like "Top teams" and move your mouse over one of the bold links. It doesn't happen much when you are in the middle of the link but if you're on the edge (right hand side in particular) of it. Since the bold is removed, the text gets smaller. In some cases this means the cursor is no longer on the text, so it keeps changing between bold and normal text. EDIT: You beat me to it. You're welcome and thanks for fixing it. Also thanks for making me User of the Day! ____________ Join the #1 Aussie Alliance on Docking@Home |
||
ID: 1491 | Rating: 0 | rate: / | ||
Don't thank us; thank the random generator in BOINC :-)
Also thanks for making me User of the Day! ____________ D@H the greatest project in the world... a while from now! |
||
ID: 1494 | Rating: 0 | rate: / | ||
Message boards : Web site : Jumping text
Database Error: The MySQL server is running with the --read-only option so it cannot execute this statement
array(3) { [0]=> array(7) { ["file"]=> string(47) "/boinc/projects/docking/html_v2/inc/db_conn.inc" ["line"]=> int(97) ["function"]=> string(8) "do_query" ["class"]=> string(6) "DbConn" ["object"]=> object(DbConn)#11 (2) { ["db_conn"]=> resource(66) of type (mysql link persistent) ["db_name"]=> string(7) "docking" } ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> &string(51) "update DBNAME.thread set views=views+1 where id=100" } } [1]=> array(7) { ["file"]=> string(48) "/boinc/projects/docking/html_v2/inc/forum_db.inc" ["line"]=> int(60) ["function"]=> string(6) "update" ["class"]=> string(6) "DbConn" ["object"]=> object(DbConn)#11 (2) { ["db_conn"]=> resource(66) of type (mysql link persistent) ["db_name"]=> string(7) "docking" } ["type"]=> string(2) "->" ["args"]=> array(3) { [0]=> object(BoincThread)#3 (16) { ["id"]=> string(3) "100" ["forum"]=> string(2) "10" ["owner"]=> string(3) "271" ["status"]=> string(1) "0" ["title"]=> string(12) "Jumping text" ["timestamp"]=> string(10) "1163913640" ["views"]=> string(4) "1447" ["replies"]=> string(1) "5" ["activity"]=> string(20) "4.9522191168218e-128" ["sufferers"]=> string(1) "0" ["score"]=> string(1) "0" ["votes"]=> string(1) "0" ["create_time"]=> string(10) "1163653981" ["hidden"]=> string(1) "0" ["sticky"]=> string(1) "0" ["locked"]=> string(1) "0" } [1]=> &string(6) "thread" [2]=> &string(13) "views=views+1" } } [2]=> array(7) { ["file"]=> string(63) "/boinc/projects/docking/html_v2/user/community/forum/thread.php" ["line"]=> int(184) ["function"]=> string(6) "update" ["class"]=> string(11) "BoincThread" ["object"]=> object(BoincThread)#3 (16) { ["id"]=> string(3) "100" ["forum"]=> string(2) "10" ["owner"]=> string(3) "271" ["status"]=> string(1) "0" ["title"]=> string(12) "Jumping text" ["timestamp"]=> string(10) "1163913640" ["views"]=> string(4) "1447" ["replies"]=> string(1) "5" ["activity"]=> string(20) "4.9522191168218e-128" ["sufferers"]=> string(1) "0" ["score"]=> string(1) "0" ["votes"]=> string(1) "0" ["create_time"]=> string(10) "1163653981" ["hidden"]=> string(1) "0" ["sticky"]=> string(1) "0" ["locked"]=> string(1) "0" } ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> &string(13) "views=views+1" } } }query: update docking.thread set views=views+1 where id=100