From c49edb529b850c0d573dd272ef4e3dfab35bb27f Mon Sep 17 00:00:00 2001 From: david Date: Tue, 3 May 2011 16:04:08 +0000 Subject: [PATCH] =?UTF-8?q?Problema=20de=20CSS=20con=20el=20men=C3=BA=20la?= =?UTF-8?q?teral?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_Intranet/trunk/src@43 e2b1556b-49f8-d141-9351-52d6861a72d9 --- css/style.css | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/css/style.css b/css/style.css index 673259f..bba25c1 100644 --- a/css/style.css +++ b/css/style.css @@ -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;