When I create a DOM node like below, only the 'background-color'
attribute is not assigned. Everything else seems to work as expected.
Anyone else seen this?

this.fade_box=MochiKit.DOM.DIV(
        {'style':
                {
                 'position':'absolute',
                 'background-color':'yellow',
                 'width':'200px',
                 'height':'200px',
                 'border': '1px solid black'
                 }
        }
};


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/mochikit
-~----------~----~----~----~------~----~------~--~---

Reply via email to