Banner region above Menu? (Drupal 6.x)


Author Message
Phil

Posted: 7/27/2011
Quote message 

Is there a way to place a rotating banner *above* the Menu region?

I'm using Views Slideshow in a block to create a rotating banner. Unless there's a way to place this block in Artisteer's Header region, I need another Banner region, this one above the Menu region.

I've tried creating a ...

<?php if (!empty($banner0)) { echo '<div id="banner0">'.render($banner0).'</div>'; } ?>


... and placing it above the menu, top1 and top2 definitions, but so far without success. Thoughts?

Or is it possible to use Artisteer's Header region as a Drupal block?

 
Nicky

Posted: 11/30/2011
Quote message 

A way to do that in Drupal 7 can be http://drupal.org/project/dynamic_background
Look at this new module and all issues!