View Single Post
Old 12-12-2009, 02:44 PM   PM User | #4
vineet
Regular Coder

 
Join Date: Jun 2008
Posts: 173
Thanks: 2
Thanked 9 Times in 9 Posts
vineet is an unknown quantity at this point
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
vineet is offline   Reply With Quote