this is a html code in a webpage:
<div class="3u">
...
</div>
It styled with css in this way:
.\33 u, .\33 u\24, .\33 u\28 1\29, .\33 u\24\28 1\29 { width: 25%; clear: none; }
Can anybody explain me what is this?
I familar with CSS but Not this type!