|
-
Sep 7th, 2010, 07:52 AM
#1
Thread Starter
Fanatic Member
[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.
-
Sep 7th, 2010, 08:26 AM
#2
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
Last edited by danasegarane; Sep 7th, 2010 at 08:32 AM.
Please mark you thread resolved using the Thread Tools as shown
-
Sep 7th, 2010, 09:38 AM
#3
Thread Starter
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|