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:
parent
3c92cdcb4c
commit
c49edb529b
@ -224,10 +224,6 @@ img
|
|||||||
border: 0px;
|
border: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body > #menu
|
|
||||||
{
|
|
||||||
position: fixed;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:active, a:visited, a:link
|
a:active, a:visited, a:link
|
||||||
{
|
{
|
||||||
@ -243,7 +239,9 @@ a:hover
|
|||||||
|
|
||||||
#menu
|
#menu
|
||||||
{
|
{
|
||||||
float: left;
|
position: absolute;
|
||||||
|
top: 100px;
|
||||||
|
left: 0;
|
||||||
width: 150px;
|
width: 150px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
@ -272,7 +270,7 @@ a:hover
|
|||||||
|
|
||||||
#main
|
#main
|
||||||
{
|
{
|
||||||
width: 100%-150px;
|
width: 90%;
|
||||||
margin-left: 150px;
|
margin-left: 150px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@ -280,7 +278,7 @@ a:hover
|
|||||||
|
|
||||||
#banner
|
#banner
|
||||||
{
|
{
|
||||||
height: 100px;
|
height: 80px;
|
||||||
color: white;
|
color: white;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
padding: 10px 10px 10px 20px;
|
padding: 10px 10px 10px 20px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user