|
keeping space in class names is not valid. replace the space with - or _
it should be either
class="x-layer_x-combo-list"
or
class="x-layer-x-combo-list "
some browsers dont accept class names with space in between.
i dont know about the editor which is generating the css.
vineet
|