Posted - 10/30/2020 : 10:09:09
I'm cleaning up our site to be easier to use with the ultimate goal to be in compliance with The Americans with Disabilities Act (ADA) for websites.
I've come up against two hurdles so far.
#1, The "onchange" dropdown for prodoptions looks to just miss the contrast threshold. How do I change or over ride the background-color? Captured code is below...
<select data-optgroup="137" class="prodoption detailprodoption" onchange="updateoptimage(0,0)" name="optn0" id="optn0x0" size="1"> Very low contrast<option value="" style="color: rgb(255, 255, 255); background-color: rgb(0, 120, 215);"> Please Select... </option> <option value="560" class=""> Small......
#2, Is there a way to add alt text to prod images? Even if there were a way to add a universal generic alt-text, that would be better than none at all.
Thanks
John
Edited by - CyclePath on 10/30/2020 10:10:18
|