Categories | Question details Back To List | ||
dhtmlxmenu vs XHTML 1.0 strict vs OSX style There's some problems (bad font color, no divider) with dhtmlxmenu and OSX style css when we use XHTML 1.0 strict mode. Line 9 : color:525252; Should be : color:#525252; Line 98 : padding : 0 1 0 2; Should be : padding : 1px; Line 102 : #osxstyle .menudivider { Should be : #osxstyle .menuDivider { Line 114 : #osxstyle .menudividery { Should be : #osxstyle .menuDividerY { I've also the error "Unknow proprity filter" with firefox on line 153 : filter : BlendTrans(Percent=50) gray(); Answer posted by Support on Dec 17, 2007 05:28 >>There's some problems (bad font color, no divider) with dhtmlxmenu and OSX style css when we use XHTML 1.0 strict mode.
Problems confirmed and fixed. Thanks for provided report | solution. >>I've also the error "Unknow proprity filter" with firefox on line 153 : >>filter : BlendTrans(Percent=50) gray(); This is IE specific style defenitions, and cause not harm for other browser, but FF shows css warning for any unknown css rule. |