Questions and Answers :
Web site :
Style.css breaks websiite
Message board moderation
Author | Message |
---|---|
Send message Joined: 3 Sep 19 Posts: 21 Credit: 28,509,619 RAC: 103,896 |
The style.css code covers up all links and makes them unclickable. Disabling the code using browser web developer tools allows the links to become clickable. Can this be addressed? |
Send message Joined: 21 Sep 19 Posts: 1 Credit: 864,075 RAC: 0 |
The style.css code covers up all links and makes them unclickable. Disabling the code using browser web developer tools allows the links to become clickable. Can this be addressed? I don't know if it will fix all the problem but in my quick debug removing the z-index: -1 from the table element in style.css around line 268 seems to work. .table { display: table; height: 100%; left: 0; position: relative; top: 0; width: 100%; z-index: -1; } |
Send message Joined: 3 Sep 19 Posts: 21 Credit: 28,509,619 RAC: 103,896 |
Yeah that works. Removing the whole code makes the site style revert to the standard BOINC style but also messed with the non-standard BOINC header menu (Project/Computing/Community/Site/Username/Log out) |
Send message Joined: 26 Feb 20 Posts: 17 Credit: 4,435,221 RAC: 50,707 |
It works the way it should now!!!! WOO HOO!!! |
Send message Joined: 15 Mar 21 Posts: 1 Credit: 216,240 RAC: 0 |
woot! |
©2024 GAVIP-GC