Ver Mensaje Individual
  #3 (permalink)  
Antiguo 04/10/2010, 21:37
Avatar de newmesis
newmesis
 
Fecha de Ingreso: octubre-2010
Ubicación: Chillán, Chile, Chile
Mensajes: 42
Antigüedad: 14 años, 1 mes
Puntos: 0
Respuesta: problema con cajas div

bueno aki estan los codigos
este es la cabecera

Código PHP:
Ver original
  1. <?php
  2.     global $shortname, $category_menu, $exclude_pages, $exclude_cats, $hide, $strdepth, $strdepth2, $page_menu; ?>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
  5. <head profile="http://gmpg.org/xfn/11">
  6. <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
  7. <title><?php elegant_titles(); ?></title>
  8. <?php elegant_description(); ?>
  9. <?php elegant_keywords(); ?>
  10. <?php elegant_canonical(); ?>
  11.  
  12. <link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/css/reset.css" type="text/css" media="screen" />
  13. <link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/style.css" type="text/css" media="screen" />
  14. <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
  15. <link rel="alternate" type="application/atom+xml" title="<?php bloginfo('name'); ?> Atom Feed" href="<?php bloginfo('atom_url'); ?>" />
  16. <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
  17.  
  18. <!--[if IE 7]>
  19.         <link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_directory'); ?>/css/ie7style.css" />
  20.     <![endif]-->
  21.     <!--[if IE 8]>
  22.         <link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_directory'); ?>/css/ie8style.css" />
  23.     <![endif]-->
  24.     <!--[if lt IE 7]>
  25.     <link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_directory'); ?>/css/ie6style.css" />
  26.     <script src="<?php bloginfo('stylesheet_directory'); ?>/js/DD_belatedPNG_0.0.8a-min.js" type="text/javascript" charset="utf-8"></script>
  27.     <script type="text/javascript">DD_belatedPNG.fix('div#top, img#logo, img.logo_line, div#left_arrow a img, div#right_arrow a img, span a.readmore, #f_menu div.featitem,  #f_menu div.active, ul.sf-menu li.backLava');</script>
  28. <![endif]-->
  29.  
  30. <script type="text/javascript">
  31.     document.documentElement.className = 'js';
  32. </script>
  33.  
  34. <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
  35. <?php wp_head(); ?>
  36.  
  37. </head>
  38.  
  39. <body <?php body_class(); ?>>
  40.  
  41.  
  42.  
  43.            
  44. <div id="top">
  45.    
  46.  
  47.         <div id="header"><img border="0" src="http://img808.imageshack.us/img808/151/finaly.jpg">
  48.  
  49.             <!-- Start Logo -->
  50.            
  51.             <!-- End Logo -->
  52.  
  53.            
  54.  
  55.             <!-- Start Searchbox -->
  56.  
  57.             <div id="searchico">
  58.                
  59.                 <form method="get" id="searchbox" action="<?php bloginfo('url'); ?>/">
  60.                     <input type="text" value="<?php _e('search this site...','Polished'); ?>" name="s" id="s" />
  61.                 </form>
  62.             </div>
  63.             <!-- End Searchbox -->
  64.        
  65.             <!-- Start Menu -->
  66.             <ul class="sf-menu">
  67.                 <?php if (get_option('polished_home_link') == 'on') { ?>
  68.                     <li <?php if (is_front_page()) echo('class="current_page_item"') ?>><a href="<?php bloginfo('url'); ?>"><?php _e('<b>Home</b>','Polished'); ?></a></li>
  69.                 <?php }; ?>
  70.  
  71.            
  72.             <a href="http://leonman.site90.com/?page_id=76 "><b>Biografía</b></a>
  73.             <a href="http://leonman.site90.com/?page_id=63"><b>Galerías</b></a>
  74.             <a href="http://leonman.site90.com/?page_id=66"><b>Videos</b></a>
  75.             <a href="http://leonman.site90.com/?cat=11"><b>Discografía</b></a>
  76.             <a href="http://leonman.site90.com/?page_id=78"><b>MP3 Sueltos</b></a>
  77.             </ul>
  78.  
  79.            
  80.             <!-- End Menu -->  
  81.  
  82.             <?php if (get_option('polished_featured') == 'on' && is_front_page()) include(TEMPLATEPATH . '/includes/featured.php'); ?>
  83.  
  84. <div id="empresa"> <p class="empresa2"><a href="http://www.empirelionenterprise.com" target="_blank"</a></p></div></a>
  85.     </div>
  86.         </div>
  87.         <!-- End Header -->
  88.         <div style="clear: both;"></div>
  89.  
  90.  
  91.  
  92.      
  93.     <!-- End Top -->

Última edición por metacortex; 05/10/2010 a las 01:22 Razón: Encerrar código entre etiquetas PHP