Forum Moderators: not2easy
Does this sound strange to anyone else? I'm debugging someone elses code and finding multiple class tags used in the same html tag sometimes and often both an id and a class together...
i.e. here is one line
<iframe class="pTable" onblur="To_Hidden('$name', '$name2'); W_blur();" id="idContent" contentEditable="true" onfocus="hide_div();W_focus();" width="100%" height="100%" oncontextmenu="alert()" class="frm2">
This partiular tag has 2 classes defined + 1 id? Am I missing something or am I rightly confused..
Thanks,
Chris