Problema de CSS con el menú lateral

git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_Intranet/trunk/src@42 e2b1556b-49f8-d141-9351-52d6861a72d9
This commit is contained in:
David Arranz 2011-05-03 15:57:04 +00:00
parent 57fac32a8b
commit 3c92cdcb4c

View File

@ -243,9 +243,10 @@ a:hover
#menu
{
float: left;
width: 150px;
height: 100%;
overflow: auto;
overflow: visible;
background-color: #555;
border-right:1px solid #000;
}
@ -274,6 +275,7 @@ a:hover
width: 100%-150px;
margin-left: 150px;
padding: 20px;
height: 100%;
}
#banner