 |
|
|
|
|
|
 |
06-28-2007, 07:06 AM
|
#1
|
|
Interesado
Estado:
Offline
Mensajes: 43
Tiempo total: 13 horas 32 minutos 8 segundos
Tiempo medio: 3 segundos
Mensajes por día: 0.04
Reputación:
Fecha de Ingreso: Oct 2005
|
Me rindo: menú horizontal??? (resuelto)
No quería abrir un post, ya llevo casi tres o cuatro horas (seguidas, llevo más si sumamos todas veces que busqué en ratos libres) buscando la forma de poner un menú que hice como horizontal. Lo leí en algún lado y no quería preguntarlo pero no encuentro ese maldito post!!! Yo tengo el menú que quiero cargar en user1, y aparece así:
opción
opción
opción
pero yo quiero que aparezca así!:
opción | opción | opción
cómo hago????? GRacias!!!
(ya probé poniendo "horizontal" en el administrador de módulos y toda cuanta cosa pude meterle "horizontal", pero estoy seguro que se ponía en el "mosLoadModules ( 'user1',-2 POR AQUI);" pero no recuerdo qué poner ni qué hacer!!! ) GRACIAS, GRACIAS PARA QUIEN ME RESPONDA!!!
Úlima edición por curchunflo fecha: 06-30-2007 a las 02:04 AM.
|
|
|
|
06-28-2007, 02:46 PM
|
#2
|
|
Interesado
Estado:
Offline
Mensajes: 27
Tiempo total: 12 horas 48 minutos 14 segundos
Tiempo medio: 3 segundos
Mensajes por día: 0.02
Reputación:
Fecha de Ingreso: Oct 2005
|
yo no se nada de codigo, pero normalmente buscandome la vida y comparando con otros templates acabo resolviendo el tema.
espero no equivocarme, pero dirias que deberias buscar en el index que propiedades le asigna al user1, suele poner algo asi:
<div class="main">
y luego buscar en el .css que atributos tienen esas propiedades... creo que debe ser por ahi, si estoy equivocado lo siento, pero por lo menos tienes algo para seguir buscando mientras alguien que sepa mas te responde..
Saludos!
|
|
|
|
06-28-2007, 06:16 PM
|
#3
|
|
Interesado
Estado:
Offline
Mensajes: 43
Tiempo total: 13 horas 32 minutos 8 segundos
Tiempo medio: 3 segundos
Mensajes por día: 0.04
Reputación:
Fecha de Ingreso: Oct 2005
|
Se agradece la respuesta, pero no sirvió. A alguien se le ocurre??? Saludos, gracias de nuevo
aprovecho por si hace falta el dato para ayudarme, pego mi template_css y mi index.php. El menú que queiro que quede horizontal está puesto en la posición user1. Saludos, realmente no encuentro el problema. Seguro sea de css pq no tengo ni idea, grax
Úlima edición por curchunflo fecha: 06-28-2007 a las 11:09 PM.
|
|
|
|
06-28-2007, 11:10 PM
|
#4
|
|
Interesado
Estado:
Offline
Mensajes: 43
Tiempo total: 13 horas 32 minutos 8 segundos
Tiempo medio: 3 segundos
Mensajes por día: 0.04
Reputación:
Fecha de Ingreso: Oct 2005
|
Código:
/* general stuff */
body{
margin:0;
padding:0;
text-align: center;
font-family: arial;
}
a {
text-decoration: none;
font-weight: bold;
border: none;
}
a:hover {
text-decoration:blink;
border: none;
}
/* Layout */
#accessibility {
position: absolute;
left: -2000px;
top: -2000px;
display: none;
}
#source {
position: absolute;
left: -2000px;
top: -2000px;
display: none;
}
#pagewidth-800{
width:770px;
text-align:left;
margin-left:auto;
margin-right:auto;
background:#990000
margin-bottom: 20px;
}
#pagewidth-1024{
width:970px;
text-align:left;
margin-left:auto;
margin-right:auto;
background:#990000
margin-bottom: 20px;
}
#header {
height: 116px;
width: 100%;
}
#top-top {
height: 30px;
width: 100%;
background: transparent;
}
#top-bottom {
height: 80px;
width: 200px;
background: transparent;
float: left;
}
#search {
margin: 0px;
padding: 0px;
width: 148px;
height: 28px;
float: right;
background:#990000;
padding-left: 10px;
padding-top: 2px;
vertical-align: top;
}
#search .inputbox{
width: 100px;
height: 18px;
font-size: 10px;
background: transparent;
border: none;
margin: 0px;
padding: 0px;
line-height: 14px;
}
#search .button{
margin: 0px;
padding: 0px;
height: 14px;
font-size: 10px;
background: transparent;
border: none;
line-height: 10px;
}
#search form {
margin: 0px;
padding: 0px;
}
#topmenu{
height: 20px;
float: right;
width: 600px;
}
#pathway{
width: 500px;
height: 19px;
padding-left: 20px;
padding-top: 5px;
}
#leftcol{
width: 152px;
float: left;
position:static;
margin-right: 0px;
}
#rightcol-normal{
width: 155px;
float: right;
position:static;
margin-right: 0px;
margin-top: -22px;
}
#rightcol-broad{
width: 180px;
float: right;
position: relative;
margin-right: 1px;
margin-top: -22px;
}
#outer-800{
width: 770px;
padding-top: 6px;
}
#outer-1024{
width: 970px;
padding-top: 6px;
}
#footer-800{
height: 40px;
width:100%;
background:#990000;
font-size: 10px;
}
#footer-1024{
height: 40px;
width: 100%;
background:#990000;
font-size: 10px;
}
#maincol-normal-800{
float: left;
width: 450px !important;
margin-left: 0px !important;
margin-left: -5px;
width: 446px;
}
#maincol-broad-800{
float: left;
width: 422px !important;
margin-left: 0px !important;
margin-left: -5px;
width: 417px;
}
#maincol-wide-800{
float: left;
width: 600px !important;
width: 595px;
margin-left: 0px !important;
margin-left: -5px;
padding-top: 3px !important;
padding-top: 0px;
}
#maincol-normal-1024{
float: left;
width: 650px;
margin-left: 0px !important;
margin-left: -5px;
}
#maincol-broad-1024{
float: left;
width: 622px;
margin-left: 0px !important;
margin-left: -5px;
}
#maincol-wide-1024{
float: left;
width: 800px;
padding-top: 3px !important;
padding-top: 0px;
margin-left: 0px !important;
margin-left: -5px;
}
#banner {
width: 478px;
height: 69px;
float: right;
padding-left: 6px;
padding-top: 6px;
}
iframe.wrapper {
z-index: 0;
}
.clr{clear:both;}
.content {
padding: 0px 0px 0px 0px;
font-size: 10px;
line-height: 18px;
}
/* Modules */
#leftcol div.module, #rightcol-normal div.module {
width: 152px;
background:#990000;
margin-bottom: 10px;
}
#leftcol div.module div, #rightcol-normal div.module div {
width: 152px;
background:#990000;
}
#leftcol div.module div div, #rightcol-normal div.module div div {
width: 152px;
background:#990000;
}
#leftcol div.module div div div,#rightcol-normal div.module div div div{
width: 137px;
padding-left: 5px;
padding-right: 10px;
padding-top: 10px;
background:#990000
padding-bottom: 10px;
font-size: 10px;
}
#leftcol div.module div div div div, #rightcol-normal div.module div div div div{
padding: 0px;
margin: 0px;
}
#rightcol-broad div.module {
width: 177px;
background:#990000
margin-bottom: 10px;
}
#rightcol-broad div.module div {
width: 177px;
background:#990000
}
#rightcol-broad div.module div div {
width: 177px;
background:#990000
}
#rightcol-broad div.module div div div{
width: 162px;
padding-left: 5px;
padding-right: 10px;
padding-top: 10px;
background:#990000
padding-bottom: 10px;
font-size: 10px;
}
#rightcol-broad div.module div div div div{
padding: 0px;
margin: 0px;
}
div.module h3 {
font-size: 14px;
width: 130px;
font-weight: bold;
margin: 0px;
padding: 0px;
margin-bottom: 5px;
}
#user2{
float: right;
width: 49%;
}
#user3 {
width: 100%;
}
#user1 ul, #user2 ul, #user3 ul {
list-style: none;
margin: 0px;
padding: 0px;
padding-left: 0.7em;
margin-left: 0.7em;
margin-bottom: 5px;
margin-top: 2px;
}
#maincol-normal-800 div.moduletable, #maincol-wide-800 div.moduletable, #maincol-broad-800 div.moduletable, #maincol-normal-1024 div.moduletable, #maincol-wide-1024 div.moduletable, #maincol-broad-1024 div.moduletable {
width: 100%;
margin-bottom: 0px;
border: 0px;
background:#993300;
font-size: 12px;
}
#maincol-normal-800 div.moduletable h3, #maincol-wide-800 div.moduletable h3, #maincol-broad-800 div.moduletable h3, #maincol-normal-1024 div.moduletable h3, #maincol-wide-1024 div.moduletable h3, #maincol-broad-1024 div.moduletable h3 {
font-size: 12px;
font-weight: bold;
margin: 0px;
padding: 0px;
height: 20px;
line-height: 20px;
color: #993300;
width: 100%;
text-align: left;
text-indent: 5px;
}
/* Topmenu */
ul#mainlevel-nav
{
list-style: none;
padding: 0;
margin: 0;
float: right;
white-space: nowrap;
}
ul#mainlevel-nav li{
width: auto !important;
width: 5%;
float: left;
margin: 0;
font-size: 10px;
height: 20px;
line-height: 20px;
white-space: nowrap;
margin-right: 0px;
}
ul#mainlevel-nav li a{
font-weight: normal;
height: 20px;
display: block;
padding-left: 5px;
padding-right: 0px;
text-decoration: none;
color:#FFFFFF;
margin-left: 5px;
white-space: nowrap;
}
/* Main Menu(s) */
a.mainlevel {
font-size: 11px;
padding-left: 4px;
width: 143px;
display:block;
background:#990000; /* color fondo botones reposo */
line-height: 26px;
margin-bottom: 5px;
text-decoration: none;
font-weight: normal;
border-right: 0px ;
voice-family:inherit;
voice-family:inherit;
width: 135px;
}
a.mainlevel_central {
font-size: 11px;
padding-left: 0px;
width: 100%;
display:block;
background:#FFCC00; /* color fondo botones reposo */
line-height: 100%;
margin-bottom: 1px;
text-decoration: none;
font-weight: normal;
border-right: 0px ;
voice-family:inherit;
voice-family:inherit;
width: 100%;
}
a.mainlevel_interno {
font-size: 25px;
padding-left: 4px;
width: 100%;
display:block;
background:#FFCC00;
line-height: 20px;
margin-bottom: 5px;
text-decoration: none;
font-weight: normal;
border-right: 0px ;
voice-family:inherit;
voice-family:inherit;
width: 100%;
}
/*botones en reposo */
a.mainlevel_interno:link, a.mainlevel_interno:visited {
color:#FFFFFF;
width: 100%;
height: 60px;
text-align: left;
font-weight: bold;
padding-left: 15px;
padding-top:40px;
font-family: Arial;
font-size: 12px;
line-height: 15px;
}
a.mainlevel_central:link, a.mainlevel_central:visited {
color:#FFFFFF;
width: 100%;
height: 20px;
text-align: left;
font-weight: bold;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 2px;
font-family: Arial;
font-size: 11px;
line-height: 100%;
}
a.mainlevel_interno:hover {
color:#FFFFFF;
width: 143px;
height: 60px;
text-align: left;
font-weight: bold;
padding-left: 15px;
padding-top:40px;
font-family: Arial;
font-size: 14px;
line-height: 15px;
}
a.mainlevel_central:hover {
color:#FFFFFF;
width: 500px;
height: 25px;
text-align: left;
font-weight: bold;
padding-left: 0px;
padding-top: 0px;
padding-bottom: 2px;
font-family: Arial;
font-size: 11px;
line-height: 10px;
}
a.mainmenu_interno:link, a.mainmenu_interno:visited {
color:#FFFFFF;
width: 143px;
height: 60px;
text-align: left;
font-weight: bold;
padding-left: 15px;
padding-top:40px;
font-family: Arial;
font-size: 14px;
line-height: 15px;
}
a.mainmenu_central:link, a.mainmenu_central:visited {
color:#FFFFFF;
width: 100%;
height: 25px;
text-align: left;
font-weight: normal;
padding-left: 0px;
padding-top: 0px;
padding-bottom: 0px;
font-family: Arial;
font-size: 11px;
line-height: 15px;
}
a.mainmenu_interno:hover {
color: #666666;
text-align: left;
}
a.sublevel_interno:link, a.sublevel_interno:visited {
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
}
a.sublevel_interno:hover {
color: #666666;
text-align: left;
}
a.mainmenu_central:hover {
color: #666666;
text-align: left;
width: 100%;
}
a.mainlevel_externo {
font-size: 40px;
padding-left: 4px;
width: 50px;
display:block;
background:#FFCC00 fixed;
line-height: 26px;
margin-bottom: 5px;
text-decoration: none;
font-weight: normal;
border-right: 0px ;
voice-family:inherit;
voice-family:inherit;
width: 135px;
}
a.sublevel_central:link, a.sublevel_central:visited {
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
width: 100%;
}
a.sublevel_central:hover {
color: #666666;
text-align: center;
width: 100%;
}
/* botones mouse sobre */
html>body a.mainlevel_central {width:100%; font-family:Arial;} /* Opera5-Fix-fix ;) */
/* boton espacio activo */
a.mainlevel_central:hover, a.mainlevel_central#active_menu_central {
font-size: 11px;
padding-left: 15px;
width: 100%;
display:block;
background:#CCCCCC;
line-height: 24px;
margin-bottom: 0px;
text-decoration: none;
font-weight: bold;
border-right: 0px ;
width: 100%;
display: block;
voice-family:inherit;
}
Úlima edición por Atrevidoweb fecha: 06-29-2007 a las 12:06 AM.
|
|
|
|
06-28-2007, 11:12 PM
|
#5
|
|
Interesado
Estado:
Offline
Mensajes: 43
Tiempo total: 13 horas 32 minutos 8 segundos
Tiempo medio: 3 segundos
Mensajes por día: 0.04
Reputación:
Fecha de Ingreso: Oct 2005
|
Código:
a.mainlevel_central:hover, a.mainlevel_central#active_menu {
background:#CCCCCC 0px no-repeat;
text-decoration: inherit;
display: block;
font-color:#000000 ;
}
a.sublevel_central {
padding: 0px;
margin: 0px;
font-size: 11px;
padding-left: 0px;
width: 100%;
display: block;
line-height: 20px;
margin-bottom: 2px;
text-decoration: none;
font-weight: normal;
border-right: 0px;
voice-family: inherit;
width: 100%;
}
/*botones en reposo */
a.mainlevel_externo:link, a.mainlevel_externo:visited {
font-size: 40px;
padding-left: 4px;
width: 143px;
display:block;
background:#FFCC00;
line-height: 26px;
margin-bottom: 5px;
text-decoration: none;
text-align:right;
font-weight: normal;
border-right: 0px ;
width: 135px;
}
a.mainlevel_externo:hover {
color: #F0F0F0;
text-align:right;
background-color: #000000;
width: 98%;
border-left-width: 3px;
border-left-style: solid;
}
a.mainmenu_externo:link, a.mainmenu_externo:visited {
font-size: 40px;
padding-left: 4px;
width: 143px;
display:block;
background:#FFCC00;
line-height: 26px;
margin-bottom: 5px;
text-decoration: none;
text-align:right;
font-weight: normal;
border-right: 0px ;
width: 135px;
}
a.mainmenu_externo:hover {
color: #666666;
text-align: left;
}
a.sublevel_externo:link, a.sublevel_externo:visited {
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
}
a.sublevel_externo:hover {
color: #666666;
text-align: left;
}
html>body a.mainlevel {width:135px;} /* Opera5-Fix-fix ;) */
/*color botones main*/
a.mainlevel:hover, a.mainlevel#active_menu {
background:#9E8B47 0px no-repeat; /* color menu en posicion actual */
text-decoration: inherit;
}
a.sublevel {
padding: 0px;
margin: 0px;
font-size: 11px;
padding-left: 12px;
width: 139px;
display: block;
line-height: 20px;
margin-bottom: 2px;
text-decoration: none;
font-weight: normal;
border-right: 0px
voice-family:"\"}\""; /* Box Model fix */
voice-family:inherit;
width: 123px;
}
/* botones mouse sobre */
html>body a.mainlevel_interno {width:100%; font-family:Arial;} /* Opera5-Fix-fix ;) */
a.mainlevel_interno:hover, a.mainlevel_interno#active_menu {
font-size: 11px;
padding-left: 15px;
width: 100%;
display:block;
background:#CCCCCC;
line-height: 26px;
margin-bottom: 10px;
text-decoration: none;
font-weight: bold;
border-right: 0px ;
width: 90%;
}
a.mainlevel_interno:hover, a.mainlevel_interno#active_menu {
background:#CCCCCC 0px no-repeat;
text-decoration: inherit;
font-color:#000000 ;
}
a.sublevel_interno {
padding: 0px;
margin: 0px;
font-size: 11px;
padding-left: 0px;
width: 139px;
display: block;
line-height: 20px;
margin-bottom: 2px;
text-decoration: none;
font-weight: normal;
border-right: 0px
voice-family:inherit;
width: 123px;
}
html>body a.mainlevel_externo {width: 100%; font-family:Arial Black;} /* Opera5-Fix-fix ;) */
a.mainlevel_externo:hover, a.mainlevel_externo#active_menu {
font-size: 11px;
padding-left: 15px;
width: 100%;
display:block;
background:#993300;
line-height: 26px;
margin-bottom: 10px;
text-decoration: none;
font-weight: bold;
border-right: 0px ;
width: 100%;
}
a.mainlevel_externo:hover, a.mainlevel_externo#active_menu {
background:#990000 0px no-repeat;
text-decoration: inherit;
}
a.sublevel_externo {
padding: 0px;
margin: 0px;
font-size: 11px;
padding-left: 0px;
width: 139px;
display: block;
line-height: 20px;
margin-bottom: 2px;
text-decoration: none;
font-weight: normal;
border-right: 0px
voice-family:inherit;
width: 123px;
}
html>body a.sublevel {width:123px;} /* Opera5-Fix-fix ;) */
a.sublevel:hover, a.sublevel#active_menu {
text-decoration: none;
background-color:#CCCCCC;
width: 139px;
voice-family:"\"}\""; /* Box Model fix */
voice-family:inherit;
width: 123px;
}
html>body a.sublevel:hover, a.sublevel#active_menu { /* Opera5-Fix-fix ;) */
width: 123px;
}
html>body a.sublevel_central {width: 100%;} /* Opera5-Fix-fix ;) */
a.sublevel_central:hover, a.sublevel_central#active_menu_central {
text-decoration: none;
background-color:#CCCCCC;
width: 100%;
display: block;
voice-family:"\"}\""; /* Box Model fix */
voice-family:inherit;
}
html>body a.sublevel_central:hover, a.sublevel_central#active_menu_central { /* Opera5-Fix-fix ;) */
width: 100%;
}
/* Module specific */
#leftcol div.module div div div div.syndicate {
background: #993300;
width: 137px;
margin: 0px;
padding: 0px;
}
#leftcol div.module div div div div.syndicate div {
background: #993300;
width: 137px;
margin: 0px;
padding: 0px;
}
/* Other Mambo Stuff */
#title {
}
.pathway {
color:#000000;
font-size: 10px;
text-decoration: none;
font-weight: normal;
}
.pathway a{
color: #000000;
text-decoration: none;
font-weight: normal;
}
.mosimage {
border: 1px solid #cccccc;
margin: 5px
}
.mosimage_caption {
margin-top: 2px;
background: #efefef;
padding: 1px 2px;
color: #666;
font-size: 10px;
border-top: 1px solid #cccccc;
}
hr {
width: 90%;
}
hr.separator {
width: 40%;
}
a.pnav {
}
.pnav:hover {
}
.small {
font-size: 10px;
color: #ABABAB;
line-height: 0.7;
}
.smalldark {
font-size: 10px;
color: #000;
height: 10px;
line-height: 10px;
text-align: left;
}
.sectiontableentry1 {
text-align: left;
background: #EFEFEF;
font-size: 10px;
padding: 2px;
}
.sectiontableentry2 {
background: #FFF;
font-size: 10px;
text-align: left;
padding: 2px;
}
.button {
color: #c64934;
font-family: Arial, Hevlvetica, sans-serif;
text-align: center;
font-size: 11px;
font-weight: bold;
border: 3px double #cccccc;
width: auto;
background:#000000;
padding: 0px 5px;
line-height: 18px !important;
line-height: 16px;
height: 26px !important;
height: 24px;
margin: 1px;
}
}
.inputbox {
border: 1px solid #BBBBBB;
}
.createdate {
font-size: 10px;
color: #ABABAB;
height: 10px;
line-height: 0.7;
}
.modifydate {
font-size: 10px;
color: #ABABAB;
height: 20px;
line-height: 20px;
margin-bottom: 5px;
}
a.readon {
font-size: 10px;
text-decoration: none;
line-height: 15px;
border: 1px solid #EEEEEE;
padding-left: 13px;
background:#666600;
margin-top: 10px;
text-decoration: none;
font-weight: normal;
}
.blog_more {
font-size: 10px;
}
a.readon:hover {
background: #EEEEEE url(../images/readon.gif) no-repeat left;
text-decoration: none;
}
.blog {
width: 100%;
}
.contentheading {
width: 98%;
font-weight: bold;
font-size: 16px;
height: 23px;
line-height: 20px;
border-bottom: 1px solid #002E61;
font-family: arial;
color: #002E61;
}
.contentpaneopen {
text-align: left;
background: transparent;
font-size: 10px;
line-height: 1.8;
}
table.contentpane td.contentheading {
font-weight: bold;
font-size: 16px;
height: 23px;
line-height: 20px;
font-family: 'Trebuchet MS', verdana, sans-serif;
border: none;
}
table.contentpane ul {
margin: 0px;
padding: 0px;
list-style: none;
}
table.contentpane ul li{
padding: 0px;
margin: 0px;
padding-left: 15px;
}
.contentdescription {
font-size: 10px;
}
.sectiontableheader {
font-weight: bold;
font-size: 10px;
height: 25px;
line-height: 25px;
}
.categorytitle {
font-weight: bold;
font-size: 16px;
height: 25px;
line-height: 25px;
font-family: "Trebuchet MS", Verdana, sans serif;
}
.componentheading {
font-weight: bold;
font-size: 16px;
height: 23px;
line-height: 20px;
font-family: "Trebuchet MS", Verdana, sans serif;
border-bottom: 1px solid #002E61;
color: #002E61;
margin-bottom: 5px;
}
a.category {
text-decoration: underline;
}
a.category:hover {
text-decoration: underline;
}
table.moduletable {
width: 100%;
font-size: 80%;
}
table.moduletable th {
font-size: 80%;
}
table.moduletable_interno {
width: 100%;
heigth: 40px;
background-color:#DDDBCA;
font-size: 60%;
padding-bottom:3px;
font-family:Arial;
padding-bottom:1px;
padding-top:2px;
}
table.moduletable_interno th {
width: 100%;
font-size: 60%;
background-color:#DDDBCA;
font-family: Arial;
padding-bottom:1px;
padding-top:2px;
}
/* ancho botones, linea de abajo */
table.moduletable_central {
width: 100%;
background-color:#000000;
font-size: 80%;
padding-bottom:1px;
padding-top:2px;
font-family:Arial;
}
table.moduletable_central th {
width: 100%;
background-color:#000000;
font-size: 80%;
padding-bottom:1px;
padding-top:2px;
font-family:Arial;
}
table.moduletable_externo {
width: 100%;
background-color:#FFCC00;
font-size: 80%;
padding-bottom:3px;
font-family:Arial;
}
table.moduletable_externo th {
font-size: 80%;
background-color:#FFCC00;
font-family: Arial;
}
.poll {
font-size: 10px;
text-align: left;
}
.back_button a{
font-size: 10px;
font-weight: normal;
}
.blogsection {
font-size: 10px;
}
.blog_more ul li{
list-style: none;
padding-left: 14px;
line-height: 18px;
}
table.contenttoc {
border: 1px solid #CCCCCC;
padding: 3px;
}
table.contenttoc th{
font-weight: bold;
font-size: 10px;
border-bottom: 1px solid #BBBBBB;
}
form {
margin: 0px;
padding: 0px;
}
Úlima edición por Atrevidoweb fecha: 06-29-2007 a las 12:07 AM.
|
|
|
|
06-28-2007, 11:15 PM
|
#6
|
|
Interesado
Estado:
Offline
Mensajes: 43
Tiempo total: 13 horas 32 minutos 8 segundos
Tiempo medio: 3 segundos
Mensajes por día: 0.04
Reputación:
Fecha de Ingreso: Oct 2005
|
aquí va el index.php
Código:
<?php defined( "_VALID_MOS" ) or die( "Direct Access to this location is not allowed." );?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?php if ( $my->id ) { initEditor(); } ?>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<?php mosShowHead(); ?>
<?php echo "<link rel=\"stylesheet\" href=\"$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/css/template_css.css\" type=\"text/css\"/>" ; ?><?php echo "<link rel=\"shortcut icon\" href=\"$GLOBALS[mosConfig_live_site]/images/favicon.ico\" />" ; ?>
<style type="text/css">
<!--
body {
background-color: #FFFFFF;
background-repeat: no-repeat;
}
-->
</style>
<link href="css/template_css.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
body,td,th {
font-size: 12px;
}
a:link {
color: #FFFFFF;
}
a:visited {
color: #FFFFFF;
}
a:active {
color: #000000;
}
a:hover {
color: #000000;
}
-->
</style></head>
<body>
<div align="center">
<table width="800" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td width="1058"><table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="800" bgcolor="#DDDBCA"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" background="<?php echo $mosConfig_live_site;?>/templates/gobierno/images/header_bg.jpg">
<tr>
<td width="7%" height="68" align="left" valign="top" background= "<?php echo $mosConfig_live_site;?>/templates/gobierno/images/header_bg.jpg" "<?php echo $mosConfig_live_site;?>/templates/gobierno/images/header_bg.jpg"><img src="<?php echo $mosConfig_live_site;?>/templates/gobierno/images/header2.jpg" /></td>
<td width="86%" align="left" valign="middle" background= "<?php echo $mosConfig_live_site;?>/templates/gobierno/images/header_bg.jpg" "<?php echo $mosConfig_live_site;?>/templates/gobierno/images/header_bg.jpg"> </td>
<td width="7%" height="100%" align="right" valign="top" background="<?php echo $mosConfig_live_site;?>/templates/gobierno/images/header_bg.jpg"><img src="<?php echo $mosConfig_live_site;?>/templates/gobierno/images/header1.jpg" /></td>
</tr>
</table>
<table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="100%" align="center" valign="top" bgcolor="#FFCC00"><table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<th width="400" height="20" align="right" valign="top" nowrap="nowrap" bgcolor="#666633" no-repeat><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="329" height="20">
<param name="movie" value="<?php echo $mosConfig_live_site;?>/templates/gobierno/images/transparencia.swf" />
<param name="quality" value="high" />
<embed src="<?php echo $mosConfig_live_site;?>/templates/gobierno/images/transparencia.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="329" height="20"></embed>
</object></th>
</tr>
<tr>
<td bgcolor="#DDDBCA"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="34%" align="center" valign="baseline" bgcolor="#DDDBCA"><table width="100%" height="162" border="0" bgcolor="#990000">
<tr>
<td><?php mosLoadModules ( 'left' ); ?></td>
</tr>
</table>
<table width="200" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="20%" align="right" valign="top" bgcolor="#DDDBCA"><table width="97%" border="0" align="right" cellpadding="0" cellspacing="2">
<tr>
<td align="center" valign="top"><?php mosLoadModules ( 'user6',-1 ); ?><?php mosLoadModules ( 'user7',-1 ); ?>
<p>
<?php mosLoadModules ( 'user5',-1); ?>
</p></td>
</tr>
</table>
<p> </p></td>
</tr>
</table></td>
<td width="80%" align="center" valign="top" bgcolor="#DDDBCA"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><table width="100%" border="0">
<tr>
<td><?php mosLoadModules ( 'user1' ); ?></td>
</tr>
<tr>
<td align="center" bgcolor="#FFCC00"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="600" height="38" align="absmiddle">
<param name="movie" value="<?php echo $mosConfig_live_site;?>/templates/justicia/images/penitenciaria.swf" />
<param name="quality" value="high" />
<embed src="<?php echo $mosConfig_live_site;?>/templates/justicia/images/penitenciaria.swf" width="600" height="38" align="absmiddle" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
</object></td>
</tr>
</table></td>
</tr>
</table>
<table width="500" border="0" align="center" cellpadding="6" cellspacing="6">
<tr>
<td width="100%" align="center" valign="top" bgcolor="#FFFFFF"><?php mosPathWay(); ?>
<?php mosMainBody(); ?></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table></td>
<td width="20%" align="right" valign="top" bgcolor="#FFCC00"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFCC00">
<tr>
<td width="20%" height="329" valign="top"><?php echo mosCurrentDate(); ?>
<div align="right"></div>
<form action="index.php" method="post">
<div align="center">
<input name="searchword" type="text" class="inputbox" onfocus="if(this.value=='<?php echo _SEARCH_BOX; ?>') this.value='';" onblur="if(this.value=='') this.value='<?php echo _SEARCH_BOX; ?>';" value="<?php echo _SEARCH_BOX; ?>" size="30" />
<input type="hidden" name="option" value="search" />
</div>
</form>
<p>
<?php mosLoadModules ( 'advert1' ); ?>
</p>
<p> </p></td>
</tr>
<tr>
<td width="20%" align="center" valign="top" bgcolor="#FFCC00"><?php mosLoadModules ( 'right',-1 ); ?>
<?php mosLoadModules ( 'user8',-1 ); ?>
<p> </p>
<div align="right"></div></td>
</tr>
</table></td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="baseline" bgcolor="#FFCC00"><?php include_once('includes/footer.php'); ?></td>
</tr>
</table></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</body>
</html>
Editado por Atrevidoweb. Por favor utiliza etiquetas de código o html según corresponda.
Úlima edición por Atrevidoweb fecha: 06-29-2007 a las 12:04 AM.
|
|
|
|
06-29-2007, 12:23 AM
|
#7
|
|
Super Moderador
Estado:
Offline
Mensajes: 537
Tiempo total: 3 Días 45 minutos
Tiempo medio: 18 segundos
Mensajes por día: 0.40
Reputación:
Fecha de Ingreso: Mar 2005
Localización: Buenos Aires - Argentina
|
Por favor, utiliza las etiquetas de código para insertar este tipo de material en el foro, facilita la lectura y evita que se incorporen smiles.
La plantilla tiene demasiadas tablas para mi gusto,... pero bueno, no es el tema de este hilo.
Los menús se definen por el módulo que los presenta en la portada. El módulo estandar de joomla permite 3 diseños básicos que se pueden modificar mediante CSS para adaptarlos a casi todas las necesidades. También existen otros módulos que te pueden dar más funcionalidad, deslizamiento de submenús, y efectos diferentes. La mayoría son GPL y se pueden encontrar en el sitio de extensiones de Joomla.org
con el módulo estandar, mod_mainmenu, tienes la posibilidad de establecer el tipo de menú cómo uno de los parámetros, y puedes elegir entre:
vertical (el que viene predeterminado) que genera una tabla con los items puestos uno debajo del otro en celdas de una sola columna.
horizontal, que genera una tabla con los items puestos en como celdas contiguas dentro de una misma linea.
lista, que genera los items en un listado del tipo ul li
lo obvio es utilizar el formato horizontal y listo.
de todos modos lo más interesante es utilizar el formato lista y modificar el css de ese módulo para que se muestre como te parezca mejor.
otros parámetros útiles en estos casos son el sufijo para la clase modultable de ese módulo lo que te permite utilizar una definición de estilo particular para ese módulo y también el sufijo para las clases de los items de menú que te permiten una definición de estilo particular para cada item en si mismo (los botones).
Algunas plantillas ya traen definidos estilos para estos casos y solo es necesario revisar el css y ver cuales son.
Lo más aconsejable en estos casos es experimentar y probar cada variante para ir aprendiendo cómo utilizarlos mejor.
|
|
|
|
06-29-2007, 01:19 AM
|
#8
|
|
Mambito
Estado:
Offline
Mensajes: 24
Tiempo total: 3 horas 17 minutos 44 segundos
Tiempo medio:
Mensajes por día: 0.04
Reputación:
Fecha de Ingreso: May 2007
Localización: Mar del Plata, Buenos Aires, Argentina
|
algo que está muy bueo para algunos casos (sobre todo cuando es muy grande el menu o sequierepoderlo cambiar facil, pero sin variar de como viene) es usar un componente que se llama swMenuMaker (ese es un componente para adeministrar menues grandesycon forma d arbol) y otro que se llama swMenuFree o algo asi que muestra el menu con animacion para desplegar submenues tanto verticales como horizontales y permite configurar mucho de como se ve desde la administracion, no me acuerdo el nombre exacto, pero busquen en extensions.joomla.org swmenu y tiene que aparecer, sino yo publico el link maÑana
c u
Esteban
|
|
|
|
06-30-2007, 02:03 AM
|
#9
|
|
Interesado
Estado:
Offline
Mensajes: 43
Tiempo total: 13 horas 32 minutos 8 segundos
Tiempo medio: 3 segundos
Mensajes por día: 0.04
Reputación:
Fecha de Ingreso: Oct 2005
|
Muchas gracias a los dos! Al final era un problema del CSS, había copiado directamente otro menú -estoy usando sufijos para cada módulo- y el display estaba como block y no como in-line, entonces por más que cambiara algo no iba a tomarlo. Saludos y muchas gracias de nuevo
|
|
|
|
| Herramientas |
Buscar en Tema |
|
|
|
Reglas de Mensajes
|
Tú no puedes crear nuevos temas
Tú no puedes responder temas
Tú no puedes adjuntar archivos
Tú no puedes editar tus mensajes
Código HTML está Off
|
|
|
Desarrollado por: vBulletin Version 3.0.7 Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Traducción Original ©2000-2008, Elmer. Corregida y modificada por Mambo Hispano
Hosting: Tropical Server
Todos los derechos reservados
|
 |