Text
See the menu.
Done in CSS :
See the menu.
Done in CSS :
Done in Java Script:a {colorrange}
a:hover {color:white}
Have any others ?<a href="#" style="colorrange;" onMouseOver="this.style.color= 'white'" onMouseOut="this.style.color= 'orange'">Link</a>
