Christopher Jordan schrieb:

> I should probably also mention, that the initial colors on the calendar 
> are set in-line as ColdFusion builds the page. It is this way that I 
> make the weekend cells a different color from the weekday cells.

Now this cane also not overwrittten, you must this delete
style = "background-color:#ThisColor#;

Or try this, works not in all Browsers

    td.WeekdayHover{
        background-color    : #ThisOrderBoardOddRowHighlightColor# 
!important;
    }


-- 
Viele Grüße, Olaf

-------------------------------
[EMAIL PROTECTED]
http://olaf-bosch.de
www.akitafreund.de
-------------------------------

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to