Jump to content

A:hover Only For Menu


nworst

Recommended Posts

this is one simple menu option:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><title>Untitled Document</title><style type="text/css">.menu {overflow: hidden;}.menu a {display:block; float:left; padding: 0 8px; height: 26px; line-height: 26px; background-color:#0000CC; text-decoration: none; color: #fff;}.menu a:hover {background-color:#0066FF;}</style></head><body><div class="menu"><a href="#">Menu Link1</a><a href="#">Menu Link2</a><a href="#">Menu Link3</a></div></body></html>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...