Advertisement
Guest User

Header menu

a guest
Apr 23rd, 2012
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1.  
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
  4. <head>
  5. <title><?php bloginfo('Architecture'); ?> <?php wp_title(); ?></title>
  6. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  7. <link href="<?php bloginfo('stylesheet_url'); ?>" rel="stylesheet" type="text/css" media="all"/>
  8.  
  9.  
  10. <?php wp_head(); ?>
  11.  
  12. </head>
  13. <body bgcolor="#FFFFFF" background="<?php bloginfo('template_directory'); ?>/images/index_01.jpg">
  14. <!-- Save for Web Slices (final_logo_center2.psd) -->
  15. <div id="container">
  16.  
  17. <div id="header">
  18.  
  19. <div>
  20. <img src="<?php bloginfo('template_directory'); ?>/images/index_02.jpg" width="883" height="89" alt="" ></div>
  21.  
  22. <div>
  23.  
  24. <div class="menu" style="float:left;">
  25.  
  26. <?php wp_nav_menu($args); ?>
  27. <ul>
  28. <li><?php wp_list_pages('title_li='); ?><a href="" target="_self">home</a>
  29. </li>
  30. <li><?php wp_list_pages('title_li='); ?><a href="" target="_self" >art</a>
  31. </li>
  32. <li><?php wp_list_pages('title_li='); ?><a href="" target="_self" >portfolio</a>
  33. </li>
  34.  
  35. </ul>
  36. </div>
  37. <div style="position::absolute; float:left;">
  38. <img src="<?php bloginfo('template_directory'); ?>/images/index_09.jpg" width="302" height="42" alt="center logo"></div>
  39.  
  40. <div class="menu2">
  41. <ul>
  42. <li><?php wp_list_pages('title_li='); ?><a href="" target="_self" >raving fans</a>
  43. </li>
  44. <li><?php wp_list_pages('title_li='); ?><a href="" target="_self" >faq</a>
  45. </li>
  46. <li><?php wp_list_pages('title_li='); ?><a href="" target="_self" >contact</a>
  47. </li>
  48. </ul>
  49. </div>
  50. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement