New Zenner
- Join Date:
- Feb 2007
- Posts:
- 11
- Plugin Contributions:
- 0
Question: Modifying Zen Cart Top Banner for Expandable Width
I'm setting up a Zen Store for the first time.
I'm using a template that expands with the browser width.
I want to insert a top banner, part of which is static, but want to know if one could insert another expandable image with this so that the whole banner seamlessly expands and contracts.
One has this kind of code going on:
define('HEADER_ALT_TEXT', 'Powered by Zen Cart :: The Art of E-Commerce');
define('HEADER_SALES_TEXT', 'TagLine Here');
define('HEADER_LOGO_WIDTH', '799px');
define('HEADER_LOGO_HEIGHT', '119px');
define('HEADER_LOGO_IMAGE', 'logo.gif');
Is there a way to modify this code and also add a 1 pixel by 119 pixel graphic next the other so that it can adjust its width to the larger browser sizes like 1024, etc. (That way I can keep a perfect color match, my stripes, etc., and fill in that empty space.)