Results 1 to 2 of 2

Thread: double "img class" code

  1. #1
    Join Date
    Mar 2005
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default double "img class" code

    Can I use two class code for the same image like:

    <img class="Higlight" class="Fader" src="people/i bla bla...

    Thanks.

  2. #2
    Join Date
    Dec 2004
    Location
    UK
    Posts
    2,358
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by that Dude
    Can I use two class code for the same image like:

    <img class="Higlight" class="Fader" src="people/i bla bla...
    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.

    Mike

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •