Problema de CSS con el menú lateral

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

View File

@ -224,10 +224,6 @@ img
border: 0px;
}
body > #menu
{
position: fixed;
}
a:active, a:visited, a:link
{
@ -243,7 +239,9 @@ a:hover
#menu
{
float: left;
position: absolute;
top: 100px;
left: 0;
width: 150px;
height: 100%;
overflow: visible;
@ -272,7 +270,7 @@ a:hover
#main
{
width: 100%-150px;
width: 90%;
margin-left: 150px;
padding: 20px;
height: 100%;
@ -280,7 +278,7 @@ a:hover
#banner
{
height: 100px;
height: 80px;
color: white;
text-transform: uppercase;
padding: 10px 10px 10px 20px;