Bob, Your comment that radio buttons have no such attributes must be the main point. I guess I must look into using <td> or <span> or <style> or <div> . I'll have to dig further. Thanks a bunch for your help.
--- (B=) > On Mar 18, 2016, at 8:52 PM, robert therriault <[email protected]> wrote: > > Glad it was partially useful Brian :-) > > The reason that the radio button CSS is not working is that CSS does not > create attributes, it only allows you to style the ones that exist. I don't > think radio buttons have color, bg-color or fill attributes. [0] > > I did find this article that shows you how to go about bending the system to > your will and creating a link that can effectively be a more stylish radio > button. [1] > > And there is also an example in Codepen (an invaluable resource for seeing > others' tricks in CSS, HTML and JavaScript interactively). [2] > > Cheers, bob > > [0] https://www.w3.org/TR/html-markup/input.radio.html > [1] http://www.hongkiat.com/blog/css3-checkbox-radio/ > [2] http://codepen.io/mitchmc/pen/pebIx > >> ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
