:: Forum >> Version 2 >>

Footer (aka bottom?) selector color and border

How do I set the footer selector color and top margin? In the example spreadsheet at: http://www.facilities.gatech.edu/active_widgets/spreadsheet.html

I'd like the selector ("Combined") to have a lightgray background with a 1px solid black top margin, to match the rest of the footer.

Thanks,

Chuck
chuck.lafleur@facilities.gatech.edu
Chuck La Fleur
Friday, April 13, 2007
I would suggest making the selector transparent and set color and border on the footer row itself -

.aw-footer-.aw-row-selector {
    
backgroundnone;
    
bordernone;
}

.
aw-footer-{
    
border-top1px solid black;
    
backgroundlightgrey;
}
 
Alex (ActiveWidgets)
Monday, April 16, 2007



This topic is archived.

Back to support forum

Forum search