[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.