Page 2 of 2 FirstFirst 12
Results 11 to 20 of 23

Hybrid View

  1. #1

    Default Re: Static body for resizing (How to keep the body from sliding and moving when resiz

    Likewise, I guess i could create the header table in a php instead of html file. Will that solve the redundant head tag?

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Static body for resizing (How to keep the body from sliding and moving when resiz

    1) Where should I place my header tabe in order for it to remain in line with the store body?
    I would move it to the tpl_header.php file and order it there as required.
    The default file has basically 2 major items "branding" and "navigation" and nav is the first or at the top.

    You will want to reoder the complete bof to eof of this and place branding before the nav entries.

    Not seeing your exact code this might be all that is required as this sits within the default wrappers as I would retain the div and change the contents between them

    BTW: nice layout design
    Zen-Venom Get Bitten

  3. #3

    Default Re: Static body for resizing (How to keep the body from sliding and moving when resiz

    I see. Let me reorder, as you mentioned, and we'll see if that works.

    Hopefully that will fix everything. Of course, I can hope all day but I still might be sitting here at the end of it:)

    Any ideas why my custom header table is running a bit to the right. Seems like a margin problem somewhere.

    btw: thank you. but Im more of an artist than a php coder I guess:)

  4. #4
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: Static body for resizing (How to keep the body from sliding and moving when resiz

    You don't need to use an include here. You can stick html in an php file...it just needs to be place between a php closing tag (?>) and a php opening tag (<?php)
    I would consider taking all of the table html and sticking it in the tpl_header.php like this:
    Code:
    <div id="headerWrapper">
    <table>
       ......your table html
    </table>
    <!--bof-navigation display-->
    notice I only use the code from <table> to </table>
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. CSS questions for buttons, and resizing
    By Amethyst_fairy in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 31 Jul 2016, 08:34 PM
  2. Replies: 8
    Last Post: 28 Feb 2012, 03:05 PM
  3. Can any body tell me whats the error means ? and how will i fixed
    By lastpirate007 in forum General Questions
    Replies: 2
    Last Post: 12 Feb 2010, 08:24 AM
  4. How do I keep the banner images from resizing automatically?
    By bparker in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 19 Nov 2008, 03:33 AM
  5. iFrame for the body and header reloading
    By andy1234 in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 22 Apr 2008, 01:07 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg