Hi,

I've spent a lot time integrating a flash header into a theme I've been working on, but for some reason it wont show except when a user is logged in to "My Account"?

I actually don't want any accounts for now.

The Flash header works fine and the links to the pages I've created worked fine.

I have had to set the default page to a user logged in to display the header as the home page, but as soon as you navigate to another page, you loose the header completely.

I used a lot of info from the forums here, but this is my first go around with Drupal, so maybe I missed a fundamental here somewhere.

Maybe a problen with the .logo?

PHP Code-------------------------

 // $Id: page.tpl.php,v 1.2.2.3 2008/04/28 08:27:16 melon Exp $
//
// Glacier Drupal theme page.tpl.php file
//


print $language " xml:lang=" print $language ">

print $head_title;
print $head;
print $styles;


print $scripts;

if (isset($sidebar_left)) print $sidebar_left;
else if (isset($left)) print $left; 
------------------------------------------------------- CSS code-------------- /* begin Header */ div.Header { top: 0; left: 0; width: 960px; height: 175px; background-position: center; } div.Header-png { position: absolute; z-index:-2; top: 0; left: 0; width: 960px; height: 175px; /* background-image: url('images/Header.png'); */ /* background-repeat: no-repeat; */ background-position:center; } div.Header-jpeg { position: absolute; z-index:-1; top: 0; left: 0; width: 960px; height: 175px; /* background-image: url('images/Header.jpg'); */ /* background-repeat: no-repeat; */ background-position: center; } /* end Header */ /* begin Logo */ ----------------------- Any help is appreciated, thanks! J

Comments

jlt206’s picture

Priority: Normal » Critical
jlt206’s picture

Status: Active » Closed (fixed)