Results 1 to 3 of 3

Thread: [RESOLVED] XHTML Validation

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2007
    Posts
    617

    Resolved [RESOLVED] XHTML Validation

    hi team, i created a rollover effects through CS Dreamwaver but theres a message showing in onMouseOver and onMouseOut.

    Validation XHTML 1.0 Transitional: This name contains uppercase characters, which is not allowed.

    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" >
    
    more code...
    
    		<td><a href="default.aspx" onMouseOut="MM_swapImgRestore()" 
    		    onMouseOver="MM_swapImage('home','','_images/hover/home.jpg',1)">
    		    <img src="_images/home.jpg" alt="Home" name="home" width="82" height="55" border="0"></a>
    		</td>
    What i understand seems fairly wrong as the message were not removed after overwriting all caps to lower characters.
    Last edited by jlbantang; Sep 7th, 2010 at 07:58 AM.

Posting Permissions

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



Click Here to Expand Forum to Full Width