More and functioning options for placement of banners needed.
"Do you want to use Marinelli banners or a classic drupal region?"
I can only make the Marinelli banners display and they are way too large and wasting space
I have changed slideshow.css and moved the banner section of page.tpl.php into the branding section
Please, see the result at http://rainbow-vikings.dk for a better combination of logo and banners
This below from slideshow.css must probably be fine tuned, partly because Firefox is cropping wide pictures whereas IE8 and Opera are resizing them. Just watch the banners on the site and wait for the photo with many MCs.
#header-images{
/* display: block; */
float: left;
position: relative;
z-index: 2; /* under primary menu but over content wrapper (z-index=1) */
/*width: 20%;*/
/* height: 320px; */ /* image image height */
padding: 0;
margin: 10px;
text-align: right;
height: 180px;
}
img.slide{
/* width: 100%; */
/* height: 320px; */ /* image image height */
}
Comments
Comment #1
joergent commentedCorrection: The photos are handled equally by the three browsers. The browser window is just made wider and a scrollbar added in case of wider pictures.
Comment #2
Lioz commentedJust disabled marinelli banners in my local installation and everything works right. I can use drupal blocks in the banner region
probably more combinations of banner layout will be added in the future.
Comment #3
joergent commentedA patch for an optional upper right corner banner is made availabe in the "megamenu is overwriting the top section" thread.