Closed (fixed)
Project:
Zen
Version:
6.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Nov 2009 at 07:00 UTC
Updated:
29 Jul 2010 at 18:30 UTC
I've created a Zen sub-theme and would like to place a carousel to the right of my logo in the header block.
Initially, I made the header-blocks division an inline-block:
#header-blocks /* Wrapper for any blocks placed in the header region */
{
display:inline-block;
}
This seems to work well for Opera/FF/Chrome/IE8 but not IE7.
What is the best approach here? Should I be modifying the page.tpl.php file as suggested elsewhere? Is there a work-around for IE7 for inline-block that is compatible with Zen?
Any suggestions would be appreciated.
Comments
Comment #1
eft commentedI used the following to float my carousel next to my logo
Comment #2
akalata commented