<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/\xhtml1/DTD/xhtml1-strict.dtd"> <head> <style type="text/css"> a img { border:none; } ul { list-style-type: none; } img.defaultSt { display: inline; } img.hoverSt { display: none; } li:hover img.defaultSt { display: none; } li:hover img.hoverSt { display: inline; } </style> </head> <body> <div id="navigation"> <ul class="navlist"> <li> <img class="defaultSt" src="http://mrg.bz/vh60HV" /> <img class="hoverSt" src="http://mrg.bz/CcDOmL" /> </li> </ul> </div> <?php include_once "../php/codify-function.php"; // Show code ################################################################## codify(file_get_contents(__FILE__), 'html4strict'); ?> </body> </html>