Posts by Jeff17

1) Questions and Answers : Web site : Style.css breaks websiite (Message 245)
Posted 10 Jul 2021 by Jeff17
Post:
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;
}




©2024 GAVIP-GC