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:
parent
57fac32a8b
commit
3c92cdcb4c
@ -243,9 +243,10 @@ a:hover
|
|||||||
|
|
||||||
#menu
|
#menu
|
||||||
{
|
{
|
||||||
|
float: left;
|
||||||
width: 150px;
|
width: 150px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: auto;
|
overflow: visible;
|
||||||
background-color: #555;
|
background-color: #555;
|
||||||
border-right:1px solid #000;
|
border-right:1px solid #000;
|
||||||
}
|
}
|
||||||
@ -274,6 +275,7 @@ a:hover
|
|||||||
width: 100%-150px;
|
width: 100%-150px;
|
||||||
margin-left: 150px;
|
margin-left: 150px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#banner
|
#banner
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user