Búsqueda en el Foro:
Buscar


Autor Mensaje
Mensaje16-09-2009, 03:18 (UTC)    
Título del mensaje: problema con plantilla

Wenaz... estoy haciendo un nuevo diseño para mi web y tengo una pregunta... mira la imagen:


La plantilla que estoy usando:

Por encima de la pag
Código:
<style type="text/css">
<!--
table{margin-left:auto;margin-right:auto}   
--></style>

</head>

<body>
<div id="templatemo_container_wrapper">
<div id="templatemo_container">

    <div id="templatemo_header">
      <div id="templatemo_site_title"><span></span></div>
        <div id="templatemo_site_slogan"></div>
   </div>   

   <div id="templatemo_menuleft"></div>   
   <div id="templatemo_menu">
        <ul>
         <li><a href="#" class="current">Home</a></li>
            <li><a href="#">Albums</a></li>
         <li><a href="#">Artists</a></li>
            <li><a href="#">Promotions</a></li>
            <li><a href="#">About Us</a></li>
            <li><a href="http://losjodedores.es.tl">Contact Us</a></li>
        </ul>       
    </div>
   
   <div id="templatemo_content">
      <div id="templatemo_left_column">
           <div class="templatemo_section2">
               <h1>Search</h1>
                <form id="form1" name="form1" method="post" action="#">
                    <input name="search_text" type="text" id="search_text" />
                    <input class="button" type="submit" name="Submit" value="Search" />
                </form>
            </div>
         <div class="templatemo_section2">
               <h1>Links</h1>
               <a href="#">Text Link One</a><br />
                    <a href="#">Cool Website Two</a><br />
                    <a href="#">Text Link Three</a><br />
                    <a href="http://www.flashmo.com" target="_parent">Flash Templates</a><br />
                    <a href="http://www.templatemo.com" target="_parent">Free CSS Templates</a><br />
            </div>
            <a href="http://validator.w3.org/check?uri=referer"><img style="border:0;width:88px;height:31px" src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Transitional" width="88" height="31" vspace="8" border="0" /></a>
<a href="http://jigsaw.w3.org/css-validator/check/referer"><img style="border:0;width:88px;height:31px"  src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS!" vspace="8" border="0" /></a><br />
      </div>
       
      <div id="templatemo_right_column">
           <h1>Welcome to our music corner</h1>



desing scc

Código:
lli.nav_element{display: none;}
li.nav_element a{display: none;}
h1#title{display: none;}
h2#title span {display: none;}
div.header{display: none;}
li.nav_element{list-style-type: none;}
li.nav_element{display: none;}



body {
   margin:0;
   padding:0;
   line-height: 1.5em;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #FFFFFF;
   background: #000000;
}

a:link, a:visited { color: #ffffff; text-decoration: none; }
a:active, a:hover { color: #ffffff; text-decoration: underline; }

h1 {
   margin:0px 0px 10px 0px;
   padding-bottom: 8px;
   font-weight: bold;
   font-size: 14px;
   color:#FFFFFF;
   border-bottom: solid 1px #555555;
}
h2 {
   padding: 5px 0px 5px 10px;
   margin: 0px;   
   font-weight: bold;
   font-size:12px;
   color: #FFFFFF;
   background: url(http://img89.imageshack.us/img89/1170/92990966.jpg) repeat-x;
   border: 1px solid #000000;
}
h3 {
   margin: 0px;
   padding: 2px 0px 2px 10px;
   font-weight: bold;
   font-size: 11px;
   color: #FFFFFF;
}
.text_area {
   text-align: justify;
}
img {
   margin: 10px 10px 0px 10px;
   float:left;
   border: 2px solid #FFFFFF;
}

#templatemo_container_wrapper {
   background: url(http://img300.imageshack.us/img300/668/10543857.jpg) repeat-x;
}

#templatemo_container {
   margin: 0px auto;
   width: 810px;
}

#templatemo_top{
   float: left;
   margin-left: -10px;
   padding: 19px 0px 10px 0px;
   text-align: right;
   width: 810px;
}

#templatemo_header {
   clear: left;
   margin-bottom:5px;
   margin-left: -55px;
   width: 915px;
   height: 235px;
   background: url(http://img412.imageshack.us/img412/38/cabezaldelforomejorcito.png) no-repeat;
}

#templatemo_site_title {
   padding-top: 120px;
   padding-left: 50px;
   font-size: 35px;
   color: #060606;
}

#templatemo_site_title span {
   font-weight: bold;
   color: #000000;
}

#templatemo_site_slogan {
   padding-top: 10px;
   padding-left: 200px;
   font-size: 12px;
   color: #060606;
}

/*------------- Menu ------------------*/
#templatemo_menuleft {
   float: left;
   height: 41px;
   width: 20px;
   background: #555555 url(http://img36.imageshack.us/img36/4457/38737850.jpg) no-repeat;
}

#templatemo_menu{
   float: left;
   margin-top: 0px;
   padding: 0px;
   width: 790px;
   height: 41px;
   background: #555555 url(http://img21.imageshack.us/img21/6564/79625906.jpg) right no-repeat;
}

#templatemo_menu ul {
   margin: 0px;
   padding: 0px;
   list-style: none;
   text-align: center;
}

#templatemo_menu ul li{
   display: inline;
}

#templatemo_menu ul li a{
   float: left;
   padding: 11px 1px;
   width: 127px;
   font: 16px arial;
   text-align: center;
   text-decoration: none;
   color: #FDFDFD;
}
#templatemo_menu ul li a:hover, #templatemo_menu ul li .current{
   color: #ffffff;
   text-decoration: none;
   background: url(http://img36.imageshack.us/img36/8747/30226361.jpg) repeat-x;
}

/*---------- end of menu -------------*/

/* ----------------- Content ----------------------- */

#templatemo_content {
   float: left;
   width: 810px;
   background: url(http://img509.imageshack.us/img509/5846/39096287.jpg) repeat-y;
}

#templatemo_left_column {
   float: left;
   padding: 20px;
   width: 200px;
   min-height: 420px;
   background: url(http://img200.imageshack.us/img200/1393/91076612.png) right center no-repeat;

}

#templatemo_right_column {
   float: right;
   width: 530px;
   padding: 20px;
   padding-left: 0px;
   min-height: 420px;
}

#templatemo_content_bottom {
   clear: left;
   margin: 0px;
   padding: 0px;
   width: 810px;
   height: 5px;
   background: url(http://img401.imageshack.us/img401/8871/72469035.jpg) no-repeat;
}

/*------------ end of content ------------*/

.news_section {
   float: left;
   padding: 0px;
   width: 300px;   
   margin-right: 15px;
   background: #090909;
}

.news_section p {
   margin: 0px;
   padding: 0px 0px 5px 10px;
   font-size: 11px;
}

.promotion_section {
   float: left;
   margin: 0px;
   padding: 0px;
   width:200px;
   background: #090909;
}

.promotion_section p{
   margin: 0px;
   padding: 5px 5px 5px 10px;
   font-size: 11px;
}

.more{
   padding: 0px 10px 10px 0px;
   text-align: right;
   font-size: 11px;
   font-weight: bold;
}

.templatemo_section2 {
   margin-bottom: 10px;
   padding: 10px;
   border: #ffffff solid 1px;
   background: #090909;
}

.templatemo_section2 a {
   padding-left: 20px;
   color: #ffffff;
   line-height: 25px;
   text-decoration: none;
   background: url(GIONES PARA LOS LINK DEL MENU PENDIENTE) center left no-repeat;
}

.templatemo_section2 a:hover {
   color: #555555;
   text-decoration: none;
}

/* search form */
form {
   padding: 0 0 6px 8px;
}

.button {
   margin-top: 10px;
   padding: 1px 5px;
   border: none;
   color: #FFFFFF;
   background: url(http://img23.xooimage.com/files/b/c/c/templatemo_button_background-123fce9.gif) repeat-x;
}
/* ----------- */

/* -------- Footer --------- */

#templatemo_footer {
   clear: left;
   padding: 10px;
   height: 62px;
   color: #ffffff;
   line-height: 24px;
   text-align: center;
}
#templatemo_footer a {
   color: #ffffff;
   text-decoration: none;
}

#templatemo_footer a:hover {
   color: #555555;
}

/* --------- end of footer --------------*/








que tengo que cambiarle??
______________

Mostrar mensajes anteriores:   


Powered by phpBB © 2001, 2005 phpBB Group