Can I use two class code for the same image like:
<img class="Higlight" class="Fader" src="people/i bla bla...
Thanks.
Can I use two class code for the same image like:
<img class="Higlight" class="Fader" src="people/i bla bla...
Thanks.
Not like that, no; the class attribute is defined as a space-separated list of class values. It is invalid to specify an attribute twice.Originally Posted by that Dude
Mike
Bookmarks