![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi: I am not understanding the explanation of why my Nav Menu is not validating, either in DW or W3C. Please advise... http://www.curlytopdesign.com/testwebs/john_martin/index.html I can also build this in CSS, but I was hoping for some enlightenment. Thx, Ned |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Hi: I am not understanding the explanation of why my Nav Menu is not validating, either in DW or W3C. Please advise... http://www.curlytopdesign.com/testwebs/john_martin/index.html I can also build this in CSS, but I was hoping for some enlightenment. Thx, Ned |
#5
| |||
| |||
|
|
Nedward wrote: Hi: I am not understanding the explanation of why my Nav Menu is not validating, either in DW or W3C. Please advise... http://www.curlytopdesign.com/testwebs/john_martin/index.html I can also build this in CSS, but I was hoping for some enlightenment. Thx, Ned You cant have onload="" on the anchor attribute (see near the end below), remove it and the validation error should go away. a href="index.html" target="_top" onclick="MM_nbGroup('down','group1','home','images /home_down.gif',1)" onmouseover="MM_nbGroup('over','home','images/home_over.gif','',1)" onmouseout="MM_nbGroup('out')"><img src="images/home_off.gif" alt="link to Home page" name="home" border="0" id="home" onload=""></a Like this: a href="index.html" target="_top" onclick="MM_nbGroup('down','group1','home','images /home_down.gif',1)" onmouseover="MM_nbGroup('over','home','images/home_over.gif','',1)" onmouseout="MM_nbGroup('out')"><img src="images/home_off.gif" alt="link to Home page" name="home" border="0" id="home"></a |
#6
| |||
| |||
|
|
It's not on the anchor. It's on the image. |

#7
| |||
| |||
|
|
Murray *ACE* wrote: It's not on the anchor. It's on the image. On a second look, it is. On the first look it was, but I overlooked it ![]() |
#8
| |||
| |||
|
#9
| |||
| |||
|
|
Hi: Mo' betta now with the swap image behaviors -- thanks! |
![]() |
| Thread Tools | |
| Display Modes | |
| |