Style.css breaks websiite

Questions and Answers : Web site : Style.css breaks websiite
Message board moderation

To post messages, you must log in.

AuthorMessage
mmonnin

Send message
Joined: 3 Sep 19
Posts: 3
Credit: 13,263,419
RAC: 0
Message 244 - Posted: 10 Jul 2021, 15:09:16 UTC

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?
ID: 244 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Jeff17
Avatar

Send message
Joined: 21 Sep 19
Posts: 1
Credit: 864,075
RAC: 0
Message 245 - Posted: 10 Jul 2021, 20:34:28 UTC - in response to Message 244.  

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;
}
ID: 245 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
mmonnin

Send message
Joined: 3 Sep 19
Posts: 3
Credit: 13,263,419
RAC: 0
Message 246 - Posted: 11 Jul 2021, 2:09:25 UTC

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)
ID: 246 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
mikey
Avatar

Send message
Joined: 26 Feb 20
Posts: 17
Credit: 827,821
RAC: 0
Message 248 - Posted: 12 Jul 2021, 11:40:28 UTC

It works the way it should now!!!!

WOO HOO!!!
ID: 248 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
shift
Avatar

Send message
Joined: 15 Mar 21
Posts: 1
Credit: 216,240
RAC: 0
Message 253 - Posted: 17 Jul 2021, 8:15:41 UTC

woot!
ID: 253 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote

Questions and Answers : Web site : Style.css breaks websiite

©2024 GAVIP-GC