Results 1 to 3 of 3

Thread: [RESOLVED] XHTML Validation

  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.

  2. #2
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    Re: XHTML Validation

    Try changing the

    onMouseOver to onmouseover and onMouseOut to onmouseout

    If you want to rid away this validation, From the Tools menu pulldown options , under Text Editor,Validation , uncheck the check box
    Attached Images Attached Images  
    Last edited by danasegarane; Sep 7th, 2010 at 08:32 AM.
    Please mark you thread resolved using the Thread Tools as shown

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2007
    Posts
    617

    Re: XHTML Validation

    right i see its quite working now.

    no time wasted.

    thanks.

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