Thread: Urgent - Help!

Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Jan 2008
    Posts
    89
    Plugin Contributions
    0

    Default Urgent - Help!

    hello
    for some reason , my background in the central column and bottom navigation bar is not consistent in the IE and firefox.

    I want it to look the way it is in IE, but with firefox , it doesn't . the grey background in flowing in between my header and central box.

    can you please help me find out what exactly is wrong?



    site: www.thepurseworld.com

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Urgent - Help!

    Your stylesheet has
    Code:
    	/*the top toolbar*/
    #navMainWrapper, #navCatTabsWrapper {
    	margin: 0em;
    	margin-bottom: 0px;
    	height: 30px;
    	background-color: transparent;
    	background-image: none;
        background-repeat: no-repeat;
    	font-weight: bold;
    	color: #ffffff;
    	padding: 0px;
    	}
    You have set a fixed height for the wrapper, but #navMain doesn't seem to need that much height, leaving blank space below it.

    Either find the actual height of #navMain and use that, or eliminate the height altogether and let #navMain take what space it needs.

  3. #3
    Join Date
    Jan 2008
    Posts
    89
    Plugin Contributions
    0

    Default Re: Urgent - Help!

    thanks for your reply.

    when i removed the height. i had the whole template just shift to the right...not sure why it did that?

    i dont know why in IE it is working fine, but in firefox it doesnt?

    gjh42 any ideas?
    Last edited by mthem2003; 15 Jun 2008 at 07:24 PM.

  4. #4
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Urgent - Help!

    It may have to do with the #navMain code being in a javascript call, and not appearing at all if scripts are disabled in the browser. Or it might just be that the custom code surrounding the mod wasn't written quite right.

    Try setting a smaller fixed height for #navMainWrapper (step down gradually until the space disappears.)

  5. #5
    Join Date
    Jul 2004
    Location
    Las Vegas
    Posts
    477
    Plugin Contributions
    0

    Default Re: Urgent - Help!

    Hello there are two ways to do this according to you stylesheet

    first which is the better way probably
    stylesheet.css (line 208)
    #contentMainWrapper {
    background-color:#FFFFFF;
    margin:0px 0em 0em;
    }
    second
    stylesheet.css (line 208)
    #contentMainWrapper {
    background-image:url(../images/centerbox.jpg);
    background-repeat:repeat;
    margin:0px 0em 0em;
    }
    In the second method I repeated your background image which fixes it but it really doesnt make sense because you background image is a 200 x 200 white square. So if you do away with it and use the background-color, it will speed up on your loading time and query slightly.
    User of zencart

  6. #6
    Join Date
    Jan 2008
    Posts
    89
    Plugin Contributions
    0

    Default Re: Urgent - Help!

    Thanks for all your help, it worked !!!

    by adding #FFFFFF in #contentMainWrapper{

 

 

Similar Threads

  1. Need help with color scheme - URGENT PLEASE HELP
    By nepton in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 18 Nov 2008, 03:48 AM
  2. Help with paypal IPN (urgent help needed!)
    By roy(irishtaxi) in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 10 Jun 2008, 07:06 AM
  3. Urgent Urgent help needed please
    By con-fused in forum General Questions
    Replies: 1
    Last Post: 12 Feb 2007, 09:41 PM
  4. Urgent Help !!!!
    By makeup4brides in forum Upgrading from 1.3.x to 1.3.9
    Replies: 11
    Last Post: 5 Jan 2007, 10:46 AM
  5. help!!!! header help and hosting query urgent!
    By personalisedpresent in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 26 Sep 2006, 11:42 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