Páginas (2):    1 2
InfraWorld   31 May, 2012, 3:45 pm
#11
Anda a tu Global.CSS Busca esto:
#menu {
	position: absolute;
	top: 92px;
	right: 18px;
	padding-left: 41px;
	font-family: Tahoma, 'Trebuchet MS', Arial, sans-serif;
}

#menu ul {
	background: #016db0 url(../../../images/nesil/menu_bg.gif) repeat-x;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 34px;
}

Lo Cambias por esto:
#menu {
	background: #016db0 url(images/nesil/menu_bg.png) repeat-x;
	position: absolute;
	top: 166px;
	left: 17px;
	padding-right: -10px;
        font-family: Tahoma, 'Trebuchet MS', Arial, sans-serif;
       
}

#menu ul {
	background: #016db0 url(images/nesil/menu_bg.png) repeat-x;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 35px;
	width: 952px;

}
MaTiiass   31 May, 2012, 3:54 pm
#12
(31 May, 2012, 3:45 pm)InfraWorld escribió: Anda a tu Global.CSS Busca esto:
#menu {
	position: absolute;
	top: 92px;
	right: 18px;
	padding-left: 41px;
	font-family: Tahoma, 'Trebuchet MS', Arial, sans-serif;
}

#menu ul {
	background: #016db0 url(../../../images/nesil/menu_bg.gif) repeat-x;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 34px;
}

Lo Cambias por esto:
#menu {
	background: #016db0 url(images/nesil/menu_bg.png) repeat-x;
	position: absolute;
	top: 166px;
	left: 17px;
	padding-right: -10px;
        font-family: Tahoma, 'Trebuchet MS', Arial, sans-serif;
       
}

#menu ul {
	background: #016db0 url(images/nesil/menu_bg.png) repeat-x;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 35px;
	width: 952px;

}

Gracias a ti se soluciono el problema de que el menu estaba incompleto pero mira donde se ubico el menu

[Imagen: a5f5u1.png]

que podra ser?
ZioGuE   31 May, 2012, 4:00 pm
#13
Solo debes colocar lo relativo al menu mas arriba, o bien bajar tu welcomeblock.
InfraWorld   31 May, 2012, 4:26 pm
#14
En esta parte de tu Global.CSS
#menu {
    background: #016db0 url(images/nesil/menu_bg.png) repeat-x;
    position: absolute;
    top: 166px;
    left: 17px;
    padding-right: -10px;
        font-family: Tahoma, 'Trebuchet MS', Arial, sans-serif;
      
}

Modifica el top: 166px; e intenta ponerle top: 92px;
DRAGONS   31 May, 2012, 4:27 pm
#15
aqui te lo dejo para que no te compliques, solo era eso que dise InfraWorld solo modificar el top a 92px

#menu {
position: absolute;
top: 92px;
right: 18px;
padding-left: 41px;
font-family: Tahoma, 'Trebuchet MS',
Arial, sans-serif;
}
#menu ul {
background: #026CB1 url(images/nesil/menu_bg.png) repeat-x;
width: 950px;
list-style: none;
margin: 0;
padding: 0;
height: 34px;
}
MaTiiass   31 May, 2012, 4:39 pm
#16
Gracias solucionado ya pueden cerrar y gracias por su tiempo Big Grin
Páginas (2):    1 2
  
Powered By MyBB, © 2002-2025 MyBB Group.
Made with by Curves UI.