Ha! Thank you, Matt! This was life-changing!
The complicated code threw me:
-------------------
ul.forums {
background-color: #EEF5F9; /* Old browsers */ /* FF3.6+ */
background-image: -webkit-linear-gradient(top, #D2E0EB 0%, #EEF5F9 100%);
background-image: linear-gradient(to bottom, #D2E0EB 0%,#EEF5F9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D2E0EB', endColorstr='#EEF5F9',GradientType=0 ); /* IE6-9 */
}
-------------------
I learned at least four new things just now.
I'm still not clear whether -webkit-linear-gradient is a built-in CSS function or whether there's some other code/program/whatever on the server that drives it. A filename search didn't produce any results.
Thanks again.
The complicated code threw me:
-------------------
ul.forums {
background-color: #EEF5F9; /* Old browsers */ /* FF3.6+ */
background-image: -webkit-linear-gradient(top, #D2E0EB 0%, #EEF5F9 100%);
background-image: linear-gradient(to bottom, #D2E0EB 0%,#EEF5F9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D2E0EB', endColorstr='#EEF5F9',GradientType=0 ); /* IE6-9 */
}
-------------------
I learned at least four new things just now.
I'm still not clear whether -webkit-linear-gradient is a built-in CSS function or whether there's some other code/program/whatever on the server that drives it. A filename search didn't produce any results.
Thanks again.
Statistics: Posted by nwh10 — Mon Mar 11, 2024 2:31 pm