Line without noShade : HR Line « HTML « JavaScript DHTML






Line without noShade

    
<html>
<body>
<script language="JavaScript">
    function function1() {
        document.getElementById("myH").noShade = false
    } 
</script>
<hr id="myH" noshade="true" size="3">
<input type="button" value="Add a shade" onClick="function1();">
</body>
</html>

    
      
      








Related examples in the same category

1.HR size
2.Draw line with parameter
3.Controlling HR Object Properties (IE)