I've defined a custom class, .msgBackground, in a CSS and appied it to a
<div ID=message class="msgBackground">. Depending on which page you are
in, the properties of the class changes. I would like to extract the
background-color property from that element in Javascript but nothing I try
works.
Any direction would be greatly appreciated.
Steve