i am creating a application on extjs4

i wanted to attain the css selection mouse hover property on the textfields and combo box,the effect where.. background color can change on overcls in extjs
please help if you can’t understand my question i will post it again!
Thanks
Here is how to do it:
fieldCls: 'required'Create your custom CSS class like this:
.required:hover {
background-image:none;
background-color:#FFFFCC;
}
Include your custom css file on the page