Hello
Sorry, here is the basic horizontal hover menu not build in a container jet
do you have any code ?
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><!-- -->
<head>
<title>12345 12345 12345 123435 12345</title>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<style type="text/css">
body{background:#ebebeb;font-size:1em;}
/*div,ul,li,b,span,p,br{padding:0;margin:0;}
div,ul,li,b,span,p{width:0px;height:0px;}*/
/* */.nav a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:70%;
font-weight:100;
background:#eef0f0;
color:#728080;
text-align:center;
/*line-height:1em; */
padding: 0 .2em 0.2em 0;
border-width:0.1em 0.1em 0.1em 0.1em;
/*border-width:1px 1px 1px 1px;*/
border-color:#ffffff #b3b3b3 #b3b3b3 #ffffff;
border-style: solid;
text-decoration:none;
display:block;/* */
}
.y a{margin:.05em 0 0 0;}
.nav .yc{margin-top:0;}
.x a{margin:0 .05em 0 0;}
.x a{float:left;}/* */
.x a,.y a{width:6em;}
.w{width:0px;height:0px;}/* */
.wh{width:45em;}/* */
.nav a:hover{background:#a4b4b4;color:#ffffff;border-color:#000000 #fbfbfb #fbfbfb #000000;}
.nav .a{background:#a4b4b4;color:#ffffff;border-color:#c5c5c5 #b3b3b3 #b3b3b3 #c5c5c5;}/**/
.nav .a:hover{background:#ffa500;border-color:#ffffff #595959 #595959 #ffffff;}/**/
.y a:hover{border-color:#000000 #b3b3b3 #b3b3b3 #000000;}
.fl{float:left;}
.fr{float:right;}
.fcl{clear:both;}
/* .navul{float:left;}
.navul ul,.navul li,.navul{width:120px;} */
/* .na{border:1px solid #ff3300;} */
.y a{text-align:right;}
</style>
</head>
<body>
<div class="nav na x wh">
<a href="##" class="a">Home</a><a href="##">Spanish</a><a href="##">Ministry</a><a href="##">Prayer</a><a href="##">Perform</a><a href="##">Store</a><a href="##">Mission</a><a href="##">Contact</a>
<div class="fcl"></div>
</div>
<p><br /></p>
<div class="nav na y w">
<a href="##" class="a yc">Home</a>
<a href="##">Spanish</a>
<a href="##">Ministry</a>
<a href="##">Prayer</a>
<a href="##">Perform</a>
<a href="##">Store</a>
<a href="##">Mission</a>
<a href="##">Contact</a>
<div class="fcl"></div>
</div>
</body>
</html>
Bookmarks