I have inherited some CSS from a former employee that has code like
this:
onmouseover="th is.className='h ighlight_on standard_border '"
where it appears to activate two different classes, "highlight_ on" and
"standard_borde r".
Is this valid CSS?
If it is, is there a limit to how many classes you can apply? Any
other comments on this, or things I should know relating to it?
Thank you,
Ann
this:
onmouseover="th is.className='h ighlight_on standard_border '"
where it appears to activate two different classes, "highlight_ on" and
"standard_borde r".
Is this valid CSS?
If it is, is there a limit to how many classes you can apply? Any
other comments on this, or things I should know relating to it?
Thank you,
Ann
Comment