Jump to content

Recommended Posts

Posted

Boa noite,

Estou a fazer um menu para um site, só que estou com  dificuldades em centrar o menu.

Consegui centrar horizontalmente mas não estou a conseguir centrar verticalmente. 

Eu já fiz uma vez, mas nao lembro como.

<?xml version="1.0" encoding="iso-8859-1"?>
<!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" xml:lang="pt" lang="pt">

<head>
<title>Menu Horizontal</title>
<style type="text/css">
<!--
	body {
		padding:0px;
		margin:0px;
	}

#menus {
margin: 0 auto;
	margin-top:20px;
	width: 960px;
	height: 120px;
background-color:#9CF;
} 

	#menu ul {
		height: 86px;
              z-index:194;
              width: 600px; 
              margin: auto;
padding:0px;
font:25px Tahoma;
margin-top:25px;
	}

	#menu ul li { display: inline; }

	#menu ul li a {
		background-color:#EDEDED;
		color: #333;
		text-decoration: none;
		border-bottom:3px solid #EDEDED;
		padding: 2px 10px;
		float:left;
	}

	#menu ul li a:hover {
		background-color:#D6D6D6;
		color: #6D6D6D;
		border-bottom:3px solid #EA0000;
	}
-->
</style>
</head>

<body>
<div id="menus">
  <div id="menu">
<ul>
		<li><a href="">Home</a></li>
		<li><a href="">Portfolio</a></li>
		<li><a href="">Curriculo</a></li>
		<li><a href="">Contacto</a></li></ul>
  </div>
</div>
</body>
</html>

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site you accept our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.