can't be validated (this can be corrected using php)
But to do so would totally defeat the point of validating 
It's quite possible to validate this.
index.html:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Slashdot's Menu</title>
<link rel="stylesheet" type="text/css" href="menufiles/menu.css">
<!--[if IE]><link rel="stylesheet" type="text/css" href="menufiles/menuie.css"><![endif]-->
<script type="text/javascript" src="menufiles/menu.js"></script>
</head>
<body>
<div class="sdmenu">
<span class="title" id="top"><img src="menufiles/expanded.gif" class="arrow" alt="-"> Online Tools</span>
<div class="submenu">
<a href="http://tools.dynamicdrive.com/imageoptimizer/">Image Optimizer</a>
<a href="http://tools.dynamicdrive.com/favicon/">FavIcon Generator</a>
<a href="http://tools.dynamicdrive.com/emailriddler/">Email Riddler</a>
<a href="http://tools.dynamicdrive.com/password/">.htaccess Password</a>
<a href="http://tools.dynamicdrive.com/gradient/">Gradient Image</a>
<a href="http://tools.dynamicdrive.com/button/">Button Maker</a>
</div>
<span class="title"><img src="menufiles/expanded.gif" class="arrow" alt="-"> Support Us</span>
<div class="submenu">
<a href="http://www.dynamicdrive.com/recommendit/">Recommend Us</a>
<a href="http://www.dynamicdrive.com/link.htm">Link to Us</a>
<a href="http://www.dynamicdrive.com/resources/">Web Resources</a>
</div>
<span class="title"><img src="menufiles/expanded.gif" class="arrow" alt="-"> Partners</span>
<div class="submenu">
<a href="http://www.dynamicdrive.com">FlamingText</a>
<a href="http://www.dynamicdrive.com">Marketing Find</a>
<a href="http://www.dynamicdrive.com">01webdirectory</a>
<a href="http://www.dynamicdrive.com">AnfyJava</a>
</div>
</div>
</body>
</html>
menuie.css:
Code:
.sdmenu .title, .sdmenu .titlehidden, .sdmenu .submenu a {
width: 150px;
height: 25px;
}
Bookmarks