StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #11  
Old 11-04-2008, 01:10 AM
John Flynn's Avatar
John Flynn John Flynn is offline
Registered User
Pro Plus Member
 
Join Date: Oct 2008
Location: Sherman, TX
Posts: 2,021
Default Re: Rev. Sports Menu Tabs

<!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">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<meta name="distribution" content="global" />
<meta name="robots" content="follow, all" />
<meta name="language" content="en, sv" />

<title><?php wp_title(''); ?><?php if(wp_title('', false)) { echo ' :'; } ?> <?php bloginfo('name'); ?></title>
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />


<link rel="Shortcut Icon" href="<?php echo get_settings('home'); ?>/wp-content/themes/revolution_sports-30/images/favicon.ico" type="image/x-icon" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_get_archives('type=monthly&format=link'); ?>
<?php wp_head(); ?>

<style type="text/css" media="screen"></style>
<link type="text/css" media="screen" rel="stylesheet" href="<?php bloginfo('template_url'); ?>/tab.css" />

<script type="text/javascript"><![CDATA[//><!--
sfHover = function() {
if (!document.getElementsByTagName) return false;
var sfEls = document.getElementById("nav").getElementsByTagNam e("li");

// if you only have one main menu - delete the line below //
var sfEls1 = document.getElementById("subnav").getElementsByTag Name("li");
//

for (var i=0; i<sfEls.length; i++) {
sfEls[i].onmouseover=function() {
this.className+=" sfhover";
}
sfEls[i].onmouseout=function() {
this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
}
}

// if you only have one main menu - delete the "for" loop below //
for (var i=0; i<sfEls1.length; i++) {
sfEls1[i].onmouseover=function() {
this.className+=" sfhover1";
}
sfEls1[i].onmouseout=function() {
this.className=this.className.replace(new RegExp(" sfhover1\\b"), "");
}
}
//

}
if (window.attachEvent) window.attachEvent("onload", sfHover);
//--><!]]></script>

<script src="<?php bloginfo('template_url'); ?>/js/tabber.js" type="text/javascript"></script>

</head>

<body>

<div id="wrap">

<div id="header">

<div class="headerleft">
[img]<?php bloginfo('template_url'); ?>/images/logo.gif[/img]" />
</div>



<div class="headerright">


[img]<?php bloginfo('template_url'); ?>/images/rss.gif[/img]" />News Feed[img]<?php bloginfo('template_url'); ?>/images/rss.gif[/img]" />Comments</p>
<?php $ad_468 = get_option('revsports_ad_468'); echo stripslashes($ad_468); ?>
</div>

</div>

<div id="navbar">

<div id="navbarleft">
<ul id="nav">
[*]Home
<?php wp_list_pages('title_li=&depth=2&sort_column=menu_ order'); ?>
[/list] </div>

<div id="navbarright">
<form id="searchform" method="get" action="<?php echo $_SERVER['PHP_SELF']; ?>">
<input type="text" value="Search this website..." name="s" id="s" onfocus="if (this.value == 'Search this website...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search this website...';}" />
<input type="submit" id="sbutt" value="GO" /></form>
</div>

</div>

<div id="subnavbar">

<ul id="subnav">
<?php wp_list_categories('sort_column=name&title_li=&dep th=2'); ?>
[/list]
</div>
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Duplicate Tabs in Menu Austin Web General Discussion 1 04-22-2010 01:59 PM
Duplicate tabs in menu fembiochem General Discussion 6 04-07-2010 01:44 PM
Main Menu Tabs vibes35 General Discussion 2 06-12-2009 12:55 PM
Mouseover Tabs Menu meonet General Discussion 1 04-07-2009 09:15 AM


All times are GMT -5. The time now is 11:48 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.