Results 1 to 10 of 18

Hybrid View

  1. #1
    Join Date
    Jul 2007
    Posts
    13
    Plugin Contributions
    0

    Default Quick tip: Header area bigger than header itself

    If you go to joyeriasuny.com/joyeria you'll notice that there's an empty space to the left and right of the flash object .

    Code:
    <div id="logoWrapper" align="center">
    
    		
    		 <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="678" height="331">
                  <param name="movie" value="/prueba/flash/BIG.swf">
                  <param name="quality" value="high">
                  <embed src="/prueba/flash/BIG.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" ></embed>
    		    </object>
    		
        </div>
    This is how I've placed the object in Flash. I've been searching inside de tpl_header/mainpage files as well as the stylesheets but I can't find a configuration for this problem. I suppose this is simple so you guys should understand this. Thanks a lot!

    EDIT 1: edited the address, it was previously joyeriasuny.com/prueba

  2. #2
    Join Date
    Jul 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: Quick tip: Header area bigger than header itself

    I found this
    Code:
    */
    #logoWrapper{
    	background-image: none;
    	background-repeat: repeat-x;
    	background-color: #522900;
    	height:45px;
    	}
    When I set the height to 0px the problem dissappears but the main page goes to the top (The Home categories bit).

  3. #3
    Join Date
    Jul 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: Quick tip: Header area bigger than header itself

    Wow thanks a lot for your support "Totally Zenned" ones. You've been pretty quick when needed.

  4. #4
    Join Date
    Apr 2006
    Posts
    265
    Plugin Contributions
    0

    Default Re: Quick tip: Header area bigger than header itself

    I've looked at your site but I'm afraid I fail to understand what the problem is. Can you provide a mock-up of the way you want the site to look?

    BrandTim

  5. #5
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,700
    Plugin Contributions
    11

    Default Re: Quick tip: Header area bigger than header itself

    Agreed. And you might make the site link an actual link. Our older eyes sometimes miss the non-link when looking through the trifocals.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  6. #6
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,700
    Plugin Contributions
    11

    Default Re: Quick tip: Header area bigger than header itself

    Not sure if this will help what's wrong but the current page source shows
    PHP Code:
    <div id="headerWrapper">
    <!--
    bof-navigation display-->
    <!--<
    div id="navMainWrapper">
    <
    div id="navMain">
        <
    ul class="back">
        <
    li><a href="http://joyeriasuny.com/joyeria/">Home</a></li>
        <
    li><a href="http://joyeriasuny.com/joyeria/index.php?main_page=login&amp;zenid=***DELETED***">Log In</a></li>
    </
    ul>
    </
    div>>--<!--
    <
    div id="navMainSearch"></div>
    <
    br class="clearBoth" /><--
    </
    div>
    <!--<!--
    eof-navigation display
    <!--bof-branding display-->
    <
    div id="logoWrapper" align="center"
    The items in red are incorrect methods of commenting.
    <div id="headerWrapper">
    <!--bof-navigation display-->
    <!--<div id="navMainWrapper">
    <div id="navMain">
    <ul class="back">
    <li><a href="http://joyeriasuny.com/joyeria/">Home</a></li>
    <li><a href="http://joyeriasuny.com/joyeria/index.php?main_page=login&amp;zenid=***DELETED***">Log In</a></li>
    </ul>
    </div>>--<!--
    <div id="navMainSearch"></div>
    <br class="clearBoth" /><--
    </div>
    <!--<!--eof-navigation display
    <!--bof-branding display-->
    <div id="logoWrapper" align="center">
    Hope this helps some.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

 

 

Similar Threads

  1. Make category's in header bigger
    By tomdonker in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 8 Mar 2011, 09:14 PM
  2. Need help with header image/header area-Apple Zen
    By Samuz in forum Addon Templates
    Replies: 2
    Last Post: 9 Jul 2010, 12:37 AM
  3. Header place holder larger than header?
    By jackryan in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Dec 2008, 09:20 PM
  4. header is repeating itself!!
    By raindark in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 24 Oct 2006, 04:44 AM
  5. One sidebox header bigger than the others
    By allthat in forum Basic Configuration
    Replies: 7
    Last Post: 26 Sep 2006, 04:15 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