|
hi
i know that 2 classes can be applied to an element like this - <div class='class1 class2'>
the problem i am having is that these divs are generated dynamically with a js function, and the classes are also altered using js but, when i run the page, only one of the styles is applied.
there are divs on my page which are also generated with js but only contain 1class, these are working correctly.
There doesnt seem to be much if any documentation about this online, has anybody experience such a problem?
thanks
mark
|