I'm seeing that my rotator is not using all of the style settings. I wrap the control in a Div with the following class:
It seems to respect everything except padding and margin which don't show up anywhere when viewed with Firebug.
Bug or feature?
Thanks!
.messageText{ border: 1px solid black; width: 838px; height: 200px; background-color: #fff; color: #666; font: normal 11px Arial, Verdana, Helvetica, Sans-serif; text-align: justify; padding: 4px; margin: 5px;}It seems to respect everything except padding and margin which don't show up anywhere when viewed with Firebug.
Bug or feature?
Thanks!