Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12
  1. #11

    Default

    Quote Originally Posted by Dentafrice View Post
    You don't need to put selected="selected", as selected is a bool value.
    You use XHTML, you should know that just having
    Code:
    selected
    is invalid for all XHTML doctypes, and only valid in HTML 4.01, but
    Code:
    selected="selected"
    is valid in both - so hence my statement is correct.

  2. #12
    Join Date
    Nov 2007
    Posts
    1,253
    Tokens
    150

    Latest Awards:

    Default

    I have to agree with iszak, I've found selected="selected" to have lesser issues when designing for multiple browsers and doc types.

Page 2 of 2 FirstFirst 12

Posting Permissions

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