http://www.ctgprofessional.com
the drop down menu works, but its behind the archives panel on the left side(the drop down is Press link and Athletes link)
this is a word-press site and i cant seem to get the menu to go infront of the archives box =( help!
here is the header.php code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title><?php wp_title('«', true, 'right'); ?> <?php bloginfo('name'); ?></title>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="<?php bloginfo('name'); ?> Atom Feed" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
<?php //comments_popup_script(600, 600); ?>
<?php wp_head(); ?>
</head>
<body>
<div class="min-width">
<div class="main">
<div class="top-left">
<div class="top-right">
<!--header-->
<div id="header">
<div class="head-row1">
<div class="logo">
<h1 onclick="location.href='<?php echo get_option('home'); ?>/'"><?php bloginfo('name'); ?></h1>
</div>
</div>
<div class="head-row2">
<div class="col1">
<div class="widget" id="categories">
<div class="block-top">
<div class="block-bot">
<h2><?php _e('Categories','theme807'); ?></h2>
<div class="inside-widget">
<ul>
<?php wp_list_categories('show_count=0&title_li='); ?>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="col2">
<div class="description"><?php bloginfo('description'); ?></div>
</div>
</div>
<div class="head-row3">
<?php if ( function_exists( 'pixopoint_menu' ) ) {pixopoint_menu();} ?>
</div>
</div>
<!--header end-->
<!--content -->
<div class="content">
<div class="clear-block">

New Topic/Question
Reply



MultiQuote





|