Am getting a few CSS errors in FireFox (v2.0.0.12) using 'Error Console'
I can get some info and line# to see where its coming from but cant
(knowledge failure ) figure out the case.

have a looksy at the file, error msg then the code at that line #;

file=stylesheet.css
"Error in Parsing value for property 'display. Declaration dropped.'"
Code:
.clearfix {display: inline-block;}
Dreamweaver tags 'inline-block' as a code error also


file=stylesheet_header_menu.css
"Uknown property 'behavior'. Declaration dropped."
Code:
body {  
	behavior: url(includes/csshover.htc);
	}
verified that csshover is in /includes/csshover.htc

anyone have any idea on this?