• Hello Everyone,

    I’ve been working this for a while and cannot come up with a resolution.

    I am attempting to modify Tiga to have a dynamic header image that will resize to the browser windows.

    I have attempted to modify the style.php file’s header section to include width and height percentages but it does not work. The image fails to display.

    .header {
    border-color:<?php tiga_headerBorderColor(); ?>;
    background-color:<?php tiga_headerBgColor(); ?>;
    <?php tiga_bgImage(‘header’); ?>
    height:90%;
    width:90%;
    border-style:solid;
    margin-bottom: 0px;
    border-width: 0px;
    padding-left: 0px;
    }
    Notes:
    Removed – height:<?php tiga_headerHeight(); ?>px;
    Added – height:90%;
    Added – width:90%;

    http://www.myownwoody.com

  • The topic ‘Dynamic Tiga Header Image’ is closed to new replies.