Búsqueda en el Foro:
Buscar


Autor Mensaje
Mensaje01-09-2010, 10:46 (UTC)    
Título del mensaje: Problema con menú

Necesito ayuda ya que me he hecho un menú horizontal desplegable pero no se donde colocarlo.

Cita:
<style media="all" type="text/css">@import "/menu/menu_style.css";</style>
<div>
<ul class="menu">
<li class="top"><a href="http://birthbysleep.es.tl/Portal.htm" target="_self" class="top_link"><span>Portal</span></a>
</li>
<li class="top"><a href="http://birthbysleep.es.tl/Noticias.htm" target="_self" class="top_link"><span>Noticias</span></a>
</li>
<li class="top"><a href="" target="_self" class="top_link"><span>Juegos</span></a>
<ul class="sub">
<li><a href="http://birthbysleep.es.tl/Noticias.htm" target="_self">Birth by Sleep</a></li>
<li><a href="http://birthbysleep.es.tl/3D.htm" target="_self">3D</a></li>
<li><a href="http://birthbysleep.es.tl/Kingdom-Hearts.htm" target="_self">Kingdom Hearts</a></li>
<li><a href="http://birthbysleep.es.tl/Chain-of-Memories.htm" target="_self">Chain of Memories</a></li>
<li><a href="http://birthbysleep.es.tl/358_2-Days.htm" target="_self">358/2 Days</a></li>
<li><a href="http://birthbysleep.es.tl/Kingdom-Hearts-II.htm" target="_self">Kingdom Hearts II</a></li>
<li><a href="http://birthbysleep.es.tl/Re-d-coded.htm" target="_self">Re:coded</a></li>
</ul>
</li>
<li class="top"><a href="http://birthbysleep.es.tl/Comunidad.htm" target="_self" class="top_link"><span>Comunidad</span></a>
<ul class="sub">
<li><a href="http://birthbysleep.es.tl/Chat.htm" target="_self">Chat</a></li>
<li><a href="http://birthbysleep.es.tl/Chat.htm" target="_self">Foro</a></li>
<li><a href="http://birthbysleep.es.tl/Cont%E1ctanos.htm" target="_self">Contáctanos!</a></li>
<li><a href="https://twitter.com/Bbsweb" target="_self">Síguenos en Twitter!</a></li>
</ul>
</li>
<li class="top"><a href="http://birthbysleep.es.tl/Extras.htm" target="_self" class="top_link"><span>Extras</span></a>
</li>
</ul>
</div>


Lo estoy intentando colocar en la web de pruebas que esta en css (http://birthbypruebas.es.tl) de paso me podriais decir como quitar las dos publicidades?[/code]
______________
Mensaje01-09-2010, 11:40 (UTC)    
Título del mensaje:

Hola!,

Para colocar el menu mire esto,
http://www.paginawebgratis.es/forum/viewtopic.php?t=25154

Sobre la publicidad, si se refiere al pop up y la de arriba no puede quitarla ya que es la del Servicio de PWG.

Saludos,
El equipo de Team-AyudaMaster.
Mensaje01-09-2010, 11:42 (UTC)    
Título del mensaje:

No me refiero al Pop-up y la de arriba, me refiero a que cuando me pasaron mi diseño a CSS también sale la publicidad, la del diseño y la vuestra asi que me gustaria quitar la de mi diseño para que no salgan dos publicidades.

Muchas gracias.
______________
Mensaje01-09-2010, 12:39 (UTC)    
Título del mensaje:

Yo no veo ninguna publicidad aparte de la de PWG, podrias dejar una captura?

http://www.paginawebgratis.es/forum/viewtopic.php?t=47545

Saludos!
Mensaje01-09-2010, 14:11 (UTC)    
Título del mensaje:

Es que no es en mi web, es en la web en pruebas http://birthbypruebas.es.tl (como no sabemos mucho de hace webs en CSS, hemos creado otra web para probar en esta las cosas y es aquí donde hemos probado el diseño CSS y nos salen 2 publicidades)

Me podrias decir en que parte tendria que poner el menú? I tambien que tendria que borrar (el menú que hay ahora) por cierto es un menu horizontal desplegable, el que quiero poner.

Texto por encima de la pàgina:

Código:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
   <link rel="shortcut icon" href="http://img.webme.com/pic/b/birthbysleep/favicon.png" type="image/vnd.microsoft.icon" />
<meta name="description" content="Tu nueva web de Kingdom Hearts con toda la información de los juegos, noticias y novedades." />
<meta name="keywords" content="kingdom hearts, birth by sleep, riku, sora, aqua, ven, xehanort, sephiroth, kairi, roxas, xemnas, saïx, vexen, 358/2 days, terra, cloud, zexion, marluxia, xion, larxene, lexaeus, xaldin, xigbar, ventus, coded, re:coded, 3D, chain of memories, kingdom hearts 2, kingdom hearts 3, hearts, kingdom, Isa, Lea, No.1, memories, juegos, coded, 3D, 358/2, days, namine" />
<meta name="author" content="Riku y Ven" />
<meta name="robots" content="index,follow" />
   <title>  - Portal</title>
   <style type="text/css">
   <!--
      body {
         background-color: #2e3839;
         margin: 5px;
         font-family:   tahoma, verdana, arial;
      }
      td {
         font-family:   tahoma, verdana, arial;
         font-size: 11px;
         color: #080505;
      }
      a {
         font-size: 11px;
         color: #080505;
         text-decoration: none;
      }
      a:visited {
         font-size: 11px;
         text-decoration: none;
      }
      a:hover {
         font-size: 11px;
         text-decoration: underline;
      }
      a.std {
         font-size: 11px;
         color:#436123;
         text-decoration: none;
      }
      a:visited.std { font-size: 11px; color:#436123; text-decoration: none; }
      a:hover.std { font-size: 11px; color:#436123; text-decoration: underline; }
      .small   {
         font-family:   tahoma, verdana, arial;
         font-size: 9px;
         color: #000000;
      }
      .small a {
         color: black;
      }
      .headline,.headline2,.headline3 {
         font-family:   tahoma, verdana, arial;
         font-size: 11px;
         color: white;
      }
      .cont {
         font-family:   tahoma, verdana, arial;
         font-size: 11px;
         color: #000000;
      }
      .ro {
         background-color:#E7E7E7;
      }
      html {
         font-family:   tahoma, verdana, arial;
         font-size: 11px;
      }
      .bbc { color:#FFFFFF; background-color:#FFFFFF; border-color:#FFFFFF; border-style:solid; border-width:1px; text-decoration:none;}
      td.nav {
         background-image: url(http://theme.webme.com/designs/iceblue/images/button.gif);
         background-repeat: none;
         height: 33px;
         width: 185px;
         padding-left: 25px;
      }
      td.nav a {
         color: black;
         font-size:11px;
      }
      td.nav_heading {
         background-image: url(http://theme.webme.com/designs/iceblue/images/heading_left.gif);
         color: white;
         padding-left: 15px;
         line-height: 23px;
         width: 185px;
         height: 23px;
      }
      td.nav_head {
         background-image: url(http://theme.webme.com/designs/iceblue/images/head_left.gif);
         color: white;
         padding-left: 15px;
         line-height: 31px;
         width: 185px;
         height: 31px;
      }
      td.sidebar_heading {
         background-image: url(http://theme.webme.com/designs/iceblue/images/heading_right.gif);
         color: white;
         padding-left: 15px;
         line-height: 24px;
         width: 168px;
         height: 24px;
      }
      td.sidebar_head {
         background-image: url(http://theme.webme.com/designs/iceblue/images/head_right.gif);
         color: white;
         padding-left: 15px;
         line-height: 32px;
         width: 168px;
         height: 32px;
      }
      .shouty,.shouty2,.shouty3,.shouty4,.shouty5 {
         background-color: #fafbfc;
         background-image: url(http://theme.webme.com/designs/iceblue/images/shouty.gif);
         background-repeat: no-repeat;
         padding: 5px;
      }
      .shoutbox {
         overflow: auto;
         height: 300px;
         width: 175px;
      }
      .nick {
         font-weight: bold;
      }
      .shoutbox hr {
         border: 0;
         border-bottom: 1px dashed #0c2737;
      }
      .shoutbox input, .shoutbox textarea {
         width: 155px;
      }
      .send {
         margin-top: 5px;
         color: black;
         font-weight: bold;
         width: 50px;
         margin-left: auto;
         margin-right: auto;
      }
      .RowLight, .RowDark {
         padding-left: 10px;
         height: 27px;
      }
      .RowLight {
         background-image: url(http://theme.webme.com/designs/iceblue/images/stats_bg1.gif);
      }
      .RowDark {
         background-image: url(http://theme.webme.com/designs/iceblue/images/stats_bg2.gif);
      }
      img { border: 0;}
      .headline a, .footer_text, .footer_text a.nav {
         color: white;
      }
         //-->
   </style>
</head>
<body>
<FONT color="white"><!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">
<div style="width:900px; position: relative; margin-left: auto; margin-right: auto;">
<style>
<style type="text/css"> <!-- Creado con Pwg Maker v5
td.edit_header_full{background-image:url();background-color:;}
body{background-image:url(http://img203.imageshack.us/img203/1993/fondowebf.png);background-color:;}
td.nav{background-image:url(http://img651.imageshack.us/img651/9210/botont.png);background-color:;}
td.nav:hover{background-image: url(http://img651.imageshack.us/img651/9210/botont.png);background-color:;}
td.nav_heading{background-image:url(http://img28.imageshack.us/img28/2012/navegacin.png);background-color:;}
td.edit_below_nav{visibility:hidden;}
td.edit_navi_headbg{background-image:url();}
td.edit_rechts_sbg{visibility:hidden;}
td.sidebar_heading{background-image:url(http://img695.imageshack.us/img695/8361/sobreboxx.png);background-color:;}
td.edit_content_top{background-image:url(http://img831.imageshack.us/img831/4205/centroweb.png);background-color:;}
td.edit_content{background-image:url(http://img842.imageshack.us/img842/9346/fondopaginas.png);background-color:;}
td.edit_content_bottom{background-image:url(http://img815.imageshack.us/img815/3063/baix.png);background-color:;}
td.edit_content_bottom2{background-image:url(http://img682.imageshack.us/img682/4571/cierra.png);background-color:;}
td.shouty{background-image:url(http://img693.imageshack.us/img693/8748/dentrobox.png);background-color:;}
td.shouty2{background-image:url(http://img693.imageshack.us/img693/8748/dentrobox.png);background-color:;}
td.shouty3{background-image:url(http://img693.imageshack.us/img693/8748/dentrobox.png);background-color:;}
td.shouty4{background-image:url(http://img693.imageshack.us/img693/8748/dentrobox.png);background-color:;}
td.shouty5{background-image:url(http://img693.imageshack.us/img693/8748/dentrobox.png);background-color:;}
td.edit_rechts_cbg{background-image: url();}
td.edit_rb_footer{background-image:url(http://img834.imageshack.us/img834/1926/separaboox.png);background-color:;}
td.edit_rechts_bottom{background-image: url();}
td.edit_content_bottom:hover{background-image:url(http://img815.imageshack.us/img815/3063/baix.png);background-color:;}
--!></style><br></FONT>
<style type="text/css">
#ad-eccb br {
      display: none;
}
</style>
<table height="102" id="ad-eccb">
<tr>
<td height="102">
<iframe src="http://ads.webme.com/banner.php?pos=bw" frameborder="0" width="728" height="90" scrolling="no"></iframe></td>
</tr>
</table>
<table class="edit_main_table" width="1000" border="0" cellspacing="0" cellpadding="0">
   <tr>
      <td width="921" height="1000" align="left" valign="top" class="edit_main_tr">
         <table width="921" border="0" cellspacing="0" cellpadding="0" class="edit_second_table">
            <tr>
               <td height="104" align="left" valign="top" class="edit_header_full" background="http://img.webme.com/pic/b/birthbysleep/logo.png">
                  <table width="921" border="0" cellspacing="0" cellpadding="0">
                     <tr>
                        <td width="200" class="edit_header_sub_left" > </td>
                        <td width="712" class="edit_header_sub_right" height="26"> </td>
                     </tr>
                     <tr>
                        <td class="edit_header_over_headline"> </td>
                        <td class="headline" style="font-size: 20px; font-weight: bold; text-align: right; padding-right: 10px;"> </td>
                     </tr>
                  </table>
               </td>
            </tr>
            <tr>
               <td class="edit_td_third_table">
                  <table width="921" border="0" cellspacing="0" cellpadding="0" class="edit_third_table">
                     <tr>
                        <td width="185" height="1000" align="left" valign="top" background="http://theme.webme.com/designs/iceblue/images/navi_bg.gif" class="edit_navi_headbg">
                           <table width="185" border="0" cellspacing="0" cellpadding="0">
                              <tr>
                                 <td class="nav_heading">Menú</td>
                              </tr>
                              <tr class="checked_menu">
                                 <td class="nav" id="nav_Portal">
                                    <a href="/Portal.htm" class="menu"><b>Portal</b></a>                                 </td>
                              </tr>
                              <tr>
                                 <td class="nav" id="nav_Noticias">
                                    <a href="/Noticias.htm" class="menu"><b>Noticias</b></a>                                 </td>
                              </tr>
                              <tr>
                                 <td class="nav" id="nav_Encuestas">
                                    <a href="/Encuestas.htm" class="menu"><b>Encuestas</b></a>                                 </td>
                              </tr>
                              <tr>
                                 <td class="nav" id="nav_BirthbySleep">
                                    <a href="/Birth-by-Sleep.htm" class="menu"><b>Birth by Sleep</b></a>                                 </td>
                              </tr>
                              <tr>
                                 <td class="nav" id="nav_3D">
                                    <a href="/3D.htm" class="menu"><b>3D</b></a>                                 </td>
                              </tr>
                              <tr>
                                 <td class="nav" id="nav_KingdomHearts">
                                    <a href="/Kingdom-Hearts.htm" class="menu"><b>Kingdom Hearts</b></a>                                 </td>
                              </tr>
                              <tr>
                                 <td class="nav" id="nav_ChainofMemories">
                                    <a href="/Chain-of-Memories.htm" class="menu"><b>Chain of Memories</b></a>                                 </td>
                              </tr>
                              <tr>
                                 <td class="nav" id="nav_3582Days">
                                    <a href="/358_2-Days.htm" class="menu"><b>358-2 Days</b></a>                                 </td>
                              </tr>
                              <tr>
                                 <td class="nav" id="nav_KingdomHeartsII">
                                    <a href="/Kingdom-Hearts-II.htm" class="menu"><b>Kingdom Hearts II</b></a>                                 </td>
                              </tr>
                              <tr>
                                 <td class="nav" id="nav_Recoded">
                                    <a href="/Re-d-coded.htm" class="menu"><b>Re:coded</b></a>                                 </td>
                              </tr>
                              <tr>
                                 <td class="nav" id="nav_Chat">
                                    <a href="/Chat.htm" class="menu"><b>Chat</b></a>                                 </td>
                              </tr>
                              <tr>
                                 <td class="edit_below_nav">
                                    <img src="http://theme.webme.com/designs/iceblue/images/navi_ende.gif" width="185" height="198">
                                 </td>
                              </tr>
                           </table>
                        </td>
                        <td width="568" height="1000" align="left" valign="top" background="http://theme.webme.com/designs/iceblue/images/cont_bg.gif" class="edit_rechts_cbg">
                           <table width="100%" border="0" cellspacing="0" cellpadding="0">
                              <tr>
                                 <td>
                                    <table class="edit_rechts_tabelle" width="568" border="0" cellspacing="0" cellpadding="0">
                                       <tr>
                                          <td background="http://theme.webme.com/designs/iceblue/images/cont_top.gif" height="38" class="edit_content_top">
                                             <table width="568" border="0" cellspacing="0" cellpadding="0">
                                                <tr>
                                                   <td class="edit_content_left" width="20"></td>
                                                   <td class="edit_content_right" width="548" height="5"></td>
                                                </tr>
                                                <tr>
                                                   <td class="edit_content_pre_headline2"> </td>
                                                   <td class="headline2">Portal</td>
                                                </tr>
                                             </table>
                                          </td>
                                       </tr>
                                       <tr>
                                          <td height="100" align="left" valign="top" background="http://theme.webme.com/designs/iceblue/images/cont2_bg.gif" class="edit_content">
                                             <table width="100%"   border="0" cellspacing="0" cellpadding="0">
                                                <tr>
                                                   <td class="edit_content_container">
                                                      <table width="100%"   border="0" cellspacing="0" cellpadding="0">
                                                         <tr>
                                                            <td class="edit_content_left_spacer" width="3%"> </td>
                                                            <td class="edit_content_main" width="94%">
                                   


Texto por debajo de la pàgina:

Código:
td class="edit_content_right_spacer" width="3%"> </td>
                                                         </tr>
                                                      </table>
                                                   </td>
                                                </tr>
                                             </table>
                                          </td>
                                       </tr>
                                       <tr>
                                          <td height="31" background="http://theme.webme.com/designs/iceblue/images/cont_bottom.gif" class="edit_content_bottom"></td>
                                       </tr>
                                    </table>
                                 </td>
                              </tr>
                              <tr>
                                 <td background="http://theme.webme.com/designs/iceblue/images/footer.gif" height="31" class="edit_content_bottom2">
                                    <table width="100%"   border="0" cellspacing="0" cellpadding="0">
                                       <tr>
                                          <td class="edit_content_bottom2_left_spacer" width="2%"> </td>
                                          <td class="edit_content_bottom2_counter" width="96%" style="color:white; text-align: center;">
                                                                                          <font color="black" style="padding-left:5px;" class="edit_copyright">
                                                <script LANGUAGE="JavaScript">
var txt="Kingdom Hearts";
var espera=30;
var refresco=null;
function rotulo_title() {
document.title=txt;
txt=txt.substring(1,txt.length)+txt.charAt ;
refresco=setTimeout("",espera);}
rotulo_title();
</script>                                             </font>
                                          </td>
                                          <td class="edit_content_botom2_right_spacer" width="2%"> </td>
                                       </tr>
                                    </table>
                                 </td>
                              </tr>
                           </table>
                        </td>
                        <td width="168" align="left" valign="top" background="http://theme.webme.com/designs/iceblue/images/rechts_bg2.gif" class="edit_rechts_bottom">
                           <table id="sidebar_heading_1" width="168" border="0" cellspacing="0" cellpadding="0">
                              <tr>
                                 <td class="sidebar_heading">Encuestas</td>
                              </tr>
                              <tr>
                                 <td class="shouty">
<br />
<br />
<table align="center" cellpadding="0" cellspacing="0">
   <tr>
      <td valign="top" width="150">
         <form action="" method="post">
         <b>¿Con quién empezarás a jugar el BbS?</b>
         <table align="center" width="150">
            <tr>
               <td><input type="radio" name="antwort" value="7">Ven</td>
            </tr>
            <tr>
               <td><input type="radio" name="antwort" value="8">Aqua</td>
            </tr>
            <tr>
               <td><input type="radio" name="antwort" value="9">Terra</td>
            </tr>
            <tr>
               <td>
                  La encuesta sigue activa 11 Dias, 16 Horas, 54 Minutos y 58 Segundos<br>
                  <input type="hidden" name="uid" value="2">
                  <input type="submit" value="Votar"><br />
                  (<a href="?uid=2">Mostrar resultados</a>)
               </td>
            </tr>
         </table>
         </form>
      </td>
   </tr>
</table>
<br /><br />                                 </td>
                              </tr>
                              <tr>
                                 <td background="http://theme.webme.com/designs/iceblue/images/poll_bottom_bg.gif" height="27" class="edit_rb_footer" id="edit_rb_footer_1"> </td>
                              </tr>
                           </table>
                           <table width="168" border="0" cellspacing="0" cellpadding="0" id="sidebar_heading_2">
                              <tr>
                                 <td class="sidebar_heading">KH Birth by Sleep</td>
                              </tr>
                              <tr>
                                 <td class="shouty2">
                                    Saldrá el 10 de Septiembre de 2010 para PSP. Los personajes controlables son Ven, Terra y Aqua. Los enemigos serán los Nescientes, anteriores a los sincorazón e incorpóreos, y los antagonistas serán el verdadero maestro Xehanort y Vanitas, el creador de los Nescientes.
 
 
<object type="application/x-shockwave-flash" data="http://www.oneplusyou.com/bb/files/countdown/countdown.swf?co=00E7FE&bgcolor=000101&date_month=09&date_day=10&date_year=1&un=BIRTH BY SLEEP&size=tiny&mo=09&da=10&yr=2010" width="125" height="40"><param name="movie" value="http://www.oneplusyou.com/bb/files/countdown/countdown.swf?co=00E7FE&bgcolor=000101&date_month=09&date_day=10&date_year=1&un=BIRTH BY SLEEP&size=tiny&mo=09&da=10&yr=2010" /><param name="bgcolor" value="#000101" /></object><img src="http://www.oneplusyou.com/q/img/bb_badges/countdown.jpg" alt="" style="display: none;" height="1" width="1" />                                 </td>
                              </tr>
                              <tr>
                                 <td background="http://theme.webme.com/designs/iceblue/images/poll_bottom_bg.gif" height="27" class="edit_rb_footer" id="edit_rb_footer_2"> </td>
                              </tr>
                           </table>
                           <table width="168" border="0" cellspacing="0" cellpadding="0" id="sidebar_heading_3">
                              <tr>
                                 <td class="sidebar_heading">KH Re:coded</td>
                              </tr>
                              <tr>
                                 <td class="shouty3">
                                    El próximo juego de KH, un remake del juego Coded que salió para móviles en Japón. Esta vez el remake saldrá para NDS.<br />
<br />
Saldrá en Japón el 7 de Octubre de este mismo año. La fecha de salida en Europa es posiblemente, Febrero de 2011, según la web inglesa de GAME. (Aun sin confirmar)                                 </td>
                              </tr>
                              <tr>
                                 <td background="http://theme.webme.com/designs/iceblue/images/poll_bottom_bg.gif" height="27" class="edit_rb_footer" id="edit_rb_footer_3"> </td>
                              </tr>
                           </table>
                           <table width="168" border="0" cellspacing="0" cellpadding="0" id="sidebar_heading_4">
                              <tr>
                                 <td class="sidebar_heading">KH 3D</td>
                              </tr>
                              <tr>
                                 <td class="shouty4">
                                    El siguiente juego despues de Re:coded, no será un remake y se sabe bien poco de este. Los protagonistas serán Sora y Riku del KH I y pasarán pos Ciudad de Paso y Islas del Destino luchando contra Penumbra Espinosa.<br />
<br />
El juego más misterioso de KH tratará sobre la confianza y tendrás que ir variando de personaje entre los dos ya nombrados. Posiblemente habrá un trailer de este juego en la TGS de este año. (Septiembre)                                 </td>
                              </tr>
                              <tr>
                                 <td background="http://theme.webme.com/designs/iceblue/images/poll_bottom_bg.gif" height="27" class="edit_rb_footer" id="edit_rb_footer_4"> </td>
                              </tr>
                           </table>
                           <table width="168" border="0" cellspacing="0" cellpadding="0" id="sidebar_heading_5">
                              <tr>
                                 <td class="sidebar_heading">Kingdom Hearts 3</td>
                              </tr>
                              <tr>
                                 <td class="shouty5">
                                    Supuestamente, se ha comenzado el desarrollo del juego, aun que no es seguro. Square Enix ha afirmado que KH3 está en sus planes, cosa que muchos pensaban que no era así.<br />
Nomura ha afirmado que este será el final de la saga Xehanort, pero no el final de KH y que Sora será el heroe hasta el final.                                 </td>
                              </tr>
                              <tr>
                                 <td background="http://theme.webme.com/designs/iceblue/images/poll_bottom_bg.gif" height="27" class="edit_rb_footer" id="edit_rb_footer_5"> </td>
                              </tr>
                           </table>
                        </td>
                     </tr>
                  </table>
               </td>
            </tr>
         </table>
      </td>
      <td width="79" background="http://theme.webme.com/designs/iceblue/images/s_bg.gif" class="edit_rechts_sbg"> </td>
   </tr>
</table>
<div style="float: left">
   </div>
<FONT color="white"></FONT>



CSS:

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;} * {padding:0; margin:0;}


PD: Supongo que te refieres a esto, gracias.
______________


Ultima edición por birthbysleep el Mie Sep 01, 2010 3:50 pm; editado 6 veces
Mostrar mensajes anteriores:   


Powered by phpBB © 2001, 2005 phpBB Group