I wonder how I can add a responsive banner on top of my page as in the following picture:
https://dl.dropboxusercontent.com/u/167524/bannerques.jpg
Thanks
]]>global $options; // This code retrieves all our greenxi options. ?>
<?php foreach ($options as $value) {
if (get_option( $value[‘id’] ) === FALSE) { $$value[‘id’] = $value[‘std’]; } else { $$value[‘id’] = get_option( $value[‘id’] ); } } ?>
<div id=”sidebar”>
<!– sidebard div –>
<!– Begin Banner 125×125 –>
<?php if ($grix_option_banner125x125 == “1”) {
} elseif ($grix_option_banner125x125 == “2”) { ?>
<div class=”backgroundlist”>
<div class=”listtitle”>
<h2><?php echo $grix_option_title_banner; ?></h2>
</div>
<div class=”contentbanner”>
<div class=”banner125″>
<?php if ( $grix_option_b125tl == “” ) { ?>
<img src=”<?php bloginfo(‘template_directory’); ?>/images/Gatto.gif” width=”125″ height=”125″ alt=”banner” />
Franco
]]>