Hi All
I have added a navigation bar through dreamweaver onto my site, however when i validate it for compliance etc., i get an error message regarding - onload="".
The full code for each button is:
<a href="AboutUs.htm" target="_top" onClick="MM_nbGroup('down','group1','AboutUs_Up','',1)" onMouseOver="MM_nbGroup('over','AboutUs_Up','Buttons/AboutUs_Over.png','',1)" onMouseOut="MM_nbGroup('out')"><img src="Buttons/AboutUs_Up.png" alt="ABOUT US" name="AboutUs_Up" width="150" height="30" border="0" onload="">
Can anyone advise what i cant put in between the "" or whether i can delete this attribute as is brings up an error for each button.
Cheers
Lee
I have added a navigation bar through dreamweaver onto my site, however when i validate it for compliance etc., i get an error message regarding - onload="".
The full code for each button is:
<a href="AboutUs.htm" target="_top" onClick="MM_nbGroup('down','group1','AboutUs_Up','',1)" onMouseOver="MM_nbGroup('over','AboutUs_Up','Buttons/AboutUs_Over.png','',1)" onMouseOut="MM_nbGroup('out')"><img src="Buttons/AboutUs_Up.png" alt="ABOUT US" name="AboutUs_Up" width="150" height="30" border="0" onload="">
Can anyone advise what i cant put in between the "" or whether i can delete this attribute as is brings up an error for each button.
Cheers
Lee
Comment